Skip to content

Commit 9deb4a5

Browse files
committed
Use .NET 7 for Cake build
1 parent e94ad84 commit 9deb4a5

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
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<PackAsTool>true</PackAsTool>
66
<!-- Make sure start same folder .NET Core CLI and Visual Studio -->
77
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>

0 commit comments

Comments
 (0)