Updating Math.Round and MathF.Round to be IEEE compliant so that the intrinsic and...
[mono-project.git] / eng / Versions.props
blob8d500cef2771cdc36778399212d1e4801fe37a41
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <VersionPrefix>1.0.0</VersionPrefix>
5 <PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
6 <!-- Package versions -->
7 <!-- corefx -->
8 <MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19375.11</MicrosoftPrivateCoreFxNETCoreAppVersion>
9 <!-- core-setup -->
10 <MicrosoftNETCoreAppVersion>5.0.0-alpha1.19375.9</MicrosoftNETCoreAppVersion>
11 <!-- roslyn -->
12 <MicrosoftNetCompilersVersion>3.3.0-beta2-19374-02</MicrosoftNetCompilersVersion>
13 </PropertyGroup>
14 </Project>