Skip to content

Commit

Permalink
Merge pull request #4450 from devlead/feature/gh-4445/gh-4446/gh-4447/g…
Browse files Browse the repository at this point in the history
…h-4448/gh--4449

GH4445-4449: Update Verify.XunitV3 to 28.9.0, Microsoft.Extensions.DependencyInjection to 9.0.1, System.Security.Cryptography.Pkcs to 9.0.1, System.Collections.Immutable to 9.0.1, System.Reflection.Metadata to 9.0.1
  • Loading branch information
devlead authored Jan 15, 2025
2 parents af98d6b + e6177ee commit aae58b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="Castle.Core" Version="5.1.1" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.12.0" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.3.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.NETCore.Platforms" Version="7.0.4" />
Expand All @@ -30,15 +30,15 @@
<PackageVersion Include="Spectre.Console" Version="0.49.1" />
<PackageVersion Include="Spectre.Console.Cli" Version="0.49.1" />
<PackageVersion Include="Spectre.Verify.Extensions" Version="22.3.1" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.0" />
<PackageVersion Include="System.Reflection.Metadata" Version="9.0.0" />
<PackageVersion Include="Verify.XunitV3" Version="28.8.1" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.1" />
<PackageVersion Include="System.Reflection.Metadata" Version="9.0.1" />
<PackageVersion Include="Verify.XunitV3" Version="28.9.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.v3" Version="1.0.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />

<!-- Pin nuget transitive packages vulnerability issues NuGet.Packaging -->
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.0" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.1" />
</ItemGroup>

</Project>

0 comments on commit aae58b1

Please sign in to comment.