Skip to content

Commit

Permalink
Update to .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Game4all committed May 6, 2024
1 parent b4360df commit 668dce0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>netcoreapp6.0</TargetFramework>
<TargetFramework>netcoreapp8.0</TargetFramework>
<PackAsTool>true</PackAsTool>

<!-- Make sure start same folder .NET Core CLI and Visual Studio -->
Expand Down
2 changes: 1 addition & 1 deletion build/Context.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ public Context(ICakeContext context)

public string RulesetProjectPath => Path.Combine(".\\", ruleset_project_name);

public string RulesetOutputPath => Path.Combine(RulesetProjectPath, "bin/Release/netstandard2.1/osu.Game.Rulesets.Gamebosu.dll");
public string RulesetOutputPath => Path.Combine(RulesetProjectPath, "bin/Release/net8.0/osu.Game.Rulesets.Gamebosu.dll");
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>
<PropertyGroup Label="Project">
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp6.0</TargetFramework>
<TargetFramework>netcoreapp8.0</TargetFramework>
<RootNamespace>osu.Game.Rulesets.Gamebosu.Tests</RootNamespace>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyTitle>osu.Game.Rulesets.Gamebosu</AssemblyTitle>
<OutputType>Library</OutputType>
<Version>0.0.0</Version>
Expand Down

0 comments on commit 668dce0

Please sign in to comment.