This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +14
-15
lines changed
AspNet.Hosting.Extensions
AspNet.Hosting.Katana.Extensions
AspNet.Hosting.Extensions.Tests
AspNet.Hosting.Katana.Extensions.Tests Expand file tree Collapse file tree 6 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
- <add key =" AspNetCiRelease" value =" https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
5
4
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6
5
</packageSources >
7
6
</configuration >
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ AspNet.Hosting.Extensions
6
6
7
7
** The latest nightly builds can be found on [ MyGet] ( https://www.myget.org/gallery/aspnet-contrib ) ** .
8
8
9
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/xa09pdugnqqgn0vf/branch/release ?svg=true )] ( https://ci.appveyor.com/project/aspnet-contrib/aspnet-hosting-extensions/branch/release )
10
- [ ![ Build status] ( https://travis-ci.org/aspnet-contrib/AspNet.Hosting.Extensions.svg?branch=release )] ( https://travis-ci.org/aspnet-contrib/AspNet.Hosting.Extensions )
9
+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/xa09pdugnqqgn0vf/branch/master ?svg=true )] ( https://ci.appveyor.com/project/aspnet-contrib/aspnet-hosting-extensions/branch/master )
10
+ [ ![ Build status] ( https://travis-ci.org/aspnet-contrib/AspNet.Hosting.Extensions.svg?branch=master )] ( https://travis-ci.org/aspnet-contrib/AspNet.Hosting.Extensions )
11
11
12
12
## Get started
13
13
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-alpha2-* " ,
2
+ "version" : " 1.0.0-alpha2-final " ,
3
3
4
4
"packOptions" : {
5
5
"description" : " Hosting extensions for ASP.NET Core." ,
30
30
31
31
"dependencies" : {
32
32
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.4" },
33
- "Microsoft.AspNetCore.Hosting" : " 1.0.0-rc2-* "
33
+ "Microsoft.AspNetCore.Hosting" : " 1.0.0-rc2-final "
34
34
},
35
35
36
36
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-alpha2-* " ,
2
+ "version" : " 1.0.0-alpha2-final " ,
3
3
4
4
"packOptions" : {
5
5
"description" : " OWIN/Katana hosting extensions for ASP.NET Core." ,
32
32
33
33
"dependencies" : {
34
34
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.4" },
35
- "Microsoft.AspNetCore.Hosting" : " 1.0.0-rc2-* " ,
36
- "Microsoft.AspNetCore.Owin" : " 1.0.0-rc2-* " ,
35
+ "Microsoft.AspNetCore.Hosting" : " 1.0.0-rc2-final " ,
36
+ "Microsoft.AspNetCore.Owin" : " 1.0.0-rc2-final " ,
37
37
"Microsoft.Owin" : " 3.0.0"
38
38
},
39
39
Original file line number Diff line number Diff line change 5
5
6
6
"dependencies" : {
7
7
"AspNet.Hosting.Extensions" : { "target" : " project" },
8
- "dotnet-test-xunit" : " 1.0.0-rc2-* " ,
9
- "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-* " ,
8
+ "dotnet-test-xunit" : " 1.0.0-rc2-build10015 " ,
9
+ "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-final " ,
10
10
"xunit" : " 2.1.0"
11
11
},
12
12
13
13
"frameworks" : {
14
14
"netcoreapp1.0" : {
15
15
"dependencies" : {
16
- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-* " }
16
+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-3002702 " }
17
17
},
18
18
19
19
"imports" : [
24
24
25
25
"net451" : {
26
26
"dependencies" : {
27
- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* "
27
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 "
28
28
}
29
29
}
30
30
},
Original file line number Diff line number Diff line change 5
5
6
6
"dependencies" : {
7
7
"AspNet.Hosting.Katana.Extensions" : { "target" : " project" },
8
- "dotnet-test-xunit" : " 1.0.0-rc2-* " ,
9
- "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-* " ,
10
- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* " ,
8
+ "dotnet-test-xunit" : " 1.0.0-rc2-build10015 " ,
9
+ "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-final " ,
10
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
11
11
"xunit" : " 2.1.0"
12
12
},
13
13
You can’t perform that action at this time.
0 commit comments