diff --git a/Directory.Build.props b/Directory.Build.props index 97f540f96af..8440bf6ab6d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -23,6 +23,8 @@ Major true + + true diff --git a/NuGet.config b/NuGet.config index b3bc9e94d89..a24c4eef1e6 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,7 +11,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f8dcaf88f1..13ad1cd3254 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - dd355bb777249689beba30978ac26e15c96da642 + 11f6b8f7129e34d5317f47ccbc110b2b11c05749 https://github.com/dotnet/linker diff --git a/eng/Versions.props b/eng/Versions.props index b77fd3b0fc6..aee1064345c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.100-rc.2.22457.6 + 7.0.100-rc.2.22459.2 7.0.100-1.22452.1 7.0.0-rc.2.22451.11 7.0.0-beta.22103.1 diff --git a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/XASdkProject.cs b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/XASdkProject.cs index a9d5b2703ac..491b222a2d9 100644 --- a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/XASdkProject.cs +++ b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/XASdkProject.cs @@ -63,6 +63,8 @@ public XASdkProject (string outputType = "Exe", [CallerMemberName] string packag SetProperty (KnownProperties.OutputType, outputType); SetProperty (KnownProperties.Nullable, "enable"); SetProperty (KnownProperties.ImplicitUsings, "enable"); + // Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref + SetProperty ("DisableTransitiveFrameworkReferenceDownloads", "true"); // Add relevant Android content to our project without writing it to the .csproj file if (outputType == "Exe") {