From ac00ee07be923743559cf911e3843b7ce9abf22f Mon Sep 17 00:00:00 2001 From: Kurt Schelfthout Date: Tue, 9 May 2017 21:34:06 +0100 Subject: [PATCH] Generate pdb files in netstandard build. Now figure out how to source link and put them in the nuget package. --- src/FsCheck.NUnit.netcore/FsCheck.NUnit.netcore.fsproj | 2 +- src/FsCheck.Xunit.netcore/FsCheck.Xunit.netcore.fsproj | 2 +- src/FsCheck.netcore/FsCheck.netcore.fsproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FsCheck.NUnit.netcore/FsCheck.NUnit.netcore.fsproj b/src/FsCheck.NUnit.netcore/FsCheck.NUnit.netcore.fsproj index 5f92bfad..0d5d86ea 100644 --- a/src/FsCheck.NUnit.netcore/FsCheck.NUnit.netcore.fsproj +++ b/src/FsCheck.NUnit.netcore/FsCheck.NUnit.netcore.fsproj @@ -3,7 +3,7 @@ FsCheck.NUnit netstandard1.6 - pdbonly + portable diff --git a/src/FsCheck.Xunit.netcore/FsCheck.Xunit.netcore.fsproj b/src/FsCheck.Xunit.netcore/FsCheck.Xunit.netcore.fsproj index 689e607f..fb9094ba 100644 --- a/src/FsCheck.Xunit.netcore/FsCheck.Xunit.netcore.fsproj +++ b/src/FsCheck.Xunit.netcore/FsCheck.Xunit.netcore.fsproj @@ -3,7 +3,7 @@ FsCheck.Xunit netstandard1.6 - pdbonly + portable diff --git a/src/FsCheck.netcore/FsCheck.netcore.fsproj b/src/FsCheck.netcore/FsCheck.netcore.fsproj index 0eabf9c6..34a668e9 100644 --- a/src/FsCheck.netcore/FsCheck.netcore.fsproj +++ b/src/FsCheck.netcore/FsCheck.netcore.fsproj @@ -3,7 +3,7 @@ FsCheck netstandard1.6 - pdbonly + portable