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

scripts.csproj « scripts « Common « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7b9426b098610afd092347439c7adb84b837e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />
  <ItemGroup>
    <PackageReference Include="Microsoft.DotNet.xunit.performance.run.core">
      <Version>1.0.0-alpha-build0040</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.DotNet.xunit.performance.analysis.cli">
      <Version>1.0.0-alpha-build0040</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.DotNet.xunit.performance.runner.cli">
      <Version>1.0.0-alpha-build0040</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.DotNet.xunit.performance">
      <Version>1.0.0-alpha-build0040</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.DotNet.XUnitConsoleRunner">
      <Version>$(MicrosoftDotNetXUnitConsoleRunnerVersion)</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.DotNet.BuildTools.TestSuite">
      <Version>1.0.0-prerelease-00629-04</Version>
    </PackageReference> 
  </ItemGroup>
  <PropertyGroup>
    <TargetFramework>netstandard1.3</TargetFramework>
    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
    <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
    <IsTestProject>false</IsTestProject>
  </PropertyGroup>
  <Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
  <Target Name="Build"
     DependsOnTargets="ResolveReferences" /> 
</Project>