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] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-11-08 06:38:26 +0300
committerGitHub <noreply@github.com>2022-11-08 06:38:26 +0300
commit70ce9edb24d44ed320f5b94402f91b9c023a24a2 (patch)
tree0aa4647d311e89957890c073de89873256564ff0
parent5f357367dcb7481b096b7e69aa4250cb6d5b1c74 (diff)
Update dependencies from https://github.com/dotnet/source-build-externals build 20221102.1 (#44918)
[main] Update dependencies from dotnet/source-build-externals
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 5c69fa1c84..e4d952ed86 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -181,9 +181,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>bdd67af67dbf43c0f5e9151b98dc100b9555898a</Sha>
</Dependency>
- <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.22513.1">
+ <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.22552.1">
<Uri>https://github.com/dotnet/source-build-externals</Uri>
- <Sha>eb8403e34790e0a5543e828afd26a6a425fa7455</Sha>
+ <Sha>4d37f75b11b8613594fcb38bd9b965a75877c49f</Sha>
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Configuration.ConfigurationManager" Version="8.0.0-alpha.1.22551.9">
diff --git a/eng/Versions.props b/eng/Versions.props
index dcd1289881..365a33a27a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -138,7 +138,7 @@
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22554.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22554.2</MicrosoftDotNetBuildTasksTemplatingVersion>
<!-- Packages from dotnet/source-build-externals -->
- <MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.22513.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
+ <MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.22552.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
<!-- Packages from dotnet/xdt -->
<MicrosoftWebXdtVersion>7.0.0-preview.22423.2</MicrosoftWebXdtVersion>
</PropertyGroup>