File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments