Skip to content

Commit d9ded0f

Browse files
committed
Added a global.json file
1 parent 1baeb1b commit d9ded0f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setlocal
44
set ORIGINAL_CURRENT_DIR=%cd%
55
set KOREBUILD_DOTNET_CHANNEL=rel-1.0.0
6-
set KOREBUILD_DOTNET_VERSION=1.0.1
6+
set KOREBUILD_DOTNET_VERSION=1.0.4
77

88
cd %~dp0
99

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
ORIGINAL_CURRENT_DIR=%cd%
33
KOREBUILD_DOTNET_CHANNEL=rel-1.0.0
4-
KOREBUILD_DOTNET_VERSION=1.0.1
4+
KOREBUILD_DOTNET_VERSION=1.0.4
55

66
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
77
cd $repoFolder

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "1.0.4"
4+
}
5+
}

0 commit comments

Comments
 (0)