diff --git a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj index d70bee2b..e1a64c86 100644 --- a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj +++ b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj @@ -1,6 +1,6 @@  - net6.0;net5.0;netstandard2.1 + net7.0;net6.0;net5.0;netstandard2.1 9.0 enable SpotifyAPI.Web.Auth diff --git a/SpotifyAPI.Web.Examples/Example.ASP/Example.ASP.csproj b/SpotifyAPI.Web.Examples/Example.ASP/Example.ASP.csproj index 10fd1232..e755ff94 100644 --- a/SpotifyAPI.Web.Examples/Example.ASP/Example.ASP.csproj +++ b/SpotifyAPI.Web.Examples/Example.ASP/Example.ASP.csproj @@ -1,11 +1,11 @@  - net6.0 + net7.0 da29eac4-4c22-4a7f-b393-379e83b60998 - + diff --git a/SpotifyAPI.Web.Examples/Example.ASPBlazor/Example.ASPBlazor.csproj b/SpotifyAPI.Web.Examples/Example.ASPBlazor/Example.ASPBlazor.csproj index dd106003..497f7086 100644 --- a/SpotifyAPI.Web.Examples/Example.ASPBlazor/Example.ASPBlazor.csproj +++ b/SpotifyAPI.Web.Examples/Example.ASPBlazor/Example.ASPBlazor.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 diff --git a/SpotifyAPI.Web.Examples/Example.BlazorWASM/Example.BlazorWASM.csproj b/SpotifyAPI.Web.Examples/Example.BlazorWASM/Example.BlazorWASM.csproj index f19b4301..b28d64a9 100644 --- a/SpotifyAPI.Web.Examples/Example.BlazorWASM/Example.BlazorWASM.csproj +++ b/SpotifyAPI.Web.Examples/Example.BlazorWASM/Example.BlazorWASM.csproj @@ -1,11 +1,11 @@ - net6.0 + net7.0 - + diff --git a/SpotifyAPI.Web.Examples/Example.CLI.CustomHTML/Example.CLI.CustomHTML.csproj b/SpotifyAPI.Web.Examples/Example.CLI.CustomHTML/Example.CLI.CustomHTML.csproj index bc13fef9..99a937d7 100644 --- a/SpotifyAPI.Web.Examples/Example.CLI.CustomHTML/Example.CLI.CustomHTML.csproj +++ b/SpotifyAPI.Web.Examples/Example.CLI.CustomHTML/Example.CLI.CustomHTML.csproj @@ -6,7 +6,7 @@ - net6.0 + net7.0 Exe diff --git a/SpotifyAPI.Web.Examples/Example.CLI.PersistentConfig/Example.CLI.PersistentConfig.csproj b/SpotifyAPI.Web.Examples/Example.CLI.PersistentConfig/Example.CLI.PersistentConfig.csproj index 381b9d51..161c7e28 100644 --- a/SpotifyAPI.Web.Examples/Example.CLI.PersistentConfig/Example.CLI.PersistentConfig.csproj +++ b/SpotifyAPI.Web.Examples/Example.CLI.PersistentConfig/Example.CLI.PersistentConfig.csproj @@ -2,8 +2,8 @@ Exe - net6.0 - 8.0 + net7.0 + 9.0 enable diff --git a/SpotifyAPI.Web.Examples/Example.TokenSwap/Client/Client.csproj b/SpotifyAPI.Web.Examples/Example.TokenSwap/Client/Client.csproj index 22ac6759..d82956e9 100644 --- a/SpotifyAPI.Web.Examples/Example.TokenSwap/Client/Client.csproj +++ b/SpotifyAPI.Web.Examples/Example.TokenSwap/Client/Client.csproj @@ -6,7 +6,7 @@ - net6.0 + net7.0 Exe diff --git a/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj b/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj index 2059b124..7134ec60 100644 --- a/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj +++ b/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj @@ -1,7 +1,7 @@  - net6.0;net5.0;netcoreapp3.1 + net7.0;net6.0;net5.0;netcoreapp3.1 9.0 false diff --git a/SpotifyAPI.Web/SpotifyAPI.Web.csproj b/SpotifyAPI.Web/SpotifyAPI.Web.csproj index 3e35f452..ecca8072 100644 --- a/SpotifyAPI.Web/SpotifyAPI.Web.csproj +++ b/SpotifyAPI.Web/SpotifyAPI.Web.csproj @@ -1,7 +1,7 @@  - net6.0;net5.0;netstandard2.1 + net7.0;net6.0;net5.0;netstandard2.1 9.0 enable SpotifyAPI.Web