Skip to content

Commit

Permalink
Merge pull request #278 from kasperk81/patch-1
Browse files Browse the repository at this point in the history
use correct framework
  • Loading branch information
Game4all authored Sep 30, 2024
2 parents f913b08 + 08fcac9 commit fcadf71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp8.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<PackAsTool>true</PackAsTool>

<!-- Make sure start same folder .NET Core CLI and Visual Studio -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>
<PropertyGroup Label="Project">
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp8.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>osu.Game.Rulesets.Gamebosu.Tests</RootNamespace>
</PropertyGroup>
</Project>
</Project>

0 comments on commit fcadf71

Please sign in to comment.