Bump CounterStrikeSharp.API and Microsoft.Extensions.DependencyInjection.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.315 to 1.0.316
- [Release notes](https://github.com/roflmuffin/CounterStrikeSharp/releases)
- [Changelog](https://github.com/roflmuffin/CounterStrikeSharp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/roflmuffin/CounterStrikeSharp/compare/v1.0.315...v1.0.316)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-06 23:56:10 +00:00
committed by GitHub
parent 5dc5ccdc86
commit 74dabfc382
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
@@ -20,7 +20,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.315"/>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.316"/>
<PackageReference Include="xunit" Version="2.9.3"/>
</ItemGroup>

View File

@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.315" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.316" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4"/>
</ItemGroup>
<ItemGroup>