Skip to content

Commit fc5f6a3

Browse files
committed
Fix warning
1 parent 485a212 commit fc5f6a3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ValvePak/ValvePak/ValvePak.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
<IsAotCompatible>True</IsAotCompatible>
1616
<Nullable>enable</Nullable>
1717
<GenerateDocumentationFile>true</GenerateDocumentationFile>
18+
<NoWarn>$(NoWarn);CS8002</NoWarn>
1819
</PropertyGroup>
1920

2021
<ItemGroup>
21-
<PackageReference Include="Blake3" Version="2.0.0">
22-
<NoWarn>CS8002</NoWarn>
23-
</PackageReference>
22+
<PackageReference Include="Blake3" Version="2.0.0" />
2423
<PackageReference Include="System.IO.Hashing" Version="9.0.11" />
2524
</ItemGroup>
2625

0 commit comments

Comments
 (0)