Skip to content

Commit f1e3916

Browse files
Remove Test.NetFx and Test.NetStd Targets
Removed the unsupported Test.NetFx and Test.NetStd Targets from the README.md file since passing these targets to build.cmd fails with a Target "" is not defined exception.
1 parent 028af2e commit f1e3916

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@ For more information about the project, see:
1717
Build and Test
1818
-----
1919

20-
.NET Framework:
20+
On Windows:
2121

22-
fcs\build.cmd Test.NetFx
22+
.\fcs\build.cmd Test
2323

24-
fcs/build.sh Test.NetFx
24+
On Linux:
2525

26-
.NET Core / .NET Standard
27-
28-
fcs\build.cmd Test.NetStd
29-
30-
fcs/build.sh Test.NetStd
26+
./fcs/build.sh Test
3127

3228
Packages:
3329

0 commit comments

Comments
 (0)