Skip to content

Commit 5f452a8

Browse files
dancormierKyleMit
andauthored
fix(deps): rollback to System.Collections.Immutable 8.x (#457)
* rollback to System.Collections.Immutable 8.x * linting --------- Co-authored-by: KyleMit <[email protected]>
1 parent 158cce8 commit 5f452a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ updates:
88
directory: "/dotnet/"
99
schedule:
1010
interval: "weekly"
11+
ignore:
12+
- dependency-name: "System.Collections.Immutable"
13+
update-types: ["version-update:semver-major"]

dotnet/src/StackExchange.StacksIcons.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141

4242
<ItemGroup>
4343
<FrameworkReference Include="Microsoft.AspNetCore.App" />
44-
<PackageReference Include="System.Collections.Immutable" Version="9.0.10" />
44+
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
4545
</ItemGroup>
4646
</Project>

0 commit comments

Comments
 (0)