From 26782107ef9d1681d484b2f3794d1cf832491db9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:54:14 +0000 Subject: [PATCH] Update dotnet monorepo to v8 --- TheOmenDen.CrowBot36/TheOmenDen.CrowBot36.csproj | 2 +- .../TheOmenDen.Crowbot36.Api.csproj | 4 ++-- .../Client/TheOmenDen.Crowbot36.UI.Client.csproj | 10 +++++----- .../Server/TheOmenDen.Crowbot36.UI.Server.csproj | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/TheOmenDen.CrowBot36/TheOmenDen.CrowBot36.csproj b/TheOmenDen.CrowBot36/TheOmenDen.CrowBot36.csproj index 7c70298..84b59fb 100644 --- a/TheOmenDen.CrowBot36/TheOmenDen.CrowBot36.csproj +++ b/TheOmenDen.CrowBot36/TheOmenDen.CrowBot36.csproj @@ -9,7 +9,7 @@ <ItemGroup> <PackageReference Include="AspNet.Security.OAuth.Twitch" Version="7.0.4" /> - <PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" /> + <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" /> <PackageReference Include="TheOmenDen.Shared" Version="2023.3.25.112" /> <PackageReference Include="TheOmenDen.Shared.Logging" Version="2.3.20.1750" /> <PackageReference Include="TwitchLib" Version="3.5.3" /> diff --git a/TheOmenDen.Crowbot36.Api/TheOmenDen.Crowbot36.Api.csproj b/TheOmenDen.Crowbot36.Api/TheOmenDen.Crowbot36.Api.csproj index c406d39..cfdef48 100644 --- a/TheOmenDen.Crowbot36.Api/TheOmenDen.Crowbot36.Api.csproj +++ b/TheOmenDen.Crowbot36.Api/TheOmenDen.Crowbot36.Api.csproj @@ -10,8 +10,8 @@ <ItemGroup> <PackageReference Include="AspNet.Security.OAuth.Spotify" Version="7.0.4" /> <PackageReference Include="AspNet.Security.OAuth.Twitch" Version="7.0.4" /> - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.14" NoWarn="NU1605" /> - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.14" NoWarn="NU1605" /> + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" NoWarn="NU1605" /> + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" NoWarn="NU1605" /> <PackageReference Include="Microsoft.Identity.Web" Version="2.15.5" /> <PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.15.5" /> <PackageReference Include="Microsoft.Identity.Web.UI" Version="2.15.5" /> diff --git a/TheOmenDen.Crowbot36.UI/Client/TheOmenDen.Crowbot36.UI.Client.csproj b/TheOmenDen.Crowbot36.UI/Client/TheOmenDen.Crowbot36.UI.Client.csproj index 9f934ef..828a09e 100644 --- a/TheOmenDen.Crowbot36.UI/Client/TheOmenDen.Crowbot36.UI.Client.csproj +++ b/TheOmenDen.Crowbot36.UI/Client/TheOmenDen.Crowbot36.UI.Client.csproj @@ -50,11 +50,11 @@ <PackageReference Include="Blazorise.LottieAnimation" Version="1.3.3" /> <PackageReference Include="Blazorise.QRCode" Version="1.3.3" /> <PackageReference Include="Blazorise.Video" Version="1.3.3" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.14" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.14" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.14" PrivateAssets="all" /> - <PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" /> - <PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" /> + <PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.0" /> + <PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" /> <PackageReference Include="TheOmenDen.Shared" Version="2023.3.25.112" /> </ItemGroup> diff --git a/TheOmenDen.Crowbot36.UI/Server/TheOmenDen.Crowbot36.UI.Server.csproj b/TheOmenDen.Crowbot36.UI/Server/TheOmenDen.Crowbot36.UI.Server.csproj index 0595d9a..e18fbc5 100644 --- a/TheOmenDen.Crowbot36.UI/Server/TheOmenDen.Crowbot36.UI.Server.csproj +++ b/TheOmenDen.Crowbot36.UI/Server/TheOmenDen.Crowbot36.UI.Server.csproj @@ -7,7 +7,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.14" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" /> <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" /> <PackageReference Include="TheOmenDen.Shared" Version="2023.3.25.112" /> <PackageReference Include="TheOmenDen.Shared.Logging" Version="2.3.20.1750" />