Skip to content

Commit 43a6a80

Browse files
author
Oren Novotny
committed
add linux test project
1 parent b2d0210 commit 43a6a80

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<Project Sdk="MSBuild.Sdk.Extras">
2+
<PropertyGroup>
3+
<TargetFrameworks>netcoreapp3.0;netcoreapp2.1</TargetFrameworks>
4+
<NoWarn>$(NoWarn);CS0618</NoWarn>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<Content Include="..\..\Source\tests\Tests.System.Reactive\xunit.runner.json">
9+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
10+
</Content>
11+
<Compile Include="..\..\Source\tests\Tests.System.Reactive\**\*.cs"
12+
Exclude="..\..\Source\tests\Tests.System.Reactive\obj\**" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.0-preview-20181205-02" />
17+
<PackageReference Include="xunit" Version="2.4.1" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
19+
<PackageReference Include="System.Reactive" Version="4.2.0-preview.63" />
20+
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.2.0-preview.63" />
21+
<PackageReference Include="System.Reactive.Observable.Aliases Version="4.2.0-preview.63" />
22+
</ItemGroup>
23+
</Project>

0 commit comments

Comments
 (0)