Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 7, 2024
1 parent 1918aef commit ba28804
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
</ItemGroup>

<ItemGroup>
<Content Include="$(PkgImGui_NET)\runtimes\**\*" Pack="true" PackagePath="runtime" Visible="false" />
<Content Include="$(PkgUltz_Native_GLFW)\runtimes\**\*" Pack="true" PackagePath="runtime" Visible="false" />
<Content Include="$(PkgImGui_NET)\runtimes\**\*" Pack="true" PackagePath="runtimes" Visible="false" />
<Content Include="$(PkgUltz_Native_GLFW)\runtimes\**\*" Pack="true" PackagePath="runtimes" Visible="false" />
</ItemGroup>

<Target Name="ExcludeAssembliesFromILRepack" BeforeTargets="ILRepackPrepareBuild">
Expand Down

0 comments on commit ba28804

Please sign in to comment.