File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66namespace CustomCommands ;
77
8- [ MinimumApiVersion ( 142 ) ]
8+ [ MinimumApiVersion ( 213 ) ]
99public 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments