Skip to content

Commit

Permalink
Fix NuGet Package Security Issue (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 authored Aug 15, 2024
1 parent b687893 commit 1eebfc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MonoGame.Tool.BuildScripts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
</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="4.0.0" />
<PackageReference Include="NuGet.Packaging" Version="6.10.1" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
</ItemGroup>

</Project>

0 comments on commit 1eebfc4

Please sign in to comment.