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

Commit 2b31137

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 5950ee8 commit 2b31137

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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-rc2.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-rc2.zip"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi

src/Microsoft.Extensions.DiagnosticAdapter/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc2-final",
33
"description": "A DiagnosticListener implementation which provides duck-typing through generated proxy types.",
44
"dependencies": {
5-
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
6-
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
5+
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final",
6+
"System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027"
77
},
88
"buildOptions": {
99
"define": [
@@ -19,12 +19,12 @@
1919
"frameworks": {
2020
"netstandard1.1": {
2121
"dependencies": {
22-
"System.ComponentModel": "4.0.1-*",
23-
"System.Collections.Concurrent": "4.0.12-*",
24-
"System.Reflection.Emit": "4.0.1-*",
25-
"System.Reflection.Emit.Lightweight": "4.0.1-*",
26-
"System.Reflection.Extensions": "4.0.1-*",
27-
"System.Runtime.Extensions": "4.1.0-*"
22+
"System.ComponentModel": "4.0.1-rc2-24027",
23+
"System.Collections.Concurrent": "4.0.12-rc2-24027",
24+
"System.Reflection.Emit": "4.0.1-rc2-24027",
25+
"System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027",
26+
"System.Reflection.Extensions": "4.0.1-rc2-24027",
27+
"System.Runtime.Extensions": "4.1.0-rc2-24027"
2828
}
2929
}
3030
}

test/Microsoft.Extensions.DiagnosticAdapter.Test/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
55
"Microsoft.AspNetCore.Testing": "1.0.0-*",
6-
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
6+
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-rc2-final",
77
"xunit": "2.1.0-*"
88
},
99
"buildOptions": {
@@ -16,10 +16,10 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.0-*",
19+
"version": "1.0.0-rc2-3002702",
2020
"type": "platform"
2121
},
22-
"System.Diagnostics.Process": "4.1.0-*"
22+
"System.Diagnostics.Process": "4.1.0-rc2-24027"
2323
},
2424
"imports": [
2525
"dnxcore50",

0 commit comments

Comments
 (0)