Skip to content

Commit 8bfc084

Browse files
author
Jason Zhai
committed
Merge branch 'release/8.0.1xx' of https://github.com/dotnet/sdk into darc-release/8.0.1xx-6474472e-d3e1-4d0b-a390-93014cbaf3c5
2 parents 1b24733 + 5949847 commit 8bfc084

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- Begin: Package sources from dotnet-aspnetcore -->
2020
<!-- End: Package sources from dotnet-aspnetcore -->
2121
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
22-
<add key="darc-pub-DotNet-msbuild-Trusted-b5265ef" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-b5265ef3/nuget/v3/index.json" />
22+
<add key="darc-pub-DotNet-msbuild-Trusted-e2abee0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-e2abee08/nuget/v3/index.json" />
2323
<!-- End: Package sources from DotNet-msbuild-Trusted -->
2424
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2525
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
<Uri>https://github.com/dotnet/emsdk</Uri>
5656
<Sha>f6237140b33bf18c72dccfeda14be8d103c3b93e</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.8.5">
58+
<Dependency Name="Microsoft.Build" Version="17.8.15">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>b5265ef370a651f8c3458110b804e5cbf869eeb5</Sha>
60+
<Sha>e2abee08172c2efeae8bb2db8d292cbd9c1aa1ef</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.8.5-preview-24055-02">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.8.15-preview-24613-11">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>b5265ef370a651f8c3458110b804e5cbf869eeb5</Sha>
64+
<Sha>e2abee08172c2efeae8bb2db8d292cbd9c1aa1ef</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.5-preview-24055-02">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.15-preview-24613-11">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>b5265ef370a651f8c3458110b804e5cbf869eeb5</Sha>
68+
<Sha>e2abee08172c2efeae8bb2db8d292cbd9c1aa1ef</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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212
<!-- Repo Version Information -->
1313
<PropertyGroup>
14-
<VersionPrefix>8.0.112</VersionPrefix>
14+
<VersionPrefix>8.0.113</VersionPrefix>
1515
<!-- Enable to remove prerelease label. -->
1616
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1717
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
@@ -121,7 +121,7 @@
121121
</PropertyGroup>
122122
<PropertyGroup>
123123
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
124-
<MicrosoftBuildPackageVersion>17.8.5</MicrosoftBuildPackageVersion>
124+
<MicrosoftBuildPackageVersion>17.8.15</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.5-preview-24055-02</MicrosoftBuildLocalizationPackageVersion>
133+
<MicrosoftBuildLocalizationPackageVersion>17.8.15-preview-24613-11</MicrosoftBuildLocalizationPackageVersion>
134134
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
135135
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
136136
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)