Skip to content

Commit

Permalink
remove paket in Hedgehog.Fable.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisFunctionalTom committed Aug 10, 2020
1 parent d4eaed9 commit eed3f27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 6 additions & 1 deletion tests/Hedgehog.Fable.Tests/Hedgehog.Fable.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/Hedgehog/Hedgehog.fsproj" />
Expand All @@ -16,5 +17,9 @@
<Compile Include="MinimalTests.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
<ItemGroup>
<PackageReference Include="Expecto" Version="9.0.2" />
<PackageReference Include="Fable.Core" Version="3.1.5" />
<PackageReference Include="Fable.Mocha" Version="2.9.1" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions tests/Hedgehog.Fable.Tests/paket.references

This file was deleted.

0 comments on commit eed3f27

Please sign in to comment.