Skip to content

Commit

Permalink
[skip ci] chore: update ApiCompat to v202, disable suppression file
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmuffin committed Mar 26, 2024
1 parent 696ecad commit ab211a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file removed managed/CounterStrikeSharp.API/ApiCompat/v151.dll
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions managed/CounterStrikeSharp.API/CounterStrikeSharp.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<EnablePackageValidation>true</EnablePackageValidation>
<NoWarn>$(NoWarn);CS1591;CP0003</NoWarn>
<Nullable>enable</Nullable>
<GenerateCompatibilitySuppressionFile>true</GenerateCompatibilitySuppressionFile>
<Authors>Roflmuffin</Authors>
<Description>Official server side runtime assembly for CounterStrikeSharp</Description>
<PackageProjectUrl>http://docs.cssharp.dev/</PackageProjectUrl>
Expand All @@ -21,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<ApiCompatValidateAssemblies>true</ApiCompatValidateAssemblies>
<ApiCompatContractAssembly>.\ApiCompat\v151.dll</ApiCompatContractAssembly>
<ApiCompatContractAssembly>.\ApiCompat\v202.dll</ApiCompatContractAssembly>
</PropertyGroup>
<ItemGroup>
<None Remove="Modules\Commands\CommandInfo"/>
Expand Down

0 comments on commit ab211a4

Please sign in to comment.