mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 14:30:31 +00:00
Silence yet another warn
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<!-- TODO: It seems CA1515 is no longer respected inside editorconfig, might be possible to remove later -->
|
||||||
|
<PropertyGroup>
|
||||||
|
<NoWarn>$(NoWarn),CA1515</NoWarn>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AngleSharp" />
|
<PackageReference Include="AngleSharp" />
|
||||||
<PackageReference Include="CryptSharpStandard" />
|
<PackageReference Include="CryptSharpStandard" />
|
||||||
|
|||||||
Reference in New Issue
Block a user