Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit a65fb0c

Browse files
Use correct package id (#18)
* Use correct package id * lib
1 parent a18043a commit a65fb0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Machine.Specifications.ConsoleRunner/Machine.Specifications.ConsoleRunner.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<OutputType>Exe</OutputType>
77
<PlatformTarget>AnyCPU</PlatformTarget>
88
<AssemblyName>mspec</AssemblyName>
9+
<PackageId>Machine.Specifications.Runner.Console</PackageId>
10+
<IsTool>true</IsTool>
911
<Description>Console runner for the Context/Specification framework Machine.Specifications</Description>
1012
<Authors>Machine Specifications</Authors>
1113
<PackageTags>test;unit;testing;context;specification;bdd;tdd;mspec</PackageTags>

0 commit comments

Comments
 (0)