From 2041fb4d9e0576d9259445419dea5ad63e200b08 Mon Sep 17 00:00:00 2001 From: Kevin Bost Date: Sat, 6 Jan 2024 23:09:10 -0800 Subject: [PATCH] Role back compiler NuGets Also disabling dependabot for them. We need the old version for net6 --- .github/dependabot.yml | 3 +++ Directory.Packages.props | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e596706f..cdc1bb19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + ignore: + - dependency-name: "Microsoft.CodeAnalysis.Common" + - dependency-name: "Microsoft.CodeAnalysis.CSharp" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests diff --git a/Directory.Packages.props b/Directory.Packages.props index 550ccaf9..898d6aaa 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,8 +4,8 @@ - - + +