This repository was archived by the owner on Oct 26, 2018. It is now read-only.
File tree 4 files changed +15
-15
lines changed
src/Microsoft.Extensions.DiagnosticAdapter
test/Microsoft.Extensions.DiagnosticAdapter.Test 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
33
33
$repoFolder = $PSScriptRoot
34
34
$env: REPO_FOLDER = $repoFolder
35
35
36
- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/release .zip"
36
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2 .zip"
37
37
if ($env: KOREBUILD_ZIP )
38
38
{
39
39
$koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 2
2
repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
3
cd $repoFolder
4
4
5
- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/release .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2 .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0-rc2-final " ,
3
3
"description" : " A DiagnosticListener implementation which provides duck-typing through generated proxy types." ,
4
4
"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 "
7
7
},
8
8
"buildOptions" : {
9
9
"define" : [
19
19
"frameworks" : {
20
20
"netstandard1.1" : {
21
21
"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 "
28
28
}
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"dotnet-test-xunit" : " 1.0.0-*" ,
4
- "Microsoft.NETCore.Platforms" : " 1.0.1-* " ,
4
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
5
5
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
6
- "Microsoft.Extensions.DiagnosticAdapter" : " 1.0.0-* " ,
6
+ "Microsoft.Extensions.DiagnosticAdapter" : " 1.0.0-rc2-final " ,
7
7
"xunit" : " 2.1.0-*"
8
8
},
9
9
"buildOptions" : {
16
16
"netcoreapp1.0" : {
17
17
"dependencies" : {
18
18
"Microsoft.NETCore.App" : {
19
- "version" : " 1.0.0-* " ,
19
+ "version" : " 1.0.0-rc2-3002702 " ,
20
20
"type" : " platform"
21
21
},
22
- "System.Diagnostics.Process" : " 4.1.0-* "
22
+ "System.Diagnostics.Process" : " 4.1.0-rc2-24027 "
23
23
},
24
24
"imports" : [
25
25
" dnxcore50" ,
You can’t perform that action at this time.
0 commit comments