Remove deprecated patch script

Patching System.Console manually is no longer required.
This commit is contained in:
Andrew Schwartzmeyer 2016-01-12 12:06:42 -08:00
parent e26b55c3d9
commit 0c4d642ac7

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
dotnet restore
echo Patching System.Console.dll
curl -fLo \
~/.dnx/packages/System.Console/4.0.0-rc2-23616/ref/dotnet5.4/System.Console.dll \
'https://github.com/andschwa/corefx/raw/cc1ad3b33318c44d6c615d449b2db7b1715e8e60/System.Console.dll'