File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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. -->
Original file line number Diff line number Diff line change 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' " >
You can’t perform that action at this time.
0 commit comments