Use dotnet 1.0.0.001244 on *nix.

This commit is contained in:
Cesar Blum Silveira 2016-01-29 05:06:23 -08:00
parent fdcbc0f2eb
commit 0556a2c291
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
[ -z "$KOREBUILD_DOTNET_CHANNEL" ] && KOREBUILD_DOTNET_CHANNEL=beta
[ -z "$KOREBUILD_DOTNET_VERSION" ] && KOREBUILD_DOTNET_VERSION=1.0.0.001248
[ -z "$KOREBUILD_DOTNET_VERSION" ] && KOREBUILD_DOTNET_VERSION=1.0.0.001244
targets=""
filename=$0