Skip to content

Commit

Permalink
Bump to 32.0.476 .NET 6 Android packages (#7415)
Browse files Browse the repository at this point in the history
Changes: d6224ca...af4a25d

This is used when building `net6.0-android` apps with .NET 7+.
  • Loading branch information
jonathanpeppers committed Sep 28, 2022
1 parent 16569e7 commit edc4ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration.props
Expand Up @@ -47,7 +47,7 @@
<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
<Deterministic Condition=" '$(Deterministic)' == '' ">True</Deterministic>
<LangVersion Condition=" '$(LangVersion)' == '' ">latest</LangVersion>
<AndroidNet6Version Condition=" '$(AndroidNet6Version)' == '' ">32.0.465</AndroidNet6Version>
<AndroidNet6Version Condition=" '$(AndroidNet6Version)' == '' ">32.0.476</AndroidNet6Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(HostOS)' == '' ">
<HostOS Condition="$([MSBuild]::IsOSPlatform('windows'))">Windows</HostOS>
Expand Down

0 comments on commit edc4ba9

Please sign in to comment.