Skip to content

Commit

Permalink
Don't copy dependencies to output director
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardelka9515 committed Feb 16, 2023
1 parent bdd9047 commit 9b5f314
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion LemonUI.SHVDNC/LemonUI.SHVDNC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<DefineConstants>SHVDN3</DefineConstants>
<NoAotCompile>true</NoAotCompile>
<GenerateDependencyFile>false</GenerateDependencyFile>
</PropertyGroup>

<Import Project="../root.props" />
Expand All @@ -13,6 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ScriptHookVDotNetCore" Version="1.1.0" />
<PackageReference Include="ScriptHookVDotNetCore" Version="1.1.0" >
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 9b5f314

Please sign in to comment.