mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +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:
parent
9a3c3bdbaf
commit
9c88d14c8e
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue