Skip to content

Commit

Permalink
Bump CounterStrikeSharp.API and Microsoft.Extensions.DependencyInject…
Browse files Browse the repository at this point in the history
…ion.Abstractions

Bumps [CounterStrikeSharp.API](https://github.com/roflmuffin/CounterStrikeSharp) and [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `CounterStrikeSharp.API` from 1.0.284 to 1.0.290
- [Release notes](https://github.com/roflmuffin/CounterStrikeSharp/releases)
- [Commits](https://github.com/roflmuffin/CounterStrikeSharp/commits)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v8.0.0)

---
updated-dependencies:
- dependency-name: CounterStrikeSharp.API
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent f98bc4f commit 99f884c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CS2/Gangs/Gangs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.284"/>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.290"/>
<PackageReference Include="xunit" Version="2.9.2"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GangsAPI/GangsAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.284"/>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.290"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2"/>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 99f884c

Please sign in to comment.