This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 25
25
<Optimize >true</Optimize >
26
26
</PropertyGroup >
27
27
28
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net451' OR '$(TargetFramework)' == 'net452' OR '$(TargetFramework)' == 'net46' " >
29
- <DefineConstants >$(DefineConstants);NET45</DefineConstants >
28
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net451' OR '$(TargetFramework)' == 'net452' OR '$(TargetFramework)' == 'net46' OR '$(TargetFramework)' == 'net472 ' " >
29
+ <DefineConstants >$(DefineConstants);NETFX; NET45</DefineConstants >
30
30
<SignAssembly >True</SignAssembly >
31
31
<DelaySign >False</DelaySign >
32
32
<AssemblyOriginatorKeyFile >../servicestack.snk</AssemblyOriginatorKeyFile >
33
33
</PropertyGroup >
34
34
35
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
36
+ <DefineConstants >$(DefineConstants);NETFX;NET472</DefineConstants >
37
+ </PropertyGroup >
38
+
35
39
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
36
- <DefineConstants >$(DefineConstants);NETSTANDARD2_0</DefineConstants >
40
+ <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants >
41
+ </PropertyGroup >
42
+
43
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
44
+ <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_1</DefineConstants >
37
45
</PropertyGroup >
38
46
39
47
<ItemGroup >
You can’t perform that action at this time.
0 commit comments