Skip to content

Commit 8005665

Browse files
authored
Merge pull request #299 from CaptnCodr/bugfix/package-outputtype
Ensure to have library as outputtype in nupkg
2 parents 76834e7 + accd7f8 commit 8005665

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/FsUnit.MsTestUnit/FsUnit.MsTest.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
44
<AssemblyName>FsUnit.MsTest</AssemblyName>
5+
<OutputType>Library</OutputType>
56
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
67
</PropertyGroup>
78
<PropertyGroup Condition="($(DesignTimeBuild) == true)">

src/FsUnit.NUnit/FsUnit.NUnit.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<AssemblyName>FsUnit.NUnit</AssemblyName>
5+
<OutputType>Library</OutputType>
56
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
67
<GenerateDocumentationFile>true</GenerateDocumentationFile>
78
</PropertyGroup>

src/FsUnit.Xunit/FsUnit.Xunit.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
44
<AssemblyName>FsUnit.Xunit</AssemblyName>
5+
<OutputType>Library</OutputType>
56
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
67
</PropertyGroup>
78
<PropertyGroup Condition="($(DesignTimeBuild) == true)">

0 commit comments

Comments
 (0)