Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-10-13 09:21:45 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-10-13 09:21:45 +0300
commitf9e4907d438126f98420025385c13088134b124b (patch)
tree1bd6971748b79a3ab24fd488e462119f25b87225
parent1038dafcc17287044d9d2202fb435951ccc38407 (diff)
Update dependencies from https://github.com/dotnet/runtimelab build 20221012.2darc-feature/green-threads-8ef21827-9457-4081-aee9-746f747dd98e
Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.0-alpha.1.22506.10 -> To Version 8.0.0-gthread.6.22512.2
-rw-r--r--eng/Version.Details.xml12
-rw-r--r--eng/Versions.props4
2 files changed, 8 insertions, 8 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 1bd0401284..cd7dafb886 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -262,9 +262,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b38fb072af49cb4336428c57ff28a22cc5d72cc2</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-alpha.1.22506.10">
- <Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>b38fb072af49cb4336428c57ff28a22cc5d72cc2</Sha>
+ <Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-gthread.6.22512.2">
+ <Uri>https://github.com/dotnet/runtimelab</Uri>
+ <Sha>d7b1fbbf12a2fab4bef47ace421a853e3556a1da</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Runtime.MonoAOTCompiler.Task" Version="8.0.0-alpha.1.22506.10">
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -278,9 +278,9 @@
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
-->
- <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-alpha.1.22506.10">
- <Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>b38fb072af49cb4336428c57ff28a22cc5d72cc2</Sha>
+ <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-gthread.6.22512.2">
+ <Uri>https://github.com/dotnet/runtimelab</Uri>
+ <Sha>d7b1fbbf12a2fab4bef47ace421a853e3556a1da</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="8.0.0-alpha.1.22506.10">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 315f518d40..9324766f29 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -64,8 +64,8 @@
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/runtime -->
<MicrosoftExtensionsDependencyModelVersion>8.0.0-alpha.1.22506.10</MicrosoftExtensionsDependencyModelVersion>
- <MicrosoftNETCoreAppRefVersion>8.0.0-alpha.1.22506.10</MicrosoftNETCoreAppRefVersion>
- <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-alpha.1.22506.10</MicrosoftNETCoreAppRuntimewinx64Version>
+ <MicrosoftNETCoreAppRefVersion>8.0.0-gthread.6.22512.2</MicrosoftNETCoreAppRefVersion>
+ <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-gthread.6.22512.2</MicrosoftNETCoreAppRuntimewinx64Version>
<MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>8.0.0-alpha.1.22506.10</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
<MicrosoftNETRuntimeWebAssemblySdkVersion>8.0.0-alpha.1.22506.10</MicrosoftNETRuntimeWebAssemblySdkVersion>
<MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>8.0.0-alpha.1.22506.10</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>