Skip to content

Commit

Permalink
Bump $(ProductVersion) to 10.4.0
Browse files Browse the repository at this point in the history
Xamarin.Android v10.4.0 will be shipped as part of
Visual Studio 2019 16.7 Preview 3 and subsequent releases.
  • Loading branch information
jonpryor committed Jun 9, 2020
1 parent 6cd854c commit de70286
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.99</ProductVersion>
<ProductVersion>10.4.0</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 de70286

Please sign in to comment.