Skip to content

Commit

Permalink
Prerelease 2 of Harmony v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Jun 1, 2023
1 parent c5a526d commit f6b5daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<HarmonyVersion>2.3.0.0</HarmonyVersion>
<HarmonyPrerelease>-prerelease.1</HarmonyPrerelease>
<MonoModCoreVersion>1.0.0-prerelease.1</MonoModCoreVersion>
<HarmonyPrerelease>-prerelease.2</HarmonyPrerelease>
<MonoModCoreVersion>1.0.0-prerelease.2</MonoModCoreVersion>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions HarmonyTests/HarmonyTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net35" Version="1.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit f6b5daf

Please sign in to comment.