Skip to content

Commit

Permalink
Don't bump MSBuild dependency
Browse files Browse the repository at this point in the history
Since we want to support running on VS2017+, we can't bump to newer MSBuild dep.
  • Loading branch information
kzu committed Sep 30, 2021
1 parent 56bd55a commit cc949d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ updates:
- package-ecosystem: nuget
directory: /
schedule:
interval: weekly
interval: weekly
ignore:
- dependency-name: "Microsoft.Build.Utilities.Core"
4 changes: 1 addition & 3 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
weak
[file ".github/dependabot.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
sha = 0683ee777d7d878d4bf013d7deea352685135a05
etag = 2fc8a0d2b47091b058ae3e1f68333492044b49a684621f4939a0bce5bff869d5
weak
skip
[file ".github/workflows/build.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
sha = fc5889d5387e2d5aa7aba279b2aa12251cf08cb2
Expand Down

0 comments on commit cc949d6

Please sign in to comment.