Skip to content

Commit

Permalink
Merge pull request #3117 from sky1045/nuget/lib9c.plugin.shared
Browse files Browse the repository at this point in the history
Add output path for nuget
  • Loading branch information
sky1045 authored Jan 2, 2025
2 parents bfcfe43 + 7fb7a57 commit ab2be18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Lib9c.Plugin.Shared/Lib9c.Plugin.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputPath>.bin</OutputPath>
<IntermediateOutputPath>.obj</IntermediateOutputPath>
</PropertyGroup>

</Project>

0 comments on commit ab2be18

Please sign in to comment.