We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf185ad commit 59cfa5dCopy full SHA for 59cfa5d
Configuration.props
@@ -12,7 +12,7 @@
12
Condition=" Exists('$(MSBuildThisFileDirectory)Configuration.OperatingSystem.props') And '$(DoNotLoadOSProperties)' != 'True' "
13
/>
14
<PropertyGroup>
15
- <ProductVersion>8.1.99</ProductVersion>
+ <ProductVersion>8.2.99</ProductVersion>
16
<!-- *Latest* API level binding that we support; used when building src/Xamarin.Android.Build.Tasks -->
17
<AndroidLatestApiLevel Condition="'$(AndroidLatestApiLevel)' == ''">27</AndroidLatestApiLevel>
18
<AndroidLatestFrameworkVersion Condition="'$(AndroidLatestFrameworkVersion)' == ''">v8.1</AndroidLatestFrameworkVersion>
0 commit comments