Skip to content

Commit dadbfa3

Browse files
committed
Bump target framework of _build to .NET 9.0
1 parent 469d1c8 commit dadbfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/_build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<RootNamespace></RootNamespace>
77
<NoWarn>CS0649;CS0169;CA1050;CA1822;CA2211;IDE1006</NoWarn>
88
<NukeRootDirectory>..</NukeRootDirectory>

0 commit comments

Comments
 (0)