Skip to content

Commit

Permalink
#14 Update build file for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwalke2 committed Nov 16, 2024
1 parent 5e7534c commit 674d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var paths = new BuildPaths(Context, config.BuildPath);
Information($"Build Output Paths\n{paths}");

const string SolutionPath = "./CodePointEnumGenerator.sln";
const string FrameworkVersion = "net6.0";
const string FrameworkVersion = "net8.0";

var testProjects = GetFiles("./**/*Tests.csproj")
.Select(testProject => new TestProject {
Expand Down

0 comments on commit 674d737

Please sign in to comment.