diff --git a/NuGet.config b/NuGet.config index ff250f7ae5ee..a09db3124b5c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,10 +10,20 @@ + + + + + + + + + + @@ -33,8 +43,14 @@ + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba090c6d24ff..5157b5643b14 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + https://github.com/dotnet/installer - deedd8bf09841d91bd6b7844022429e1e7511f19 + 0bfe620522cb589193def55108dbdbdf33abb635 https://github.com/dotnet/runtime 59edaad404d1b8e47080015ae8d0787f94c970df - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5 + 89ef51c5d8f5239345127a1e282e11036e590c8b - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5 + 89ef51c5d8f5239345127a1e282e11036e590c8b - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 47576478939fdd59b4400ad135f47938af486ab3 + 31d685b2d9a86ca1243014d175a3da813f78e428 - + https://github.com/dotnet/emsdk - f6237140b33bf18c72dccfeda14be8d103c3b93e + c458a7647c04e323c238f381eb176af24254b3ff https://github.com/dotnet/cecil diff --git a/eng/Versions.props b/eng/Versions.props index ac3ff468a3a4..22afdbe4b47b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,12 +3,12 @@ 0.11.4-alpha.23509.2 - 8.0.112-servicing.24603.10 - 8.0.11 + 8.0.113-servicing.25072.1 + 8.0.12 8.0.0-rtm.23524.7 9.0.0-beta.24408.2 8.0.0-beta.24413.2 - 8.0.11 + 8.0.12 8.0.0-rtm.23511.3 8.0.0 7.0.100-alpha.1.21601.1 diff --git a/global.json b/global.json index 218b4a4274b3..911d19166180 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.112-servicing.24603.10" + "version": "8.0.113-servicing.25072.1" } }