Skip to content

Commit

Permalink
Change cake build project to .net9.0 (#503)
Browse files Browse the repository at this point in the history
* Create draft PR for #502

* cake build proj changed to .net9.0
  • Loading branch information
TomKovac authored Dec 19, 2024
1 parent 3e1949d commit 45a78b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/Build.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 45a78b7

Please sign in to comment.