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
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-10-17 20:46:32 +0300
committerGitHub <noreply@github.com>2022-10-17 20:46:32 +0300
commit30d6813afddfbe99039ece3244d2828585d54430 (patch)
tree2c1e4d378f70b080c65206903a523e14abe790b6 /eng
parent85f7b083dd697390cf500f86d570734d100eab44 (diff)
Update dependencies from https://github.com/dotnet/source-build-externals build 20221013.1 (#44594)
[main] Update dependencies from dotnet/source-build-externals
Diffstat (limited to 'eng')
-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 66cb481bf1..87ac25d5a9 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -181,9 +181,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>960e4d723c27a5407dc691d06e546bc455a9c4a5</Sha>
</Dependency>
- <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.22507.1">
+ <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.22513.1">
<Uri>https://github.com/dotnet/source-build-externals</Uri>
- <Sha>09fb44e74f7b92b3080e45f0dd41ff4d8539ae0b</Sha>
+ <Sha>eb8403e34790e0a5543e828afd26a6a425fa7455</Sha>
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Configuration.ConfigurationManager" Version="8.0.0-alpha.1.22516.1">
diff --git a/eng/Versions.props b/eng/Versions.props
index a7a02c7540..f08477791d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -138,7 +138,7 @@
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22513.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22513.2</MicrosoftDotNetBuildTasksTemplatingVersion>
<!-- Packages from dotnet/source-build-externals -->
- <MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.22507.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
+ <MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.22513.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
<!-- Packages from dotnet/xdt -->
<MicrosoftWebXdtVersion>7.0.0-preview.22423.2</MicrosoftWebXdtVersion>
</PropertyGroup>