diff --git a/Directory.Packages.net6.props b/Directory.Packages.net6.props new file mode 100644 index 0000000..eb70093 --- /dev/null +++ b/Directory.Packages.net6.props @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Directory.Packages.props b/Directory.Packages.props index 77dcb91..fe94105 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -30,11 +30,7 @@ - - - - - + @@ -53,4 +49,4 @@ - \ No newline at end of file + diff --git a/ProtectedNumbers.sln b/ProtectedNumbers.sln index 2909bf2..4e8a61d 100644 --- a/ProtectedNumbers.sln +++ b/ProtectedNumbers.sln @@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02-files", "02-files", "{DF global.json = global.json .junie\guidelines.md = .junie\guidelines.md renovate.json = renovate.json + Directory.Packages.net6.props = Directory.Packages.net6.props EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-src", "01-src", "{499B92F7-0036-4B5C-AE09-BA6DE023EC76}" diff --git a/renovate.json b/renovate.json index b67f097..1f491e0 100644 --- a/renovate.json +++ b/renovate.json @@ -27,25 +27,25 @@ { "matchManagers": ["nuget"], "matchDatasources": ["nuget"], - "matchFileNames": ["Directory.Packages.props"], + "matchFileNames": ["Directory.Packages.net6.props"], "matchPackageNames": ["FastEndpoints"], - "matchCurrentVersion": "5.x", + "matchCurrentVersion": "<6.0.0", "enabled": false }, { "matchManagers": ["nuget"], "matchDatasources": ["nuget"], - "matchFileNames": ["Directory.Packages.props"], + "matchFileNames": ["Directory.Packages.net6.props"], "matchPackageNames": ["Microsoft.NET.Test.Sdk"], - "matchCurrentVersion": "17.x", + "matchCurrentVersion": "<17.14.0", "enabled": false }, { "matchManagers": ["nuget"], "matchDatasources": ["nuget"], - "matchFileNames": ["Directory.Packages.props"], + "matchFileNames": ["Directory.Packages.net6.props"], "matchPackageNames": ["NUnit3TestAdapter"], - "matchCurrentVersion": "5.x", + "matchCurrentVersion": "<6.0.0", "enabled": false } ]