|
1 | 1 | <Project> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Version>5.14.0</Version> |
| 4 | + <Version>6.0.0</Version> |
5 | 5 | <Authors>ServiceStack</Authors> |
6 | 6 | <Company>ServiceStack, Inc.</Company> |
7 | 7 | <Copyright>© 2008-2018 ServiceStack, Inc</Copyright> |
|
24 | 24 | <Optimize>true</Optimize> |
25 | 25 | </PropertyGroup> |
26 | 26 |
|
27 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net451' OR '$(TargetFramework)' == 'net452' OR '$(TargetFramework)' == 'net46' OR '$(TargetFramework)' == 'net472' "> |
28 | | - <DefineConstants>$(DefineConstants);NETFX;NET45</DefineConstants> |
| 27 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net472' "> |
| 28 | + <DefineConstants>$(DefineConstants);NETFX;NET45;NET472</DefineConstants> |
29 | 29 | <SignAssembly>True</SignAssembly> |
30 | 30 | <DelaySign>False</DelaySign> |
31 | 31 | <AssemblyOriginatorKeyFile>../servicestack.snk</AssemblyOriginatorKeyFile> |
32 | 32 | </PropertyGroup> |
33 | 33 |
|
34 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net472' "> |
35 | | - <DefineConstants>$(DefineConstants);NETFX;NET472</DefineConstants> |
36 | | - </PropertyGroup> |
37 | | - |
38 | 34 | <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
39 | 35 | <DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants> |
40 | 36 | </PropertyGroup> |
41 | 37 |
|
42 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' "> |
43 | | - <DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_1</DefineConstants> |
44 | | - </PropertyGroup> |
45 | | - |
46 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net5.0' "> |
47 | | - <DefineConstants>$(DefineConstants);NET50</DefineConstants> |
| 38 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
| 39 | + <DefineConstants>$(DefineConstants);NET6_0;NET6_0_OR_GREATER</DefineConstants> |
48 | 40 | </PropertyGroup> |
49 | 41 |
|
50 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' "> |
51 | | - <DefineConstants>$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants> |
| 42 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0' "> |
| 43 | + <DefineConstants>$(DefineConstants);NETCORE;NETCORE_SUPPORT</DefineConstants> |
52 | 44 | </PropertyGroup> |
53 | 45 |
|
54 | 46 | <ItemGroup> |
|
0 commit comments