[main] Update dependencies from dotnet/installer (#3505)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Mon, 21 Nov 2022 23:52:56 +0000 (23:52 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2022 23:52:56 +0000 (23:52 +0000)
[main] Update dependencies from dotnet/installer

 - Fix single-file runtime version

eng/Version.Details.xml
eng/Versions.props

index ef96b799ef155080fcb22113c025916ec590ce9a..d1e77a7d213b67fe731e3464e087379f9f780bd0 100644 (file)
@@ -28,9 +28,9 @@
       <Uri>https://github.com/dotnet/arcade</Uri>
       <Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.101-servicing.22556.2">
+    <Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.101-servicing.22570.11">
       <Uri>https://github.com/dotnet/installer</Uri>
-      <Sha>d7cafddd8644656739e10560eaaa8126bb7d2537</Sha>
+      <Sha>3894bc56ac6b07f04c2de2cb7091fe2f74d3f6f6</Sha>
     </Dependency>
     <Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="7.0.0-rtm.22513.7">
       <Uri>https://github.com/dotnet/aspnetcore</Uri>
index b29cd7ce34f9404981c06abf44805c9371e585d1..b2b45ac79f1e37b76ca3986aa5f957833cb48e87 100644 (file)
@@ -24,7 +24,7 @@
     <MicrosoftAspNetCoreAppRefInternalVersion>7.0.0-rtm.22513.7</MicrosoftAspNetCoreAppRefInternalVersion>
     <MicrosoftAspNetCoreAppRefVersion>7.0.0</MicrosoftAspNetCoreAppRefVersion>
     <!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
-    <MicrosoftDotnetSdkInternalVersion>7.0.101-servicing.22556.2</MicrosoftDotnetSdkInternalVersion>
+    <MicrosoftDotnetSdkInternalVersion>7.0.101-servicing.22570.11</MicrosoftDotnetSdkInternalVersion>
   </PropertyGroup>
   <PropertyGroup>
     <!-- Runtime versions to test -->
@@ -34,7 +34,7 @@
     <MicrosoftAspNetCoreApp60Version>$(MicrosoftNETCoreApp60Version)</MicrosoftAspNetCoreApp60Version>
     <!-- The SDK runtime version used to build single-file apps (currently hardcoded) -->
     <SingleFileRuntime60Version>6.0.8</SingleFileRuntime60Version>
-    <SingleFileRuntimeLatestVersion>7.0.0-rtm.22511.4</SingleFileRuntimeLatestVersion>
+    <SingleFileRuntimeLatestVersion>7.0.0</SingleFileRuntimeLatestVersion>
   </PropertyGroup>
   <PropertyGroup>
     <!-- Opt-in/out repo features -->