Skip to content

Commit

Permalink
update: CSS API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Nov 10, 2023
1 parent 2cc957a commit 3fd1a82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed src/CounterStrikeSharp.API.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/K4ryuuSteamRestrict.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace K4ryuuSteamRestrict
{
[MinimumApiVersion(16)]
[MinimumApiVersion(28)]
public class SteamRestrictPlugin : BasePlugin
{
public class SteamUserInfo
Expand Down
2 changes: 1 addition & 1 deletion src/K4ryuuSteamRestrict.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="CounterStrikeSharp.API" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.28" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>

0 comments on commit 3fd1a82

Please sign in to comment.