Skip to content

Commit

Permalink
Bump $(ProductVersion) to 10.3.1
Browse files Browse the repository at this point in the history
Xamarin.Android 10.3.1 *may* correspond to d16-6 SR1.
  • Loading branch information
jonpryor committed May 12, 2020
1 parent be51423 commit 3fe860a
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 @@ -12,7 +12,7 @@
Condition=" Exists('$(MSBuildThisFileDirectory)Configuration.OperatingSystem.props') And '$(DoNotLoadOSProperties)' != 'True' "
/>
<PropertyGroup>
<ProductVersion>10.3.0</ProductVersion>
<ProductVersion>10.3.1</ProductVersion>
<!-- TFV for all projects, try v4.7.2 but fallback if needed -->
<_StandardLibraryPath Condition=" '$(TargetFrameworkVersion)' == '' ">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPathToStandardLibraries('.NETFramework', 'v4.7.2', ''))</_StandardLibraryPath>
<TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' And '$(UsingMicrosoftNETSdk)' != 'true' And '$(_StandardLibraryPath)' != '' ">v4.7.2</TargetFrameworkVersion>
Expand Down

0 comments on commit 3fe860a

Please sign in to comment.