Skip to content

Commit d4bf090

Browse files
author
Mirroring
committed
Merge commit '74fecc30f27aa79191ab7cfa417b422397f6ad23'
2 parents ce39e52 + 74fecc3 commit d4bf090

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -388,31 +388,31 @@
388388
<Uri>https://github.com/dotnet/winforms</Uri>
389389
<Sha>9b822fd70005bf5632d12fe76811b97b3dd044e4</Sha>
390390
</Dependency>
391-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24623.3">
391+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25058.5">
392392
<Uri>https://github.com/dotnet/arcade</Uri>
393-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
393+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
394394
</Dependency>
395395
<!-- Intermediate is necessary for source build. -->
396-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24623.3">
396+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25058.5">
397397
<Uri>https://github.com/dotnet/arcade</Uri>
398-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
398+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
399399
<SourceBuild RepoName="arcade" ManagedOnly="true" />
400400
</Dependency>
401-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24623.3">
401+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25058.5">
402402
<Uri>https://github.com/dotnet/arcade</Uri>
403-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
403+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
404404
</Dependency>
405-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24623.3">
405+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25058.5">
406406
<Uri>https://github.com/dotnet/arcade</Uri>
407-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
407+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
408408
</Dependency>
409-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24623.3">
409+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25058.5">
410410
<Uri>https://github.com/dotnet/arcade</Uri>
411-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
411+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
412412
</Dependency>
413-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24623.3">
413+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25058.5">
414414
<Uri>https://github.com/dotnet/arcade</Uri>
415-
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
415+
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
416416
</Dependency>
417417
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.1.0-preview.1.25060.3">
418418
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
167167
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
168168
<!-- Packages from dotnet/arcade -->
169-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24623.3</MicrosoftDotNetBuildTasksInstallersVersion>
170-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.24623.3</MicrosoftDotNetBuildTasksTemplatingVersion>
171-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24623.3</MicrosoftDotNetRemoteExecutorVersion>
172-
<MicrosoftSourceBuildIntermediatearcadeVersion>9.0.0-beta.24623.3</MicrosoftSourceBuildIntermediatearcadeVersion>
169+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksInstallersVersion>
170+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksTemplatingVersion>
171+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25058.5</MicrosoftDotNetRemoteExecutorVersion>
172+
<MicrosoftSourceBuildIntermediatearcadeVersion>9.0.0-beta.25058.5</MicrosoftSourceBuildIntermediatearcadeVersion>
173173
<!-- Packages from dotnet/source-build-externals -->
174174
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>9.0.0-alpha.1.24575.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
175175
<!-- Packages from dotnet/source-build-reference-packages -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jdk": "11.0.24"
2828
},
2929
"msbuild-sdks": {
30-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24623.3",
31-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24623.3"
30+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5",
31+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25058.5"
3232
}
3333
}

0 commit comments

Comments
 (0)