Skip to content

Commit

Permalink
Update dotnet monorepo to v7.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 13, 2024
1 parent 882fca2 commit 2796c0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions TheOmenDen.Crowbot36.Api/TheOmenDen.Crowbot36.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.15" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.15" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.16" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.16" NoWarn="NU1605" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.17.0" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.17.0" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.17.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<PackageReference Include="Blazorise.LottieAnimation" Version="1.4.2" />
<PackageReference Include="Blazorise.QRCode" Version="1.4.2" />
<PackageReference Include="Blazorise.Video" Version="1.4.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.15" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.15" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.15" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.16" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="TheOmenDen.Shared" Version="2023.11.27.49" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.15" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.16" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageReference Include="TheOmenDen.Shared" Version="2023.11.27.49" />
<PackageReference Include="TheOmenDen.Shared.Logging" Version="2.12.24.2336" />
Expand Down

0 comments on commit 2796c0c

Please sign in to comment.