Skip to content

Commit 533e728

Browse files
authored
Merge pull request #862 from ScottHutchinson/patch-2
Remove Test.NetFx and Test.NetStd Targets
2 parents fd34807 + f1e3916 commit 533e728

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)