Skip to content

Commit bf7b4da

Browse files
authored
Merge pull request #58 from HerrMagiic/dotnet8-from-main
v2.1.0
2 parents 38e5699 + 8d74da8 commit bf7b4da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CustomCommands/CustomCommands.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
namespace CustomCommands;
77

8-
[MinimumApiVersion(142)]
8+
[MinimumApiVersion(213)]
99
public partial class CustomCommands : BasePlugin, IPluginConfig<CustomCommandsConfig>
1010
{
1111
public override string ModuleName => "CustomCommands";
12-
public override string ModuleVersion => "2.0.3";
12+
public override string ModuleVersion => "2.1.0";
1313
public override string ModuleAuthor => "HerrMagic";
1414
public override string ModuleDescription => "Create your own commands per config";
1515

CustomCommands/CustomCommands.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.163">
13+
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.213">
1414
<PrivateAssets>none</PrivateAssets>
1515
<ExcludeAssets>runtime</ExcludeAssets>
1616
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)