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

Commit c9dd06c

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 3999ffb commit c9dd06c

File tree

13 files changed

+61
-61
lines changed

13 files changed

+61
-61
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

samples/SampleApp/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
7-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
8-
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
9-
"Microsoft.Extensions.Logging": "1.0.0-*",
10-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
11-
"Microsoft.Extensions.Logging.Filter": "1.0.0-*",
12-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
6+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
7+
"Microsoft.Extensions.Configuration.Json": "1.0.0",
8+
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
9+
"Microsoft.Extensions.Logging": "1.0.0",
10+
"Microsoft.Extensions.Logging.Console": "1.0.0",
11+
"Microsoft.Extensions.Logging.Filter": "1.0.0",
12+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
1313
},
1414
"publishOptions": {
1515
"include": [
@@ -19,16 +19,16 @@
1919
"frameworks": {
2020
"net451": {
2121
"dependencies": {
22-
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*"
22+
"Microsoft.Extensions.Logging.EventLog": "1.0.0"
2323
}
2424
},
2525
"netcoreapp1.0": {
2626
"dependencies": {
2727
"Microsoft.NETCore.App": {
28-
"version": "1.0.0-*",
28+
"version": "1.0.0",
2929
"type": "platform"
3030
},
31-
"System.Console": "4.0.0-*"
31+
"System.Console": "4.0.0"
3232
}
3333
}
3434
}

src/Microsoft.Extensions.Logging.Abstractions/project.json

Lines changed: 10 additions & 10 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
"packOptions": {
44
"repository": {
55
"type": "git",
@@ -21,15 +21,15 @@
2121
"frameworks": {
2222
"netstandard1.1": {
2323
"dependencies": {
24-
"System.Collections": "4.0.11-*",
25-
"System.Collections.Concurrent": "4.0.12-*",
26-
"System.Diagnostics.Debug": "4.0.11-*",
27-
"System.Globalization": "4.0.11-*",
28-
"System.Linq": "4.1.0-*",
29-
"System.Reflection": "4.1.0-*",
30-
"System.Resources.ResourceManager": "4.0.1-*",
31-
"System.Runtime.Extensions": "4.1.0-*",
32-
"System.Runtime.InteropServices": "4.1.0-*"
24+
"System.Collections": "4.0.11",
25+
"System.Collections.Concurrent": "4.0.12",
26+
"System.Diagnostics.Debug": "4.0.11",
27+
"System.Globalization": "4.0.11",
28+
"System.Linq": "4.1.0",
29+
"System.Reflection": "4.1.0",
30+
"System.Resources.ResourceManager": "4.0.1",
31+
"System.Runtime.Extensions": "4.1.0",
32+
"System.Runtime.InteropServices": "4.1.0"
3333
}
3434
}
3535
}

src/Microsoft.Extensions.Logging.Console/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
"packOptions": {
44
"repository": {
55
"type": "git",
@@ -19,9 +19,9 @@
1919
"xmlDoc": true
2020
},
2121
"dependencies": {
22-
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
23-
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*",
24-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
22+
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
23+
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0",
24+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
2525
},
2626
"frameworks": {
2727
"net451": {
@@ -33,8 +33,8 @@
3333
},
3434
"netstandard1.3": {
3535
"dependencies": {
36-
"System.Console": "4.0.0-*",
37-
"System.Threading": "4.0.11-*"
36+
"System.Console": "4.0.0",
37+
"System.Threading": "4.0.11"
3838
}
3939
}
4040
}

src/Microsoft.Extensions.Logging.Debug/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
"description": "Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().",
44
"packOptions": {
55
"repository": {
@@ -19,7 +19,7 @@
1919
"xmlDoc": true
2020
},
2121
"dependencies": {
22-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
22+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
2323
},
2424
"frameworks": {
2525
"net451": {
@@ -31,7 +31,7 @@
3131
},
3232
"netstandard1.3": {
3333
"dependencies": {
34-
"System.Diagnostics.Debug": "4.0.11-*"
34+
"System.Diagnostics.Debug": "4.0.11"
3535
}
3636
}
3737
}

src/Microsoft.Extensions.Logging.EventLog/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
"description": "Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.",
44
"packOptions": {
55
"repository": {
@@ -21,7 +21,7 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
24+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
2525
},
2626
"frameworks": {
2727
"net451": {

src/Microsoft.Extensions.Logging.Filter/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
"packOptions": {
44
"repository": {
55
"type": "git",
@@ -19,8 +19,8 @@
1919
]
2020
},
2121
"dependencies": {
22-
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*",
23-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
22+
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0",
23+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
2424
},
2525
"frameworks": {
2626
"netstandard1.1": {}

src/Microsoft.Extensions.Logging.Testing/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Helpers for writing tests that use Microsoft.Extensions.Logging. Contains null implementations of the abstractions that do nothing, as well as test implementations that are observable.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rtm-21431",
44
"buildOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk",
@@ -20,8 +20,8 @@
2020
]
2121
},
2222
"dependencies": {
23-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
24-
"xunit.assert": "2.1.0-*"
23+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
24+
"xunit.assert": "2.1.0"
2525
},
2626
"frameworks": {
2727
"netstandard1.1": {

src/Microsoft.Extensions.Logging.TraceSource/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
"description": "TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().",
44
"packOptions": {
55
"repository": {
@@ -20,7 +20,7 @@
2020
"xmlDoc": true
2121
},
2222
"dependencies": {
23-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
23+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
2424
},
2525
"frameworks": {
2626
"net451": {
@@ -32,7 +32,7 @@
3232
},
3333
"netstandard1.3": {
3434
"dependencies": {
35-
"System.Diagnostics.TraceSource": "4.0.0-*"
35+
"System.Diagnostics.TraceSource": "4.0.0"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)