Skip to content

Commit

Permalink
fix(CI): remove multi framework builds for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Mar 21, 2024
1 parent 898ba4f commit bc9fd84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Osu.Patcher.Hook/Osu.Patcher.Hook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="all"/>
<ProjectReference Include="../Osu.Stubs/Osu.Stubs.csproj"/>
<ProjectReference Include="../Osu.Utils/Osu.Utils.csproj"/>
<ProjectReference Include="../Osu.Stubs/Osu.Stubs.csproj">
<SetTargetFramework>TargetFramework=net452</SetTargetFramework>
</ProjectReference>
<ProjectReference Include="../Osu.Utils/Osu.Utils.csproj">
<SetTargetFramework>TargetFramework=net452</SetTargetFramework>
</ProjectReference>
</ItemGroup>

<!-- I have to do this stupid shit because NuGet doesn't respect ProjectReference.SetTargetFramework for transitive dependencies -->
Expand Down

0 comments on commit bc9fd84

Please sign in to comment.