From 0c057f500cf7ea9b9bb7520d34fa2e901defff12 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 24 Jan 2023 16:46:56 -0600 Subject: [PATCH] [build] bump `$(AndroidNet7Version)` Context: https://www.nuget.org/packages/Microsoft.NET.Sdk.Android.Manifest-7.0.100/33.0.26 33.0.26 is the version of the latest `android` workload in .NET 7. Bump to this version, so we will rely on those packs in .NET 8. Previously we were using an older build, I noticed the issue when trying to dogfood .NET 8 builds on macOS: Workload installation failed: microsoft.android.sdk.darwin::33.0.1 is not found in NuGet feeds --- Configuration.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.props b/Configuration.props index 3c15d7e702a..e93828c5fae 100644 --- a/Configuration.props +++ b/Configuration.props @@ -47,7 +47,7 @@ portable True latest - 33.0.1 + 33.0.26 32.0.485