mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Resolve NU1507 (#2575)
* Attempt to resolve NU1507 * Let's try this then * Revert "Let's try this then" This reverts commit86ef6f9abf. * How about this * And this? * So why not this? * And this? * Revert "And this?" This reverts commite43fc83dcc. * Revert "So why not this?" This reverts commite630dd8365.
This commit is contained in:
committed by
GitHub
parent
9a3c3bdbaf
commit
9c88d14c8e
@@ -16,7 +16,7 @@
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
<NoWarn>1591</NoWarn>
|
||||
<NoWarn>1591,NU1507</NoWarn>
|
||||
<Nullable>enable</Nullable>
|
||||
<PackageIcon>../resources/ASF.ico</PackageIcon>
|
||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
@@ -33,6 +33,7 @@
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
|
||||
<PackageReference Include="JustArchiNET.Madness" />
|
||||
|
||||
<Using Include="JustArchiNET.Madness" />
|
||||
<Using Include="JustArchiNET.Madness.ArgumentNullExceptionMadness.ArgumentNullException" Alias="ArgumentNullException" />
|
||||
<Using Include="JustArchiNET.Madness.ArrayMadness.Array" Alias="Array" />
|
||||
|
||||
Reference in New Issue
Block a user