File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
3
3
4
4
<PropertyGroup >
82
82
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.8.0" />
83
83
<PackageReference Include =" NUnitLite" Version =" 3.7.2" />
84
84
</ItemGroup >
85
+
85
86
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >
86
87
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
88
+ <PackageReference Include =" System.CodeDom" >
89
+ <Version >4.5.0</Version >
90
+ </PackageReference >
87
91
</ItemGroup >
88
92
<ItemGroup >
89
93
<ProjectReference Include =" ..\runtime\Python.Runtime.15.csproj" />
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Python.EmbeddingTest
14
14
/// </summary>
15
15
public class TestConsoleInterrupt
16
16
{
17
- static string program = @"
17
+ static readonly string program = @"
18
18
using System;
19
19
using Python.Runtime;
20
20
using System.Text;
You can’t perform that action at this time.
0 commit comments