Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "6.0.403",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am currently working on a pull request to support .NET 7.
As .NET 7 has quite some additions to the file system, I think it is important to keep up-to-date.

"rollForward": "latestMinor"
}
}
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
ignorePaths: [
// Clear the default list to enable Renovate for all files
],
packageRules: [
{
description: "Ignore .NET 7",
matchPackageNames: ["dotnet-sdk"],
allowedVersions: "<7"
}
]
}