This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree 8 files changed +28
-22
lines changed
samples/ResponseCachingSample
Microsoft.AspNetCore.ResponseCaching
Microsoft.AspNetCore.ResponseCaching.Abstractions
test/Microsoft.AspNetCore.ResponseCaching.Tests
8 files changed +28
-22
lines changed Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
6
6
<add key =" AspNetCore" value =" https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
7
+ <add key =" AspNetCore-Patch" value =" https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
7
8
</packageSources >
8
- </configuration >
9
+ </configuration >
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/rel/1.1.0 .zip"
36
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/rel/1.1.2 .zip"
37
37
if ($env: KOREBUILD_ZIP )
38
38
{
39
39
$koreBuildZip = $env: KOREBUILD_ZIP
@@ -64,4 +64,4 @@ if (!(Test-Path $buildFolder)) {
64
64
}
65
65
}
66
66
67
- & " $buildFile " $args
67
+ & " $buildFile " $args
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/rel/1.1.0 .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/rel/1.1.2 .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
@@ -43,4 +43,4 @@ if test ! -d $buildFolder; then
43
43
fi
44
44
fi
45
45
46
- $buildFile -r $repoFolder " $@ "
46
+ $buildFile -r $repoFolder " $@ "
Original file line number Diff line number Diff line change 1
1
{
2
- "projects" : [" src" ]
2
+ "projects" : [
3
+ " src"
4
+ ],
5
+ "sdk" : {
6
+ "version" : " 1.0.0-preview2-1-003177"
7
+ }
3
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0 " ,
4
- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0 " ,
5
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0 " ,
6
- "Microsoft.Extensions.Caching.Memory" : " 1.1.0 "
3
+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1.1 " ,
4
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.1 " ,
5
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.1 " ,
6
+ "Microsoft.Extensions.Caching.Memory" : " 1.1.1 "
7
7
},
8
8
"buildOptions" : {
9
9
"emitEntryPoint" : true
13
13
"netcoreapp1.1" : {
14
14
"dependencies" : {
15
15
"Microsoft.NETCore.App" : {
16
- "version" : " 1.1.0 " ,
16
+ "version" : " 1.1.1 " ,
17
17
"type" : " platform"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0 " ,
2
+ "version" : " 1.1.1 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0 " ,
2
+ "version" : " 1.1.1 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"allowUnsafe" : true ,
22
22
]
23
23
},
24
24
"dependencies" : {
25
- "Microsoft.AspNetCore.Http" : " 1.1.0 " ,
26
- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0 " ,
27
- "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.1.0 " ,
28
- "Microsoft.Extensions.Caching.Memory" : " 1.1.0 " ,
29
- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0 " ,
25
+ "Microsoft.AspNetCore.Http" : " 1.1.1 " ,
26
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.1 " ,
27
+ "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.1.1 " ,
28
+ "Microsoft.Extensions.Caching.Memory" : " 1.1.1 " ,
29
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.1 " ,
30
30
"Microsoft.Extensions.TaskCache.Sources" : {
31
31
"version" : " 1.1.0-rtm-22752" ,
32
32
"type" : " build"
Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"dotnet-test-xunit" : " 2.2.0-*" ,
8
- "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0 " ,
9
- "Microsoft.AspNetCore.TestHost" : " 1.1.0 " ,
10
- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
8
+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1.1 " ,
9
+ "Microsoft.AspNetCore.TestHost" : " 1.1.1 " ,
10
+ "Microsoft.Extensions.Logging.Testing" : " 1.1.1 " ,
11
11
"xunit" : " 2.2.0-*"
12
12
},
13
13
"frameworks" : {
14
14
"netcoreapp1.1" : {
15
15
"dependencies" : {
16
16
"Microsoft.NETCore.App" : {
17
- "version" : " 1.1.0 " ,
17
+ "version" : " 1.1.1 " ,
18
18
"type" : " platform"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments