mirror of
https://github.com/edgegamers/Gangs.git
synced 2025-12-05 20:40:30 -08:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user