This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 24
24
<Optimize >true</Optimize >
25
25
</PropertyGroup >
26
26
27
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
28
- <DefineConstants >$(DefineConstants);NET45</DefineConstants >
27
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net451' OR '$(TargetFramework)' == 'net452' OR '$(TargetFramework)' == 'net46' OR '$(TargetFramework)' == 'net472' " >
28
+ <DefineConstants >$(DefineConstants);NETFX; NET45</DefineConstants >
29
29
<SignAssembly >True</SignAssembly >
30
30
<DelaySign >False</DelaySign >
31
31
<AssemblyOriginatorKeyFile >../servicestack.snk</AssemblyOriginatorKeyFile >
32
- <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
32
+ </PropertyGroup >
33
+
34
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
35
+ <DefineConstants >$(DefineConstants);NETFX;NET472</DefineConstants >
33
36
</PropertyGroup >
34
37
35
38
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
36
- <DefineConstants >$(DefineConstants);NETSTANDARD2_0</DefineConstants >
39
+ <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants >
40
+ </PropertyGroup >
41
+
42
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
43
+ <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_1</DefineConstants >
37
44
</PropertyGroup >
38
45
39
46
<ItemGroup >
40
47
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
41
- <PackageReference Include =" Microsoft.NetFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" >
42
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
43
- <PrivateAssets >all</PrivateAssets >
44
- </PackageReference >
45
48
</ItemGroup >
46
49
47
50
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
You can’t perform that action at this time.
0 commit comments