Skip to content

Commit 2cff403

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent ba72afb commit 2cff403

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd $PSScriptRoot
3333
$repoFolder = $PSScriptRoot
3434
$env:REPO_FOLDER = $repoFolder
3535

36-
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
36+
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
3737
if ($env:KOREBUILD_ZIP)
3838
{
3939
$koreBuildZip=$env:KOREBUILD_ZIP

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $repoFolder
44

5-
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
5+
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi

src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.0.0-*",
2+
"version": "14.0.0",
33
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
44
"buildOptions": {
55
"warningsAsErrors": true,
@@ -10,20 +10,20 @@
1010
]
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
14-
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
15-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
13+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
14+
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
15+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
1616
},
1717
"frameworks": {
1818
"net451": {},
1919
"netstandard1.5": {
2020
"dependencies": {
21-
"Microsoft.Win32.Registry": "4.0.0-*",
22-
"System.Text.Encoding": "4.0.11-*",
23-
"System.Threading": "4.0.11-*",
24-
"System.Net.Sockets": "4.1.0-*",
25-
"System.Collections": "4.0.11-*",
26-
"System.Runtime.Loader": "4.0.0-*"
21+
"Microsoft.Win32.Registry": "4.0.0",
22+
"System.Text.Encoding": "4.0.11",
23+
"System.Threading": "4.0.11",
24+
"System.Net.Sockets": "4.1.0",
25+
"System.Collections": "4.0.11",
26+
"System.Runtime.Loader": "4.0.0"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)