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

This commit is contained in:
Damien Pontifex
2018-07-17 00:13:36 +08:00
committed by Wouter van Oortmerssen
parent b188fde27e
commit 72b05bc865
3 changed files with 9 additions and 102 deletions

View File

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