Skip to content

Commit 8c42aeb

Browse files
committed
Updated build script to net6.0
1 parent 53946cf commit 8c42aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/_build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<RootNamespace></RootNamespace>
77
<NoWarn>CS0649;CS0169</NoWarn>
88
<NukeRootDirectory>..</NukeRootDirectory>
99
<NukeScriptDirectory>..</NukeScriptDirectory>
10-
<LangVersion>9</LangVersion>
10+
<LangVersion>10</LangVersion>
1111

1212
<!-- NETSDK1138: Ignore .NET SDK deprecation notice -->
1313
<NoWarn>$(NoWarn);NETSDK1138;NU1902;NU1903</NoWarn>

0 commit comments

Comments
 (0)