Skip to content

Commit

Permalink
Update transient dependencies (#145)
Browse files Browse the repository at this point in the history
* Update NuGet packages

* Pin System.Formats.Asn1
  • Loading branch information
trejjam authored Oct 10, 2024
1 parent 66816f9 commit a1550b3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NuGet.Common" Version="6.11.1" />
<PackageReference Include="NuGet.Packaging" Version="6.11.1" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Verify.XUnit" Version="26.6.0" />
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down

0 comments on commit a1550b3

Please sign in to comment.