This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed
src/Microsoft.AspNetCore.StaticFiles
test/Microsoft.AspNetCore.StaticFiles.Tests Expand file tree Collapse file tree 5 files changed +21
-21
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 .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 .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 3
3
"emitEntryPoint" : true
4
4
},
5
5
"dependencies" : {
6
- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-* " ,
7
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-* " ,
8
- "Microsoft.AspNetCore.StaticFiles" : " 1.0.0-* " ,
9
- "Microsoft.Extensions.Logging.Console" : " 1.0.0-* "
6
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0" ,
7
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0" ,
8
+ "Microsoft.AspNetCore.StaticFiles" : " 1.0.0" ,
9
+ "Microsoft.Extensions.Logging.Console" : " 1.0.0"
10
10
},
11
11
"frameworks" : {
12
12
"net451" : {},
13
13
"netcoreapp1.0" : {
14
14
"dependencies" : {
15
15
"Microsoft.NETCore.App" : {
16
- "version" : " 1.0.0-* " ,
16
+ "version" : " 1.0.0" ,
17
17
"type" : " platform"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0" ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
20
20
]
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Http.Extensions" : " 1.0.0-* " ,
24
- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.0-* " ,
25
- "Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.0-* " ,
26
- "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0-* " ,
27
- "Microsoft.Extensions.WebEncoders" : " 1.0.0-* "
23
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.0.0" ,
24
+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.0" ,
25
+ "Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.0" ,
26
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0" ,
27
+ "Microsoft.Extensions.WebEncoders" : " 1.0.0"
28
28
},
29
29
"frameworks" : {
30
30
"net451" : {},
Original file line number Diff line number Diff line change 16
16
]
17
17
},
18
18
"dependencies" : {
19
- "System.Runtime.InteropServices.RuntimeInformation" : " 4.0.0-* " ,
20
- "dotnet-test-xunit" : " 1.0.0-* " ,
21
- "Microsoft.AspNetCore.StaticFiles" : " 1.0.0-* " ,
22
- "Microsoft.AspNetCore.TestHost" : " 1.0.0-* " ,
23
- "Microsoft.AspNetCore.Testing" : " 1.0.0-* " ,
24
- "Microsoft.Extensions.Logging.Testing" : " 1.0.0-* " ,
19
+ "System.Runtime.InteropServices.RuntimeInformation" : " 4.0.0" ,
20
+ "dotnet-test-xunit" : " 1.0.0-rc3-000000-00 " ,
21
+ "Microsoft.AspNetCore.StaticFiles" : " 1.0.0" ,
22
+ "Microsoft.AspNetCore.TestHost" : " 1.0.0" ,
23
+ "Microsoft.AspNetCore.Testing" : " 1.0.0-rtm-21431 " ,
24
+ "Microsoft.Extensions.Logging.Testing" : " 1.0.0-rtm-21431 " ,
25
25
"xunit" : " 2.1.0"
26
26
},
27
27
"frameworks" : {
28
28
"netcoreapp1.0" : {
29
29
"dependencies" : {
30
30
"Microsoft.NETCore.App" : {
31
- "version" : " 1.0.0-* " ,
31
+ "version" : " 1.0.0" ,
32
32
"type" : " platform"
33
33
},
34
- "System.Diagnostics.Process" : " 4.1.0-* "
34
+ "System.Diagnostics.Process" : " 4.1.0"
35
35
},
36
36
"imports" : [
37
37
" dnxcore50" ,
You can’t perform that action at this time.
0 commit comments