diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6cc61b83c..537ed1809 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: interval: weekly ignore: - dependency-name: Microsoft.CodeAnalysis* # We intentionally target older VS versions. + - dependency-name: Microsoft.Bcl.AsyncInterfaces # We want to match the minimum target .NET runtime diff --git a/Directory.Packages.props b/Directory.Packages.props index c47e15253..98e44e5a1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -12,7 +12,7 @@ - + @@ -35,10 +35,8 @@ - - diff --git a/test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Microsoft.VisualStudio.Threading.Analyzers.Tests.csproj b/test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Microsoft.VisualStudio.Threading.Analyzers.Tests.csproj index 57b74d502..edf0c586c 100644 --- a/test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Microsoft.VisualStudio.Threading.Analyzers.Tests.csproj +++ b/test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Microsoft.VisualStudio.Threading.Analyzers.Tests.csproj @@ -29,8 +29,6 @@ - -