Skip to content

Commit

Permalink
Bump version to v9.4.1.
Browse files Browse the repository at this point in the history
Xamarin.Android v9.4.1 will correspond to d16-2 SR1.
  • Loading branch information
jonpryor committed Jul 31, 2019
1 parent 81627a4 commit ebd65c9
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>9.4.0</ProductVersion>
<ProductVersion>9.4.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 '$(_StandardLibraryPath)' != '' ">v4.7.2</TargetFrameworkVersion>
Expand Down

0 comments on commit ebd65c9

Please sign in to comment.