Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat committed Aug 17, 2024
1 parent 5597556 commit c956eb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TShockLauncher/TShockLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
<PackageReference Include="GetText.NET" Version="1.7.14" /> <!-- only used to extract out to ./bin. -->

<!-- the launcher doesnt need the direct OTAPI reference, but since PackageReference[ExcludeFromSingleFile] doesnt work, exclude the assets and copy manually -->
<None Include="$(PkgOTAPI_Upcoming)\lib\net8.0\OTAPI.dll">
<None Include="..\TerrariaServerAPI\TerrariaServerAPI\ota\OTAPI.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</None>
<None Include="$(PkgOTAPI_Upcoming)\lib\net8.0\OTAPI.Runtime.dll">
<None Include="..\TerrariaServerAPI\TerrariaServerAPI\ota\OTAPI.Runtime.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</None>
<None Include="$(PkgModFramework)\lib\net8.0\ModFramework.dll">
<None Include="$(PkgModFramework)\lib\net6.0\ModFramework.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</None>
Expand Down

0 comments on commit c956eb3

Please sign in to comment.