File tree 2 files changed +1
-3
lines changed
NUnitConsole/nunit3-console.tests
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputPath >..\..\..\bin\$(Configuration)\</OutputPath >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
- <LangVersion >7 </LangVersion >
6
+ <LangVersion >11 </LangVersion >
7
7
<DisableImplicitNuGetFallbackFolder >true</DisableImplicitNuGetFallbackFolder >
8
8
<Company >NUnit Software</Company >
9
9
<Copyright >Copyright (c) 2022 Charlie Poole, Rob Prouse</Copyright >
Original file line number Diff line number Diff line change 23
23
24
24
<ItemGroup Condition =" '$(TargetFramework)'!='net462'" >
25
25
<PackageReference Include =" System.ComponentModel.TypeConverter" Version =" 4.3.0" />
26
- <!-- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
27
- <PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />-->
28
26
</ItemGroup >
29
27
30
28
<ItemGroup >
You can’t perform that action at this time.
0 commit comments