Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dependencies.props - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 578a743299702d51ce17798e30699d5ad970cc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <RyuJITVersion>3.0.0-preview1-26831-01</RyuJITVersion>
    <ObjectWriterVersion>1.0.0-alpha-26412-0</ObjectWriterVersion>
    <CoreFxVersion>4.6.0-preview1-26831-01</CoreFxVersion>
    <CoreFxUapVersion>4.7.0-preview1-26831-01</CoreFxUapVersion>
    <MicrosoftNETCoreNativeVersion>3.0.0-preview1-26831-01</MicrosoftNETCoreNativeVersion>
    <MicrosoftNETCoreAppPackageVersion>2.1.0</MicrosoftNETCoreAppPackageVersion>
    <MicrosoftDotNetTestSdkVersion>15.8.0</MicrosoftDotNetTestSdkVersion>
    <XUnitPackageVersion>2.4.1-pre.build.4059</XUnitPackageVersion>
    <MicrosoftDotNetXUnitExtensionsVersion>2.4.0-beta.18420.3</MicrosoftDotNetXUnitExtensionsVersion>
  </PropertyGroup>
</Project>