Skip to content

Commit 38ef897

Browse files
committed
update
1 parent 3f8a9f7 commit 38ef897

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Directory.Build.targets

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<Project>
22

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-
93
<!-- Strong name signing for Release builds of packable projects -->
104
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
115
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)