Skip to content

Commit

Permalink
Fixing vunerable NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed Oct 8, 2024
1 parent 635170a commit 1dfccb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/WPF/WpfApp/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
<PrivateAssets>all</PrivateAssets>
</PackageVersion>
<PackageVersion Include="MaterialDesignThemes" Version="5.1.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Moq.AutoMock" Version="3.5.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 1dfccb5

Please sign in to comment.