PowerShell/test/csharp/csharp.tests.csproj

25 lines
1.1 KiB
XML
Raw Normal View History

2017-03-23 21:04:52 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>PowerShell On Linux xUnit Tests</Description>
<TargetFramework>netcoreapp1.1</TargetFramework>
<DelaySign>true</DelaySign>
<AssemblyName>powershell-tests</AssemblyName>
<AssemblyOriginatorKeyFile>../../src/signing/visualstudiopublic.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<RuntimeIdentifiers>ubuntu.14.04-x64;ubuntu.16.04-x64;debian.8-x64;centos.7-x64;fedora.24-x64;win7-x86;win7-x64;win81-x64;win10-x64;osx.10.11-x64;osx.10.12-x64;opensuse.13.2-x64;opensuse.42.1-x64</RuntimeIdentifiers>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\System.Management.Automation\System.Management.Automation.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.2.0-beta4-build3444" />
<PackageReference Include="dotnet-test-xunit" Version="2.2.0-preview2-build1029" />
</ItemGroup>
</Project>