Fix warnings in local build

This commit is contained in:
Tyrrrz
2023-04-28 17:07:37 +03:00
parent f718370642
commit 8da4a61eb7

View File

@@ -18,8 +18,8 @@
<ItemGroup>
<!-- 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="Microsoft.CodeAnalysis" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="PolyShim" Version="1.2.0" PrivateAssets="all" />
</ItemGroup>