Skip to content

Commit

Permalink
Added IsTestProject=false to Nunit and xUnit extension
Browse files Browse the repository at this point in the history
Signed-off-by: Fritz Brandhuber <[email protected]>
  • Loading branch information
brandhuf committed Oct 22, 2019
1 parent eb956ca commit d4fd346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ArchUnitNET.NUnit/ArchUnitNET.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Company>TNG Technology Consulting GmbH</Company>
<PackageId>TngTech.ArchUnitNET.NUnit</PackageId>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<IsTestProject>false</IsTestProject>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions ArchUnitNET.xUnit/ArchUnitNET.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Company>TNG Technology Consulting GmbH</Company>
<PackageId>TngTech.ArchUnitNET.xUnit</PackageId>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<IsTestProject>false</IsTestProject>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d4fd346

Please sign in to comment.