diff --git a/global.json b/global.json index 76ddd08..bf3fbf9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.100", + "version": "7.0.201", "rollForward": "latestPatch", "allowPrerelease": false } diff --git a/src/Depends.Core/Depends.Core.csproj b/src/Depends.Core/Depends.Core.csproj index 30ba758..1b77fb1 100644 --- a/src/Depends.Core/Depends.Core.csproj +++ b/src/Depends.Core/Depends.Core.csproj @@ -1,23 +1,23 @@  - netcoreapp3.1;net5.0 + net6.0;net7.0 false - - + + all runtime; build; native; contentfiles; analyzers - - + + - + NU1701 diff --git a/src/Depends/Depends.csproj b/src/Depends/Depends.csproj index 8f70053..6723579 100644 --- a/src/Depends/Depends.csproj +++ b/src/Depends/Depends.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0;net6.0 + net6.0;net7.0 dotnet-depends True Exe @@ -16,10 +16,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers