We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c1c64 commit 5c958ccCopy full SHA for 5c958cc
CustomCommands/CustomCommands.csproj
@@ -7,10 +7,17 @@
7
<!--<OutputPath>.</OutputPath>-->
8
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
9
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
10
+ <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
11
</PropertyGroup>
12
13
<ItemGroup>
14
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.98" />
15
</ItemGroup>
16
17
+ <ItemGroup>
18
+ <None Update="Commands.example.json">
19
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
20
+ </None>
21
+ </ItemGroup>
22
+
23
</Project>
0 commit comments