Skip to content

Commit

Permalink
Revert ".NET projects produce a reference assembly by default (#8571)"
Browse files Browse the repository at this point in the history
This reverts commit 6487653.
  • Loading branch information
rainersigwald authored Apr 18, 2023
1 parent 2cbc8b6 commit b7a32aa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Tasks/Microsoft.NET.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
impossible to load or build your projects from the command-line or the IDE.
This file contains .NET-specific properties, and items. This file is imported for .NET Core, .NET Standard, and .NET Framework projects.
these two files are used to encapsulate the multi-targeting and framework specific build process.
Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->
<Project>

<!--
============================================================
Reference Assemblies
Enable the production of a reference assembly by all .NET projects, by default.
============================================================
-->
<PropertyGroup>
<ProduceReferenceAssembly Condition=" '$(ProduceReferenceAssembly)' == '' and '$(ProduceOnlyReferenceAssembly)' != 'true' ">true</ProduceReferenceAssembly>
</PropertyGroup>

<!--
============================================================
GetToolPaths
Expand Down

0 comments on commit b7a32aa

Please sign in to comment.