File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >net7.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <!-- <OutputPath>.</OutputPath>-->
87 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
98 <AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
109 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
Original file line number Diff line number Diff line change 11using System . Text . Json ;
2- using System . Text . Json . Nodes ;
32using CounterStrikeSharp . API ;
43using CounterStrikeSharp . API . Core ;
54using CounterStrikeSharp . API . Modules . Admin ;
6- using CounterStrikeSharp . API . Modules . Cvars ;
7- using CounterStrikeSharp . API . Modules . Entities ;
8- using CounterStrikeSharp . API . Modules . Utils ;
95using CustomCommands . Model ;
106using Microsoft . Extensions . Logging ;
117
You can’t perform that action at this time.
0 commit comments