This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +25
-25
lines changed
Microsoft.DotNet.Watcher.Core
Microsoft.DotNet.Watcher.Tools
Microsoft.DotNet.Watcher.Tools.FunctionalTests
Microsoft.DotNet.Watcher.Tools.Tests Expand file tree Collapse file tree 10 files changed +25
-25
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 9
9
"xmlDoc" : true
10
10
},
11
11
"dependencies" : {
12
- "Microsoft.DotNet.ProjectModel" : " 1.0.0-* " ,
13
- "Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.0-* " ,
14
- "Microsoft.Extensions.FileProviders.Physical" : " 1.0.0-* " ,
15
- "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-* " ,
16
- "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0-* " ,
17
- "Microsoft.Extensions.FileSystemGlobbing" : " 1.0.0-* " ,
18
- "NETStandard.Library" : " 1.5.0-* " ,
12
+ "Microsoft.DotNet.ProjectModel" : " 1.0.0-rc2-002702 " ,
13
+ "Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.0-rc2-final " ,
14
+ "Microsoft.Extensions.FileProviders.Physical" : " 1.0.0-rc2-final " ,
15
+ "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-rc2-final " ,
16
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0-rc2-final " ,
17
+ "Microsoft.Extensions.FileSystemGlobbing" : " 1.0.0-rc2-final " ,
18
+ "NETStandard.Library" : " 1.5.0-rc2-24027 " ,
19
19
"Microsoft.Extensions.Process.Sources" : {
20
20
"type" : " build" ,
21
21
"version" : " 1.0.0-*"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0-preview1-final " ,
3
3
"buildOptions" : {
4
4
"outputName" : " dotnet-watch" ,
5
5
"warningsAsErrors" : true ,
12
12
},
13
13
"dependencies" : {
14
14
"Microsoft.DotNet.Watcher.Core" : " 1.0.0-*" ,
15
- "Microsoft.Extensions.CommandLineUtils" : " 1.0.0-* " ,
16
- "Microsoft.Extensions.Logging" : " 1.0.0-* " ,
17
- "Microsoft.Extensions.Logging.Console" : " 1.0.0-* "
15
+ "Microsoft.Extensions.CommandLineUtils" : " 1.0.0-rc2-final " ,
16
+ "Microsoft.Extensions.Logging" : " 1.0.0-rc2-final " ,
17
+ "Microsoft.Extensions.Logging.Console" : " 1.0.0-rc2-final "
18
18
},
19
19
"frameworks" : {
20
20
"netcoreapp1.0" : {
25
25
"dependencies" : {
26
26
"Microsoft.NETCore.App" : {
27
27
"type" : " platform" ,
28
- "version" : " 1.0.0-* "
28
+ "version" : " 1.0.0-rc2-3002702 "
29
29
}
30
30
}
31
31
}
Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"dotnet-test-xunit" : " 1.0.0-*" ,
8
- "Microsoft.Extensions.DependencyInjection" : " 1.0.0-* " ,
8
+ "Microsoft.Extensions.DependencyInjection" : " 1.0.0-rc2-final " ,
9
9
"Microsoft.Extensions.Process.Sources" : {
10
10
"type" : " build" ,
11
11
"version" : " 1.0.0-*"
12
12
},
13
13
"Microsoft.DotNet.Watcher.Core" : " 1.0.0-*" ,
14
- "NETStandard.Library" : " 1.5.0-* " ,
14
+ "NETStandard.Library" : " 1.5.0-rc2-24027 " ,
15
15
"Newtonsoft.Json" : " 8.0.2" ,
16
- "System.Threading.Thread" : " 4.0.0-* " ,
16
+ "System.Threading.Thread" : " 4.0.0-rc2-24027 " ,
17
17
"xunit" : " 2.1.0"
18
18
},
19
19
"frameworks" : {
25
25
"dependencies" : {
26
26
"Microsoft.NETCore.App" : {
27
27
"type" : " platform" ,
28
- "version" : " 1.0.0-* "
28
+ "version" : " 1.0.0-rc2-3002702 "
29
29
}
30
30
}
31
31
}
Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"dotnet-test-xunit" : " 1.0.0-*" ,
8
- "Microsoft.DotNet.Watcher.Tools" : " 1.0.0-* " ,
9
- "NETStandard.Library" : " 1.5.0-* " ,
8
+ "Microsoft.DotNet.Watcher.Tools" : " 1.0.0-preview1-final " ,
9
+ "NETStandard.Library" : " 1.5.0-rc2-24027 " ,
10
10
"xunit" : " 2.1.0"
11
11
},
12
12
"frameworks" : {
18
18
"dependencies" : {
19
19
"Microsoft.NETCore.App" : {
20
20
"type" : " platform" ,
21
- "version" : " 1.0.0-* "
21
+ "version" : " 1.0.0-rc2-3002702 "
22
22
}
23
23
}
24
24
}
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"Microsoft.NETCore.App" : {
13
13
"type" : " platform" ,
14
- "version" : " 1.0.0-* "
14
+ "version" : " 1.0.0-rc2-3002702 "
15
15
}
16
16
},
17
17
"imports" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0" ,
3
3
"dependencies" : {
4
- "NETStandard.Library" : " 1.5.0-* "
4
+ "NETStandard.Library" : " 1.5.0-rc2-24027 "
5
5
},
6
6
"frameworks" : {
7
7
"netstandard1.5" : {
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"Microsoft.NETCore.App" : {
17
17
"type" : " platform" ,
18
- "version" : " 1.0.0-* "
18
+ "version" : " 1.0.0-rc2-3002702 "
19
19
}
20
20
},
21
21
"imports" : [
Original file line number Diff line number Diff line change 8
8
"dependencies" : {
9
9
"Microsoft.NETCore.App" : {
10
10
"type" : " platform" ,
11
- "version" : " 1.0.0-* "
11
+ "version" : " 1.0.0-rc2-3002702 "
12
12
}
13
13
},
14
14
"imports" : [
You can’t perform that action at this time.
0 commit comments