Skip to content

Commit

Permalink
Upgrade to use C# 11
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 17, 2024
1 parent 03c865e commit e1c9751
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputPath>..\..\..\bin\$(Configuration)\</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>7</LangVersion>
<LangVersion>11</LangVersion>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<Company>NUnit Software</Company>
<Copyright>Copyright (c) 2022 Charlie Poole, Rob Prouse</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

<ItemGroup Condition="'$(TargetFramework)'!='net462'">
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
<!--<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />-->
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e1c9751

Please sign in to comment.