Skip to content

Commit dafc1aa

Browse files
Bump to dotnet/sdk@2f1799bcac 10.0.100-preview.2.25114.7 (#9801)
Changes: dotnet/sdk@c0f88f2...2f1799b Changes: dotnet/runtime@7324dd1...751acde Updates: * Microsoft.NET.Sdk: from 10.0.100-preview.2.25108.4 to 10.0.100-preview.2.25114.7 * Microsoft.NETCore.App.Ref: from 10.0.0-preview.2.25107.7 to 10.0.0-preview.2.25112.7 * Microsoft.NET.ILLink.Tasks: from 10.0.0-preview.2.25107.7 to 10.0.0-preview.2.25112.7 Other changes: Context: NuGet/NuGet.Client#6239 dotnet/sdk/main enables `$(RestoreEnablePackagePruning)=true` by default. This produces a warning in the `DotNetBuild()` MSBuild test, such as: warning NU1510: PackageReference System.Text.Json will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary. Remove the package from the test to solve the warning. Co-authored-by: Jonathan Peppers <[email protected]>
1 parent cf1105c commit dafc1aa

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.2.25108.4">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.2.25114.7">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>c0f88f2416d2e61f302411bdfbab3b2e87b9d35c</Sha>
5+
<Sha>2f1799bcacae4e3b7915c4c06165aec55601e3ef</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.2.25107.7" CoherentParentDependency="Microsoft.NET.Sdk">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.2.25112.7" CoherentParentDependency="Microsoft.NET.Sdk">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>7324dd154599807cad1e4c65b2fcf3acd0a01bfe</Sha>
9+
<Sha>751acdef8e947ab5bd602721ea0cd7884c5a3e4a</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.2.25107.7" CoherentParentDependency="Microsoft.NET.Sdk">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.2.25112.7" CoherentParentDependency="Microsoft.NET.Sdk">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>7324dd154599807cad1e4c65b2fcf3acd0a01bfe</Sha>
13+
<Sha>751acdef8e947ab5bd602721ea0cd7884c5a3e4a</Sha>
1414
</Dependency>
1515
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.0-preview.2.25105.3" CoherentParentDependency="Microsoft.NETCore.App.Ref">
1616
<Uri>https://github.com/dotnet/emsdk</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftNETSdkPackageVersion>10.0.100-preview.2.25108.4</MicrosoftNETSdkPackageVersion>
4+
<MicrosoftNETSdkPackageVersion>10.0.100-preview.2.25114.7</MicrosoftNETSdkPackageVersion>
55
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.2.25107.7</MicrosoftNETILLinkTasksPackageVersion>
7-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-preview.2.25107.7</MicrosoftNETCoreAppRefPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.2.25112.7</MicrosoftNETILLinkTasksPackageVersion>
7+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-preview.2.25112.7</MicrosoftNETCoreAppRefPackageVersion>
88
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
99
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.24476.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
1010
<MicrosoftNETWorkloadEmscriptenCurrentManifest100100TransportVersion>10.0.0-preview.2.25105.3</MicrosoftNETWorkloadEmscriptenCurrentManifest100100TransportVersion>

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public void DotNetBuild (string runtimeIdentifiers, bool isRelease, bool aot, bo
4141
new Package { Id = "Microsoft.AspNetCore.Components.WebView", Version = "8.0.*" },
4242
new Package { Id = "Microsoft.Extensions.FileProviders.Embedded", Version = "8.0.*" },
4343
new Package { Id = "Microsoft.JSInterop", Version = "8.0.*" },
44-
new Package { Id = "System.Text.Json", Version = "8.0.*" },
4544
},
4645
Sources = {
4746
new BuildItem ("EmbeddedResource", "Resource.resx") {

0 commit comments

Comments
 (0)