Skip to content

Commit 1b42cef

Browse files
authored
Merge pull request #19 from tpwalke2/feature/tpwalke2/16-build
#16 build file should reference .NET 9
2 parents 9da63dd + a803145 commit 1b42cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var paths = new BuildPaths(Context, config.BuildPath);
2323
Information($"Build Output Paths\n{paths}");
2424

2525
const string SolutionPath = "./CodePointEnumGenerator.sln";
26-
const string FrameworkVersion = "net8.0";
26+
const string FrameworkVersion = "net9.0";
2727

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

0 commit comments

Comments
 (0)