Skip to content

Commit

Permalink
fix: JotunnBuildTask cannot be resolved in Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jan 25, 2025
1 parent 08b11b6 commit 472b795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion JotunnLib/JotunnLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\JotunnBuildTask\JotunnBuildTask.csproj" />
<ProjectReference Include="..\JotunnBuildTask\JotunnBuildTask.csproj" >
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
Expand Down

0 comments on commit 472b795

Please sign in to comment.