Skip to content

Commit

Permalink
[build] bump $(AndroidNet7Version) (#7737)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonathanpeppers authored Jan 25, 2023
1 parent 2775ce0 commit b259967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
<Deterministic Condition=" '$(Deterministic)' == '' ">True</Deterministic>
<LangVersion Condition=" '$(LangVersion)' == '' ">latest</LangVersion>
<AndroidNet7Version Condition=" '$(AndroidNet7Version)' == '' ">33.0.1</AndroidNet7Version>
<AndroidNet7Version Condition=" '$(AndroidNet7Version)' == '' ">33.0.26</AndroidNet7Version>
<AndroidNet6Version Condition=" '$(AndroidNet6Version)' == '' ">32.0.485</AndroidNet6Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(HostOS)' == '' ">
Expand Down

0 comments on commit b259967

Please sign in to comment.