Skip to content

Commit

Permalink
Merge pull request GitTools#44 from GitTools/dependabot/nuget/build/C…
Browse files Browse the repository at this point in the history
…ake.Frosting-5.0.0

(deps): Bump Cake.Frosting from 4.2.0 to 5.0.0 in /build
  • Loading branch information
arturcic authored Nov 13, 2024
2 parents 447915f + 675bf74 commit 632a49f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build/build/Build.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>build</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Docker" Version="1.3.0" />
<PackageReference Include="Cake.FileHelpers" Version="7.0.0" />
<PackageReference Include="Cake.Frosting" Version="4.2.0" />
<PackageReference Include="Cake.Json" Version="7.0.1" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>build</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Docker" Version="1.3.0" />
<PackageReference Include="Cake.FileHelpers" Version="7.0.0" />
<PackageReference Include="Cake.Frosting" Version="5.0.0" />
<PackageReference Include="Cake.Json" Version="7.0.1" />
</ItemGroup>
</Project>

0 comments on commit 632a49f

Please sign in to comment.