Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 11fe275

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent de8f2dc commit 11fe275

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.Extensions.PlatformAbstractions/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0",
33
"description": "Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono",
44
"buildOptions": {
55
"warningsAsErrors": true,
@@ -15,12 +15,12 @@
1515
"net451": {},
1616
"netstandard1.3": {
1717
"dependencies": {
18-
"System.AppContext": "4.1.0-*",
19-
"System.Resources.ResourceManager": "4.0.1-*",
20-
"System.Reflection": "4.1.0-*",
21-
"System.Reflection.Extensions": "4.0.1-*",
22-
"System.Reflection.TypeExtensions": "4.1.0-*",
23-
"System.Runtime.Extensions": "4.1.0-*"
18+
"System.AppContext": "4.1.0",
19+
"System.Resources.ResourceManager": "4.0.1",
20+
"System.Reflection": "4.1.0",
21+
"System.Reflection.Extensions": "4.0.1",
22+
"System.Reflection.TypeExtensions": "4.1.0",
23+
"System.Runtime.Extensions": "4.1.0"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)