Skip to content

Commit 358dd7e

Browse files
authored
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' (#20590)
2 parents 9ae44c5 + 6b0f1dc commit 358dd7e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/SourceBuild/content/eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
These URLs can't be composed from their base URL and version as we read them from the
3131
prep.sh and pipeline scripts, outside of MSBuild.
3232
-->
33-
<PrivateSourceBuiltArtifactsUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.119-servicing.25373.1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
34-
<PrivateSourceBuiltSdkUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.119-centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl>
33+
<PrivateSourceBuiltArtifactsUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.120-servicing.25421.1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
34+
<PrivateSourceBuiltSdkUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.120-centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl>
3535
</PropertyGroup>
3636
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.119"
3+
"dotnet": "8.0.120"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.CentralPackageVersions": "2.0.1",
77
"Microsoft.Build.Traversal": "2.0.2",
88
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01",
9-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25326.1",
9+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25415.2",
1010
"Yarn.MSBuild": "1.15.2"
1111
}
1212
}

src/core-sdk-tasks/core-sdk-tasks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2121
<PackageReference Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1PackageVersion)"/>
2222
<PackageReference Include="Microsoft.IO.Redist" Version="$(MicrosoftIORedistPackageVersion)" Condition="'$(DotNetBuildFromSource)' != 'true'" />
23+
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonPackageVersion)" Condition="'$(DotNetBuildFromSource)' != 'true'"/>
2324
</ItemGroup>
2425

2526
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

0 commit comments

Comments
 (0)