Skip to content

Commit 08903c0

Browse files
[main] Update dependencies from dotnet/installer (#93921)
* Update dependencies from https://github.com/dotnet/installer build 20231024.2 Microsoft.Dotnet.Sdk.Internal From Version 9.0.100-alpha.1.23522.3 -> To Version 9.0.100-alpha.1.23524.2 * Suppress trim warnings `[] /root/helix/work/workitem/e/wbt/AppSettingsTests_haqswfqc_rzt/LazyLoadingTest.cs(15,9): Trim analysis error IL2026: LazyLoadingTest.Run(): Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/root/helix/work/workitem/e/wbt/AppSettingsTests_haqswfqc_rzt/WasmBasicTestApp.csproj]` --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Ankit Jain <[email protected]>
1 parent fe043b4 commit 08903c0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,9 @@
398398
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
399399
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
400400
</Dependency>
401-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-alpha.1.23522.3">
401+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-alpha.1.23524.2">
402402
<Uri>https://github.com/dotnet/installer</Uri>
403-
<Sha>f00d6a642e7a151a9dcb5ed91f40caa235ba44b9</Sha>
403+
<Sha>ba5b9001a0a61ddff041886745b0b395623a9227</Sha>
404404
</Dependency>
405405
</ToolsetDependencies>
406406
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
249249
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>
250250
<!-- installer version, for testing workloads -->
251-
<MicrosoftDotnetSdkInternalVersion>9.0.100-alpha.1.23522.3</MicrosoftDotnetSdkInternalVersion>
251+
<MicrosoftDotnetSdkInternalVersion>9.0.100-alpha.1.23524.2</MicrosoftDotnetSdkInternalVersion>
252252
<SdkVersionForWorkloadTesting>$(MicrosoftDotnetSdkInternalVersion)</SdkVersionForWorkloadTesting>
253253
</PropertyGroup>
254254
</Project>

src/mono/wasm/testassets/WasmBasicTestApp/WasmBasicTestApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
55
<OutputType>Exe</OutputType>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)