File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net40; netcoreapp2.0</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp2.0</TargetFrameworks >
5
5
<Platforms >x64;x86</Platforms >
6
6
<Configurations >DebugMono;DebugMonoPY3;ReleaseMono;ReleaseMonoPY3;DebugWin;DebugWinPY3;ReleaseWin;ReleaseWinPY3</Configurations >
7
7
<OutputType >Exe</OutputType >
Original file line number Diff line number Diff line change 2
2
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net40; netcoreapp2.0</TargetFrameworks >
5
+ <TargetFrameworks >netcoreapp2.0</TargetFrameworks >
6
6
<Platforms >x64;x86</Platforms >
7
7
<Configurations >DebugMono;DebugMonoPY3;ReleaseMono;ReleaseMonoPY3;DebugWin;DebugWinPY3;ReleaseWin;ReleaseWinPY3</Configurations >
8
8
<OutputType Condition =" '$(TargetFramework)' != 'net40' OR '$(PYTHONNET_VS_ENV)' == 'true'" >Exe</OutputType >
86
86
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
87
87
</ItemGroup >
88
88
<ItemGroup >
89
- <ProjectReference Include =" ..\runtime\Python.Runtime.15 .csproj" />
89
+ <ProjectReference Include =" ..\runtime\Python.Runtime.Ref .csproj" />
90
90
</ItemGroup >
91
91
92
92
<ItemGroup Condition =" '$(TargetFramework)' == 'net40'" >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net40; netstandard2.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
5
5
<Platforms >x64;x86</Platforms >
6
6
<Configurations >DebugMono;DebugMonoPY3;ReleaseMono;ReleaseMonoPY3;DebugWin;DebugWinPY3;ReleaseWin;ReleaseWinPY3</Configurations >
7
7
<AssemblyName >Python.Test</AssemblyName >
You can’t perform that action at this time.
0 commit comments