8000 [release/8.0.1xx] Update dependencies from dotnet/msbuild (#49154) · dotnet/sdk@12429d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12429d9

Browse files
authored
[release/8.0.1xx] Update dependencies from dotnet/msbuild (#49154)
2 parents eb87d79 + 45d2958 commit 12429d9

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
<!-- Begin: Package sources from dotnet-aspnetcore -->
1111
<!-- End: Package sources from dotnet-aspnetcore -->
1212
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
13+
<add key="darc-pub-DotNet-msbuild-Trusted-d832838" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-d8328385/nuget/v3/index.json" />
1314
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1415
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1516
<!-- End: Package sources from dotnet-roslyn-analyzers -->
1617
<!-- Begin: Package sources from dotnet-runtime -->
1718
<!-- End: Package sources from dotnet-runtime -->
1819
<!-- Begin: Package sources from dotnet-templating -->
1920
<add key="darc-pub-dotnet-templating-a1aab40" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a1aab400/nuget/v3/index.json" />
21+
<add key="darc-pub-dotnet-templating-a1aab40-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a1aab400-3/nuget/v3/index.json" />
2022
<add key="darc-pub-dotnet-templating-a1aab40-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a1aab400-2/nuget/v3/index.json" />
2123
<add key="darc-pub-dotnet-templating-a1aab40-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a1aab400-1/nuget/v3/index.json" />
2224
<add key="darc-pub-dotnet-templating-f03f218" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-f03f218a/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
<Uri>https://github.com/dotnet/emsdk</Uri>
5656
<Sha>adc0d6e7d3abb9c4ecee2420c51ae99c57dc9755</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.8.27">
59-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
60-
<Sha>3ab07f0cf43d15c3d05da60fb0ff44b49799ed5e</Sha>
58+
<Dependency Name="Microsoft.Build" Version="17.8.30">
59+
<Uri>https://github.com/dotnet/msbuild</Uri>
60+
<Sha>d832838517d47acce1d644b872ae7599c655b4e2</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.8.27-servicing-25210-15">
63-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
64-
<Sha>3ab07f0cf43d15c3d05da60fb0ff44b49799ed5e</Sha>
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.8.30-servicing-25278-04">
63+
<Uri>https://github.com/dotnet/msbuild</Uri>
64+
<Sha>d832838517d47acce1d644b872ae7599c655b4e2</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.27-servicing-25210-15">
67-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
68-
<Sha>3ab07f0cf43d15c3d05da60fb0ff44b49799ed5e</Sha>
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.30-servicing-25278-04">
67+
<Uri>https://github.com/dotnet/msbuild</Uri>
68+
<Sha>d832838517d47acce1d644b872ae7599c655b4e2</Sha>
6969
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
7070
</Dependency>
7171
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.102-beta.24081.2">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</PropertyGroup>
122122
<PropertyGroup>
123123
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
124-
<MicrosoftBuildPackageVersion>17.8.27</MicrosoftBuildPackageVersion>
124+
<MicrosoftBuildPackageVersion>17.8.30</MicrosoftBuildPackageVersion>
125125
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
126126
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
127127
so target one that matches the version in minimumMSBuildVersion.
@@ -130,7 +130,7 @@
130130
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
131131
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
132132
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
133-
<MicrosoftBuildLocalizationPackageVersion>17.8.27-servicing-25210-15</MicrosoftBuildLocalizationPackageVersion>
133+
<MicrosoftBuildLocalizationPackageVersion>17.8.30-servicing-25278-04</MicrosoftBuildLocalizationPackageVersion>
134134
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
135135
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
136136
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)
0