Skip to content

Commit

Permalink
fix: add BepInEx.AssemblyPublicizer.MSBuild to prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Dec 2, 2023
1 parent 6968fd1 commit 2a5bad6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JotunnBuildTask/JotunnBuildTask.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild">
<Version>0.4.1</Version>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Build.Utilities.Core">
<Version>16.9.0</Version>
</PackageReference>
Expand Down

0 comments on commit 2a5bad6

Please sign in to comment.