diff --git a/Configuration.props b/Configuration.props index f20d819c98b..c94ddd5c5c8 100644 --- a/Configuration.props +++ b/Configuration.props @@ -43,7 +43,6 @@ portable True latest - 34.0.113 Windows diff --git a/NuGet.config b/NuGet.config index 6a49e32ba4a..d2e90a5edf8 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,11 @@ + + + + + diff --git a/build-tools/create-packs/Directory.Build.targets b/build-tools/create-packs/Directory.Build.targets index 92e78a046bb..d1913bae21a 100644 --- a/build-tools/create-packs/Directory.Build.targets +++ b/build-tools/create-packs/Directory.Build.targets @@ -120,9 +120,6 @@ <_NuGetSources Include="$(OutputPath.TrimEnd('\'))" /> - - <_NuGetSources Include="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" /> - <_NuGetSources Include="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" /> <_PreviewPacks Condition=" '$(AndroidLatestStableApiLevel)' != '$(AndroidLatestUnstableApiLevel)' " Include="$(XamarinAndroidSourcePath)bin\Build$(Configuration)\nuget-unsigned\Microsoft.Android.Ref.$(AndroidLatestUnstableApiLevel).*.nupkg" /> <_InstallArguments Include="android" /> <_InstallArguments Include="android-$(AndroidLatestUnstableApiLevel)" Condition=" '@(_PreviewPacks->Count())' != '0' " /> diff --git a/build-tools/scripts/DotNet.targets b/build-tools/scripts/DotNet.targets index 2c477fe1b55..0abbf564bdb 100644 --- a/build-tools/scripts/DotNet.targets +++ b/build-tools/scripts/DotNet.targets @@ -106,8 +106,6 @@ <_NuGetSources Condition=" '$(MauiUseLocalPacks)' == 'true' " Include="$(MauiPackagePath.TrimEnd('\'))" /> - <_NuGetSources Include="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" /> - <_NuGetSources Include="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" /> <_InstallArguments Include="--skip-manifest-update" /> <_InstallArguments Include="--skip-sign-check" /> <_InstallArguments Include="--verbosity diag" /> diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index efe66ed5187..27c5511756e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -20,6 +20,11 @@ https://github.com/dotnet/cecil b9d928a9d65ed39b9257846e1b8e853cea609c00 + + + https://github.com/dotnet/android + b0fd0113c829edd9bd1bc7d742255a237ff19f69 + diff --git a/eng/Versions.props b/eng/Versions.props index b565d14f597..8dfed966193 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,6 +12,9 @@ 7.0.100-rc.1.22410.7 0.11.5-alpha.24379.1 $(MicrosoftNETCoreAppRefPackageVersion) + + 34.0.137 + $(MicrosoftAndroidSdkWindowsPackageVersion)