|
2 | 2 | <ImportProject="Sdk.props"Sdk="Microsoft.NET.Sdk" /> |
3 | 3 |
|
4 | 4 | <PropertyGroup> |
5 | | - <TargetFrameworks>net40;netcoreapp2.0</TargetFrameworks> |
| 5 | + <TargetFrameworks>net40;netcoreapp3.1</TargetFrameworks> |
6 | 6 | <Platforms>x64;x86</Platforms> |
7 | 7 | <Configurations>DebugMono;DebugMonoPY3;ReleaseMono;ReleaseMonoPY3;DebugWin;DebugWinPY3;ReleaseWin;ReleaseWinPY3</Configurations> |
8 | 8 | <OutputTypeCondition="'$(TargetFramework)' != 'net40' OR '$(PYTHONNET_VS_ENV)' == 'true'">Exe</OutputType> |
|
28 | 28 | <CustomDefineConstantsCondition="'$(CustomDefineConstants)' == ''">$(PYTHONNET_DEFINE_CONSTANTS)</CustomDefineConstants> |
29 | 29 | <BaseDefineConstants>XPLAT</BaseDefineConstants> |
30 | 30 | <DefineConstants>$(DefineConstants);$(CustomDefineConstants);$(BaseDefineConstants);</DefineConstants> |
31 | | - <DefineConstantsCondition="'$(TargetFramework)'=='netcoreapp2.0'">$(DefineConstants);NETCOREAPP</DefineConstants> |
| 31 | + <DefineConstantsCondition="'$(TargetFramework)'=='netcoreapp3.1'">$(DefineConstants);NETCOREAPP</DefineConstants> |
32 | 32 | <DefineConstantsCondition="'$(TargetFramework)'=='netstandard2.0'">$(DefineConstants);NETSTANDARD</DefineConstants> |
33 | 33 | <DefineConstantsCondition="'$(BuildingInsideVisualStudio)' == 'true' AND '$(CustomDefineConstants)' != '' AND $(Configuration.Contains('Debug'))">$(DefineConstants);TRACE;DEBUG</DefineConstants> |
34 | 34 | <FrameworkPathOverrideCondition="'$(TargetFramework)'=='net40' AND $(Configuration.Contains('Mono'))">$(NuGetPackageRoot)\microsoft.targetingpack.netframework.v4.5\1.0.1\lib\net45\</FrameworkPathOverride> |
|
87 | 87 | </PackageReference> |
88 | 88 | <PackageReferenceInclude="NUnitLite"Version="3.12.0" /> |
89 | 89 | </ItemGroup> |
90 | | - <ItemGroupCondition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
| 90 | + <ItemGroupCondition="'$(TargetFramework)' == 'netcoreapp3.1'"> |
91 | 91 | <PackageReferenceInclude="Microsoft.NET.Test.Sdk"Version="16.5.0" /> |
92 | 92 | </ItemGroup> |
93 | 93 | <ItemGroup> |
|