Update NuGet packages

This commit is contained in:
Tyrrrz
2023-08-06 00:20:24 +03:00
parent 66ef221586
commit d2e390c691
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
<!-- Make sure to target the lowest possible version of the compiler for wider support -->
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="PolyShim" Version="1.4.0" PrivateAssets="all" />
<PackageReference Include="PolyShim" Version="1.6.0" PrivateAssets="all" />
</ItemGroup>
</Project>