File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0@sha256:72dd743782f2ae7e5476fd64f6a460045e3998dc862218b80e6944cba79a01b0 AS build
1+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0@sha256:e1fc6e423f543119c406d24e2e687d67c569f18f04a37a8b0005d80ad0dcee80 AS build
22
33ARG TARGETARCH
44
@@ -26,7 +26,7 @@ COPY . ./
2626RUN dotnet publish src/UnityNuGet.Server -a "$TARGETARCH" -c Release -o /app/src/out
2727
2828# Build runtime image
29- FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:f1126d438ccc359f51cc6d4701a8deae513856cf10f5fe645d29ea6403dcac6b
29+ FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:207cc51496778557731c81ff670333d8ade4a4fec22768fd1be8e78474a84ecf
3030
3131ARG TARGETPLATFORM
3232
Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <ItemGroup >
66 <PackageVersion Include =" ICSharpCode.Decompiler" Version =" 11.0.0.9375" />
7- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.10 " />
8- <PackageVersion Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 10.8 .0" />
9- <PackageVersion Include =" Microsoft.Extensions.Options" Version =" 10.0.10 " />
10- <PackageVersion Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10.0.10 " />
11- <PackageVersion Include =" Microsoft.Extensions.Options.DataAnnotations" Version =" 10.0.10 " />
7+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.11 " />
8+ <PackageVersion Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 10.9 .0" />
9+ <PackageVersion Include =" Microsoft.Extensions.Options" Version =" 10.0.11 " />
10+ <PackageVersion Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10.0.11 " />
11+ <PackageVersion Include =" Microsoft.Extensions.Options.DataAnnotations" Version =" 10.0.11 " />
1212 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.8.1" />
1313 <PackageVersion Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.23.0" />
1414 <PackageVersion Include =" Moq" Version =" 4.20.72" />
1515 <PackageVersion Include =" NuGet.PackageManagement" Version =" 7.6.0" />
16- <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 10.0.10 " />
16+ <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 10.0.11 " />
1717 <PackageVersion Include =" NUglify" Version =" 1.22.3" />
1818 <PackageVersion Include =" nunit" Version =" 4.6.1" />
1919 <PackageVersion Include =" NUnit.Analyzers" Version =" 4.14.0" />
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 10.0.302 " ,
3+ "version" : " 10.0.400 " ,
44 "rollForward" : " latestMinor" ,
55 "allowPrerelease" : false
66 }
You can’t perform that action at this time.
0 commit comments