We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8a9f7 commit 38ef897Copy full SHA for 38ef897
Directory.Build.targets
@@ -1,11 +1,5 @@
1
<Project>
2
3
- <!-- Define SYSTEM_DRAWING and HAS_SPAN -->
4
- <PropertyGroup>
5
- <DefineConstants Condition="'$(TargetFramework)' != 'netstandard1.3'">$(DefineConstants);SYSTEM_DRAWING</DefineConstants>
6
- <DefineConstants Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'netcoreapp2.1')) OR '$(TargetFramework)' == 'netstandard2.1'">$(DefineConstants);HAS_SPAN</DefineConstants>
7
- </PropertyGroup>
8
-
9
<!-- Strong name signing for Release builds of packable projects -->
10
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
11
<SignAssembly>true</SignAssembly>
0 commit comments