File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
JoinRpg.Blazor.ComponentBook
JoinRpg.Dal.DataProtection
JoinRpg.Web.CharacterGroups Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.4 " />
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.4 " PrivateAssets =" all" />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.4 " />
9+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.5 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.5 " PrivateAssets =" all" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.5 " />
1212 <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
1313 <PackageReference Include =" System.Net.Http.Json" Version =" 8.0.0" />
1414 </ItemGroup >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.4 " />
9- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.4 " PrivateAssets =" all" />
8+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.5 " />
9+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.5 " PrivateAssets =" all" />
1010 <PackageReference Include =" System.Net.Http.Json" Version =" 8.0.0" />
1111 <PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.175" PrivateAssets =" All" />
1212 </ItemGroup >
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version =" 8.0.4 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version =" 8.0.5 " />
1212 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 8.0.4" />
1313 </ItemGroup >
1414</Project >
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8.0.4
1+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.5
22
33RUN groupadd user && useradd -g user user --home-dir "/app" --create-home
44
Original file line number Diff line number Diff line change 2626 <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.4" />
2727 <PackageReference Include =" BitArmory.ReCaptcha" Version =" 5.0.1" />
2828 <PackageReference Include =" AspNet.Security.OAuth.Vkontakte" Version =" 8.0.0" />
29- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.4 " />
29+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.5 " />
3030 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 8.0.4" />
3131 <PackageReference Include =" Microsoft.Aspnetcore.Components.Webassembly.Server" Version =" 8.0.4" />
3232 <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.4" >
Original file line number Diff line number Diff line change 1717 </ItemGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.4 " />
20+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.5 " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 2020 </ItemGroup >
2121
2222 <ItemGroup >
23- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.4 " />
23+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.5 " />
2424 </ItemGroup >
2525
2626 <ItemGroup >
Original file line number Diff line number Diff line change 1313 </ItemGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.4 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.5 " />
1717 <PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.175" PrivateAssets =" All" />
1818 </ItemGroup >
1919
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8.0.4
1+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.5
22
33RUN groupadd user && \
44 useradd -g user user --home-dir "/app" --create-home
You can’t perform that action at this time.
0 commit comments