Skip to content

Commit

Permalink
fake api
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Sep 19, 2018
1 parent 2333b15 commit 2336677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
PAKET_NETCORE;
NO_UNIT_PLATFORMATTRIBUTE;
TESTSUITE_KNOWN_FAILURE_DOTNETCORE_3005;
FAKE_NETSTANDARD_API;
@(DefineConstants)
</DefineConstants>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/Paket.IntegrationTests/RestoreSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let ``#2496 Paket fails on projects that target multiple frameworks``() =
|> ignore

[<Test>]
#if NETCOREAPP2_0
#if FAKE_NETSTANDARD_API
[<Ignore("use an api of FakeLib (net40) unsupported on .net core")>]
#endif
let ``#2812 Lowercase package names in package cache: old csproj, packages folder enabled``() =
Expand Down

0 comments on commit 2336677

Please sign in to comment.