Skip to content

Commit

Permalink
CSS api update
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarper authored Jul 26, 2024
1 parent ead0263 commit 3b87059
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Store_Modules/Store_CoinFlip/cs2-store-coinflip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.247" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.253" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Store_Modules/Store_Quiz/cs2-store-quiz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.247" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.253" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Store_Modules/Store_Roulette/cs2-store-roulette.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.247" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.253" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Store_Modules/Store_Salary/cs2-store-salary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.235" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.253" />
<PackageReference Include="MySqlConnector" Version="2.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Store_Modules/Store_TestModule/cs2-store-testmodule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.247" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.253" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Store_Modules/Store_Voucher/cs2-store-voucher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.235" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.253" />
<PackageReference Include="MySqlConnector" Version="2.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 3b87059

Please sign in to comment.