Skip to content

Commit 8bb0aae

Browse files
authored
[release/9.0.3xx] Update dependencies from dotnet/msbuild (#51354)
2 parents 3d5f487 + 2bd0eab commit 8bb0aae

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- Begin: Package sources from dotnet-emsdk -->
3333
<!-- End: Package sources from dotnet-emsdk -->
3434
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
35-
<add key="darc-int-DotNet-msbuild-Trusted-09c1be8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-DotNet-msbuild-Trusted-09c1be84/nuget/v3/index.json" />
35+
<add key="darc-pub-DotNet-msbuild-Trusted-b5618cb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-b5618cbe/nuget/v3/index.json" />
3636
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3737
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3838
<!-- End: Package sources from dotnet-roslyn-analyzers -->
@@ -70,7 +70,6 @@
7070
<disabledPackageSources>
7171
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7272
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
73-
<add key="darc-int-DotNet-msbuild-Trusted-09c1be8" value="true" />
7473
<!-- End: Package sources from DotNet-msbuild-Trusted -->
7574
<!-- Begin: Package sources from dotnet-templating -->
7675
<!-- End: Package sources from dotnet-templating -->

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
7272
<Dependency Name="Microsoft.Build" Version="17.14.28">
73-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
74-
<Sha>09c1be8483dad070189c3a0c660e7acacf478402</Sha>
73+
<Uri>https://github.com/dotnet/msbuild</Uri>
74+
<Sha>b5618cbe466820aaf89aa5bafc9fd20bdfc0891b</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.14.28-servicing-25466-01">
77-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
78-
<Sha>09c1be8483dad070189c3a0c660e7acacf478402</Sha>
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.14.28-servicing-25517-03">
77+
<Uri>https://github.com/dotnet/msbuild</Uri>
78+
<Sha>b5618cbe466820aaf89aa5bafc9fd20bdfc0891b</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.28-servicing-25466-01">
82-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
83-
<Sha>09c1be8483dad070189c3a0c660e7acacf478402</Sha>
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.28-servicing-25517-03">
82+
<Uri>https://github.com/dotnet/msbuild</Uri>
83+
<Sha>b5618cbe466820aaf89aa5bafc9fd20bdfc0891b</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.303-beta.25361.1">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
184184
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
185185
<MicrosoftBuildVersion>17.14.28</MicrosoftBuildVersion>
186-
<MicrosoftBuildLocalizationVersion>17.14.28-servicing-25466-01</MicrosoftBuildLocalizationVersion>
186+
<MicrosoftBuildLocalizationVersion>17.14.28-servicing-25517-03</MicrosoftBuildLocalizationVersion>
187187
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
188188
<MinimumVSVersion>17.12</MinimumVSVersion>
189189
</PropertyGroup>

0 commit comments

Comments
 (0)