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 >
22 <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
33
44 <PropertyGroup >
8282 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.8.0" />
8383 <PackageReference Include =" NUnitLite" Version =" 3.7.2" />
8484 </ItemGroup >
85+
8586 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >
8687 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
88+ <PackageReference Include =" System.CodeDom" >
89+ <Version >4.5.0</Version >
90+ </PackageReference >
8791 </ItemGroup >
8892 <ItemGroup >
8993 <ProjectReference Include =" ..\runtime\Python.Runtime.15.csproj" />
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Python.EmbeddingTest
1414 /// </summary>
1515 public class TestConsoleInterrupt
1616 {
17- static string program = @"
17+ static readonly string program = @"
1818 using System;
1919 using Python.Runtime;
2020 using System.Text;
You can’t perform that action at this time.
0 commit comments