Skip to content

Commit

Permalink
[build] bump to $(AndroidNetPreviousVersion) 34.0.113 (#8943)
Browse files Browse the repository at this point in the history
Changes: 34.0.95...96b6bb6

* Bump to dotnet/runtime@fd8f5b5af7 8.0.4

* Bump to dotnet/installer@5b9983e91a 8.0.204-servicing.24169.39

* [ci] Migrate to the 1ES template

* [Xamarin.Android.Build.Tasks] Remove "Xamarin" from messages

* [Xamarin.Android.Build.Tasks] fix detection of "Android libraries"

* [Mono.Android] fix potential leak of RunnableImplementors

* Bump binutils to 17.0.6-7.2.2

* [Xamarin.Android.Build.Tasks] set %(DefineConstantsOnly) for older API levels
  • Loading branch information
jonathanpeppers committed May 14, 2024
1 parent 5cb9ca9 commit 12091fa
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 @@ -43,7 +43,7 @@
<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
<Deterministic Condition=" '$(Deterministic)' == '' ">True</Deterministic>
<LangVersion Condition=" '$(LangVersion)' == '' ">latest</LangVersion>
<AndroidNetPreviousVersion Condition=" '$(AndroidNetPreviousVersion)' == '' ">34.0.95</AndroidNetPreviousVersion>
<AndroidNetPreviousVersion Condition=" '$(AndroidNetPreviousVersion)' == '' ">34.0.113</AndroidNetPreviousVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(HostOS)' == '' ">
<HostOS Condition="$([MSBuild]::IsOSPlatform('windows'))">Windows</HostOS>
Expand Down

0 comments on commit 12091fa

Please sign in to comment.