Skip to content

Commit 44df782

Browse files
fgreinachertathamoddie
authored andcommitted
Add netcoreapp2.0 target to TestHelpers.Tests so that the test can run in unix systems
1 parent 3478b40 commit 44df782

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

TestHelpers.Tests/TestHelpers.Tests.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net40</TargetFrameworks>
3+
<TargetFrameworks>net40;netcoreapp2.0</TargetFrameworks>
44
<Version>0.0.0.1</Version>
55
<Description>The unit tests for our pre-built mocks</Description>
66
<Company />
@@ -39,6 +39,9 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42+
<PackageReference Include="Microsoft.NET.Test.Sdk"
43+
Version="15.0.0"
44+
Condition="'$(TargetFramework)' != 'net40'" />
4245
<PackageReference Include="nunit" Version="3.8.1" />
4346
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
4447
</ItemGroup>

0 commit comments

Comments
 (0)