Skip to content

Commit

Permalink
Merge pull request #108 from MarkCiliaVincenti/net9lockingupdate
Browse files Browse the repository at this point in the history
Update Backport.System.Threading.Lock; revert LangVersion to latest
  • Loading branch information
witskeeper authored Nov 14, 2024
2 parents 9ed9006 + cd09125 commit c0904ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591;</NoWarn>
<LangVersion>preview</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>


Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@
<PackageReference Update="Testcontainers.Consul" Version="3.10.0" />
<PackageReference Update="Testcontainers.MySql" Version="3.10.0"/>
<PackageReference Update="Testcontainers.MsSql" Version="3.10.0"/>
<PackageReference Update="Backport.System.Threading.Lock" Version="2.0.0"/>
<PackageReference Update="Backport.System.Threading.Lock" Version="2.0.7"/>
</ItemGroup>
</Project>

0 comments on commit c0904ce

Please sign in to comment.