Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit abeee41

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 49c545c commit abeee41

File tree

21 files changed

+85
-85
lines changed

21 files changed

+85
-85
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.Configuration.Abstractions/project.json

Lines changed: 3 additions & 3 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -16,12 +16,12 @@
1616
]
1717
},
1818
"dependencies": {
19-
"Microsoft.Extensions.Primitives": "1.0.0-*"
19+
"Microsoft.Extensions.Primitives": "1.0.0"
2020
},
2121
"frameworks": {
2222
"netstandard1.0": {
2323
"dependencies": {
24-
"System.Linq": "4.1.0-*"
24+
"System.Linq": "4.1.0"
2525
}
2626
}
2727
}

src/Microsoft.Extensions.Configuration.Binder/project.json

Lines changed: 3 additions & 3 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -16,12 +16,12 @@
1616
]
1717
},
1818
"dependencies": {
19-
"Microsoft.Extensions.Configuration": "1.0.0-*"
19+
"Microsoft.Extensions.Configuration": "1.0.0"
2020
},
2121
"frameworks": {
2222
"netstandard1.1": {
2323
"dependencies": {
24-
"System.ComponentModel.TypeConverter": "4.1.0-*"
24+
"System.ComponentModel.TypeConverter": "4.1.0"
2525
}
2626
}
2727
}

src/Microsoft.Extensions.Configuration.CommandLine/project.json

Lines changed: 2 additions & 2 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
"dependencies": {
20-
"Microsoft.Extensions.Configuration": "1.0.0-*"
20+
"Microsoft.Extensions.Configuration": "1.0.0"
2121
},
2222
"frameworks": {
2323
"netstandard1.1": {}

src/Microsoft.Extensions.Configuration.EnvironmentVariables/project.json

Lines changed: 2 additions & 2 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -18,7 +18,7 @@
1818
]
1919
},
2020
"dependencies": {
21-
"Microsoft.Extensions.Configuration": "1.0.0-*"
21+
"Microsoft.Extensions.Configuration": "1.0.0"
2222
},
2323
"frameworks": {
2424
"net451": {

src/Microsoft.Extensions.Configuration.FileExtensions/project.json

Lines changed: 4 additions & 4 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -16,8 +16,8 @@
1616
]
1717
},
1818
"dependencies": {
19-
"Microsoft.Extensions.Configuration": "1.0.0-*",
20-
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*"
19+
"Microsoft.Extensions.Configuration": "1.0.0",
20+
"Microsoft.Extensions.FileProviders.Physical": "1.0.0"
2121
},
2222
"frameworks": {
2323
"net451": {
@@ -29,7 +29,7 @@
2929
},
3030
"netstandard1.3": {
3131
"dependencies": {
32-
"System.AppContext": "4.1.0-*"
32+
"System.AppContext": "4.1.0"
3333
}
3434
}
3535
}

src/Microsoft.Extensions.Configuration.Ini/project.json

Lines changed: 4 additions & 4 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -17,8 +17,8 @@
1717
]
1818
},
1919
"dependencies": {
20-
"Microsoft.Extensions.Configuration": "1.0.0-*",
21-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
20+
"Microsoft.Extensions.Configuration": "1.0.0",
21+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0"
2222
},
2323
"frameworks": {
2424
"net451": {
@@ -30,7 +30,7 @@
3030
},
3131
"netstandard1.3": {
3232
"dependencies": {
33-
"System.IO.FileSystem": "4.0.1-*"
33+
"System.IO.FileSystem": "4.0.1"
3434
}
3535
}
3636
}

src/Microsoft.Extensions.Configuration.Json/project.json

Lines changed: 6 additions & 6 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -17,8 +17,8 @@
1717
]
1818
},
1919
"dependencies": {
20-
"Microsoft.Extensions.Configuration": "1.0.0-*",
21-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
20+
"Microsoft.Extensions.Configuration": "1.0.0",
21+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
2222
"Newtonsoft.Json": "9.0.1"
2323
},
2424
"frameworks": {
@@ -31,9 +31,9 @@
3131
},
3232
"netstandard1.3": {
3333
"dependencies": {
34-
"System.Dynamic.Runtime": "4.0.11-*",
35-
"System.IO.FileSystem": "4.0.1-*",
36-
"System.Runtime.Serialization.Primitives": "4.1.1-*"
34+
"System.Dynamic.Runtime": "4.0.11",
35+
"System.IO.FileSystem": "4.0.1",
36+
"System.Runtime.Serialization.Primitives": "4.1.1"
3737
}
3838
}
3939
}

src/Microsoft.Extensions.Configuration.Xml/project.json

Lines changed: 6 additions & 6 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -17,8 +17,8 @@
1717
]
1818
},
1919
"dependencies": {
20-
"Microsoft.Extensions.Configuration": "1.0.0-*",
21-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
20+
"Microsoft.Extensions.Configuration": "1.0.0",
21+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0"
2222
},
2323
"frameworks": {
2424
"net451": {
@@ -36,9 +36,9 @@
3636
},
3737
"netstandard1.3": {
3838
"dependencies": {
39-
"System.IO.FileSystem": "4.0.1-*",
40-
"System.Xml.XmlDocument": "4.0.1-*",
41-
"System.Xml.XmlSerializer": "4.0.11-*"
39+
"System.IO.FileSystem": "4.0.1",
40+
"System.Xml.XmlDocument": "4.0.1",
41+
"System.Xml.XmlSerializer": "4.0.11"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)