Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4811)"

This reverts commit 72b05bc865.

Change-Id: I17510b7fa49b9861ce0a870b16f5c14a41082db5
This commit is contained in:
Wouter van Oortmerssen
2018-10-29 17:21:30 -07:00
parent 0fb1d44bc4
commit 705577de51
3 changed files with 100 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ fi
echo Compiling and running the C# sample.
# Compile and execute the sample.
csc SampleBinary.cs MyGame/Sample/*.cs ../net/FlatBuffers/*.cs
mcs SampleBinary.cs MyGame/Sample/*.cs ../net/FlatBuffers/*.cs
mono SampleBinary.exe
# Cleanup temporary files.