Skip to content

Commit

Permalink
Bump to Latest BuildScripts repo (#2)
Browse files Browse the repository at this point in the history
* Bump to Latest BuildScripts repo

* Bump to latest BuildScript, which also needs using net8
  • Loading branch information
CartBlanche authored Nov 18, 2024
1 parent b0db5c5 commit 4a8524e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -25,8 +25,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.FileHelpers" Version="6.1.3" />
<PackageReference Include="Cake.Frosting" Version="3.1.0" />
<PackageReference Include="Cake.FileHelpers" Version="7.0.0" />
<PackageReference Include="Cake.Frosting" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4a8524e

Please sign in to comment.