Skip to content

Commit 5b8a602

Browse files
authored
Update BUILDGUIDE.md (#641)
1 parent dd2d4af commit 5b8a602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDGUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ For .NET Core, all 4 reference types are supported:
179179
For .NET Framework, below reference types are supported:
180180

181181
```bash
182-
> msbuild /t:BuildTestsNetCore /p:ReferenceType=Project
182+
> msbuild /t:BuildTestsNetFx /p:ReferenceType=Project
183183
# Default setting uses Project Reference.
184184

185-
> msbuild /t:BuildTestsNetCore /p:ReferenceType=Package
185+
> msbuild /t:BuildTestsNetFx /p:ReferenceType=Package
186186
```
187187

188188
### Running Tests:

0 commit comments

Comments
 (0)