Skip to content

Commit

Permalink
Use the local ReleaseRef package for easier releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 4, 2024
1 parent 50544a5 commit 290d97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Harmony/Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<ILRepackTargetsFile>$(SolutionDir)ILRepack.targets</ILRepackTargetsFile>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<ClearOutputDirectory>True</ClearOutputDirectory>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
$(MSBuildThisFileDirectory)/bin/ReleaseRef/;
</RestoreAdditionalProjectSources>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net5.0' Or '$(TargetFramework)'=='net6.0' Or '$(TargetFramework)'=='net7.0' Or '$(TargetFramework)'=='net8.0'">
Expand Down

0 comments on commit 290d97a

Please sign in to comment.