We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9da63dd + a803145 commit 1b42cefCopy full SHA for 1b42cef
1 file changed
build.cake
@@ -23,7 +23,7 @@ var paths = new BuildPaths(Context, config.BuildPath);
23
Information($"Build Output Paths\n{paths}");
24
25
const string SolutionPath = "./CodePointEnumGenerator.sln";
26
-const string FrameworkVersion = "net8.0";
+const string FrameworkVersion = "net9.0";
27
28
var testProjects = GetFiles("./**/*Tests.csproj")
29
.Select(testProject => new TestProject {
0 commit comments