Skip to content

Commit a697c77

Browse files
authored
Update dependencies from dotnet/deploytment tools (#45941)
2 parents 127ecee + 1ff3879 commit a697c77

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<packageSources>
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6+
<!-- Begin: Package sources from dotnet-deployment-tools -->
7+
<add key="darc-pub-dotnet-deployment-tools-b2d5c0c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5/nuget/v3/index.json" />
8+
<!-- End: Package sources from dotnet-deployment-tools -->
69
<!-- Begin: Package sources from dotnet-aspire -->
710
<!-- End: Package sources from dotnet-aspire -->
811
<!-- Begin: Package sources from dotnet-emsdk -->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@
456456
<Sha>f5fa796273e4e59926e3fab26e1ab9e7d577f5e5</Sha>
457457
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
458458
</Dependency>
459-
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-preview.1.24406.1">
459+
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-rtm.1.25059.4">
460460
<Uri>https://github.com/dotnet/deployment-tools</Uri>
461-
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
461+
<Sha>b2d5c0c5841de4bc036ef4c84b5db3532504e5f3</Sha>
462462
</Dependency>
463463
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24617.1">
464464
<Uri>https://github.com/dotnet/sourcelink</Uri>
@@ -491,9 +491,9 @@
491491
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
492492
</Dependency>
493493
<!-- Intermediate is necessary for source build. -->
494-
<Dependency Name="Microsoft.SourceBuild.Intermediate.deployment-tools" Version="9.0.0-preview.1.24406.1">
494+
<Dependency Name="Microsoft.SourceBuild.Intermediate.deployment-tools" Version="9.0.0-rtm.25059.4">
495495
<Uri>https://github.com/dotnet/deployment-tools</Uri>
496-
<Sha>7871ee378dce87b64d930d4f33dca9c888f4034d</Sha>
496+
<Sha>b2d5c0c5841de4bc036ef4c84b5db3532504e5f3</Sha>
497497
<SourceBuild RepoName="deployment-tools" ManagedOnly="true" />
498498
</Dependency>
499499
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<WebDeploymentPackageVersion>4.0.5</WebDeploymentPackageVersion>
5858
<SystemCommandLineVersion>2.0.0-beta4.24324.3</SystemCommandLineVersion>
5959
<SystemCommandLineRenderingVersion>0.4.0-alpha.24324.3</SystemCommandLineRenderingVersion>
60-
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-preview.1.24406.1</MicrosoftDeploymentDotNetReleasesVersion>
60+
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-rtm.1.25059.4</MicrosoftDeploymentDotNetReleasesVersion>
6161
<MicrosoftDiaSymReaderVersion>2.2.0-beta.24327.2</MicrosoftDiaSymReaderVersion>
6262
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
6363
<MicrosoftVisualBasicVersion>10.3.0</MicrosoftVisualBasicVersion>

0 commit comments

Comments
 (0)