Skip to content

Commit ae24614

Browse files
Bump to dotnet/installer/release/8.0.1xx-rc1 (#8279)
Changes: dotnet/installer@684771d...85170c1 Updates: Microsoft.Dotnet.Sdk.Internal: from 8.0.100-rc.1.23417.5 to 8.0.100-rc.1.23422.1 Other changes: * Feeds for dotnet/runtime 7.0.11 * Feeds for dotnet/runtime 6.0.22 * Bump to xamarin/java.interop/release/8.0.1xx-rc1@1c715a50 Changes: dotnet/java-interop@5adb4d4...1c715a5 * Bump to xamarin/xamarin-android-tools/release/8.0.1xx-rc1@2b8ac126 Changes: dotnet/android-tools@52f0866...2b8ac12 * Bump to xamarin/monodroid/release/8.0.1xx-rc1@release/8.0.1xx-rc1@6e57bd3e * Set `$(DisableTransitiveFrameworkReferenceDownloads)` in tests Co-authored-by: Jonathan Peppers <[email protected]>
1 parent c24ca77 commit ae24614

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

.external

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xamarin/monodroid:main@057b17fe491f51823eb814f0163bb92686e24991
1+
xamarin/monodroid:release/8.0.1xx-rc1@6e57bd3ec72330e20d59380717b09e56322d2ef8
22
mono/mono:2020-02@6dd9def57ce969ca04a0ecd9ef72c0a8f069112d

NuGet.config

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
<!-- This is needed (currently) for the Xamarin.Android.Deploy.Installer dependency, getting the installer -->
1212
<!-- Android binary, to support delta APK install -->
1313
<add key="xamarin.android util" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
14-
<!-- Added manually for dotnet/runtime 6.0.11 -->
15-
<add key="darc-pub-dotnet-emsdk-c3fc739" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-c3fc739c/nuget/v3/index.json" />
16-
<add key="darc-pub-dotnet-runtime-1e1f688" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-1e1f688d/nuget/v3/index.json" />
14+
<!-- Added manually for dotnet/runtime 7.0.11 -->
15+
<add key="darc-pub-dotnet-emsdk-fcd8602" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-fcd86021/nuget/v3/index.json" />
16+
<add key="darc-pub-dotnet-runtime-a2ad4f0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-a2ad4f03/nuget/v3/index.json" />
17+
<!-- Added manually for dotnet/runtime 6.0.22 -->
18+
<add key="darc-pub-dotnet-emsdk-f9eee07" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-f9eee071/nuget/v3/index.json" />
19+
<add key="darc-pub-dotnet-runtime-762f437" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-762f4379/nuget/v3/index.json" />
1720
</packageSources>
1821
<disabledPackageSources />
1922
</configuration>

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-rc.1.23417.5">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-rc.1.23422.1">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>684771d03c2bb6deb58e20448c9be29191d2d445</Sha>
5+
<Sha>85170c1c70401fabee8d4ed9345ff71df450eb8f</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rc.1.23414.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-rc.1.23417.5</MicrosoftDotnetSdkInternalPackageVersion>
4+
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-rc.1.23422.1</MicrosoftDotnetSdkInternalPackageVersion>
55
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-rc.1.23414.4</MicrosoftNETILLinkTasksPackageVersion>
66
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-rc.1.23419.3</MicrosoftNETCoreAppRefPackageVersion>
77
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>

external/Java.Interop

external/xamarin-android-tools

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Common/XamarinProject.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public XamarinProject (string debugConfigurationName = "Debug", string releaseCo
9595
$@"<Project>
9696
<PropertyGroup>
9797
<Configuration>{Configuration}</Configuration>
98+
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
9899
</PropertyGroup>
99100
</Project>"
100101
});

0 commit comments

Comments
 (0)