All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp-dotnet2.compile-mono.sh.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
wget -nc https://dist.nuget.org/win-x86-commandline/latest/nuget.exe;
mozroots --import --sync
mono nuget.exe install vendor/packages.config -o vendor;
mkdir -p bin;
mcs -sdk:2 -r:vendor/Newtonsoft.Json.7.0.1/lib/net20/Newtonsoft.Json.dll,\
vendor/RestSharp.Net2.1.1.11/lib/net20/RestSharp.Net2.dll,\
System.Runtime.Serialization.dll \
-target:library \
-out:bin/{{packageName}}.dll \
-recurse:'src/*.cs' \
-doc:bin/{{packageName}}.xml \
-platform:anycpu




© 2015 - 2024 Weber Informatics LLC | Privacy Policy