Skip to content

Commit

Permalink
ChrisMarinos#86 Fixed the issue with not being able to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
normanhh3 committed Mar 21, 2019
1 parent 0e89911 commit ffc30aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FSharpKoans.Test/FSharpKoans.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Name>FSharpKoans.Test</Name>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<Compile Include="FindingKoans.fs" />
<Compile Include="RunningKoans.fs" />
<Compile Include="GettingTheWholeOutput.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.SDK" Version="16.0.1" />
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FSharpKoans.Core\FSharpKoans.Core.fsproj" />
Expand Down

0 comments on commit ffc30aa

Please sign in to comment.