Skip to content

Commit c2c9ed4

Browse files
Bump to dotnet/installer@4cba5995 6.0.100-rtm.21518.6 (#6363)
Context: #6363 (comment) Context: dotnet/runtime#60638 Changes: dotnet/installer@885ff38...4cba599 Changes: dotnet/runtime@491ed9a...92ff024 Changes: dotnet/java-interop@2d5431f...d1d64c1 * dotnet/java-interop@d1d64c10: [tests] add [Category("IgnoreInterpreter")] to Dispose_Finalized() (#895) Updates: * Microsoft.Dotnet.Sdk.Internal: from 6.0.100-rtm.21476.2 to 6.0.100-rtm.21518.6 * Microsoft.NETCore.App.Ref: from 6.0.0-rtm.21472.13 to 6.0.0-rtm.21517.2 Other changes: * Disable `[Category("IgnoreInterpreter")]` tests when `$(UseInterpreter)` is True; see also dotnet/java-interop@d1d64c10.
1 parent eea09f9 commit c2c9ed4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rtm.21476.2">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rtm.21518.6">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>885ff3819901e75ee1782185a53a3ab4ea6deac8</Sha>
5+
<Sha>4cba5995022e769f2f9688ce44d8fc204559e4d9</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-1.21473.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88
<Uri>https://github.com/dotnet/linker</Uri>
99
<Sha>d51cc207fac85547787bbba83f54f69d8e72e9f5</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rtm.21472.13" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rtm.21517.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>491ed9a112559872c31ae40da8f6d9977ba4ce3a</Sha>
13+
<Sha>92ff02435693486da161626246f016b4f1e7b8e8</Sha>
1414
</Dependency>
1515
</ProductDependencies>
1616
<ToolsetDependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rtm.21476.2</MicrosoftDotnetSdkInternalPackageVersion>
4+
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rtm.21518.6</MicrosoftDotnetSdkInternalPackageVersion>
55
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-1.21473.1</MicrosoftNETILLinkTasksPackageVersion>
66
<MicrosoftDotNetApiCompatPackageVersion>5.0.0-beta.20181.7</MicrosoftDotNetApiCompatPackageVersion>
77
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
8-
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rtm.21472.13</MicrosoftNETCoreAppRefPackageVersion>
8+
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rtm.21517.2</MicrosoftNETCoreAppRefPackageVersion>
99
</PropertyGroup>
1010
<PropertyGroup>
1111
<!-- Trim all characters after first `-` or `+` is encountered. -->

external/Java.Interop

tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Mono.Android.NET-Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
-->
2727
<ExcludeCategories>DotNetIgnore</ExcludeCategories>
2828
<ExcludeCategories Condition=" '$(RunAOTCompilation)' == 'true' ">$(ExcludeCategories):InetAccess</ExcludeCategories>
29+
<ExcludeCategories Condition=" '$(UseInterpreter)' == 'true' ">$(ExcludeCategories):IgnoreInterpreter</ExcludeCategories>
2930
</PropertyGroup>
3031

3132
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

0 commit comments

Comments
 (0)