Skip to content

Commit

Permalink
Explicitly override System.Formats.Asn1 to a newer version because of d…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Aug 15, 2024
1 parent 88f00f3 commit e4334d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/AnalyzerTests/AnalyzerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />

<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 2 additions & 0 deletions tests/Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />

<PackageReference Include="Microsoft.CodeAnalysis.Analyzer.Testing" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions tests/SnapshotTests/SnapshotTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />

<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit e4334d2

Please sign in to comment.