Skip to content

Commit

Permalink
Update BUILDGUIDE.md (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnypham committed Jul 9, 2020
1 parent dd2d4af commit 5b8a602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ For .NET Core, all 4 reference types are supported:
For .NET Framework, below reference types are supported:

```bash
> msbuild /t:BuildTestsNetCore /p:ReferenceType=Project
> msbuild /t:BuildTestsNetFx /p:ReferenceType=Project
# Default setting uses Project Reference.

> msbuild /t:BuildTestsNetCore /p:ReferenceType=Package
> msbuild /t:BuildTestsNetFx /p:ReferenceType=Package
```

### Running Tests:
Expand Down

0 comments on commit 5b8a602

Please sign in to comment.