Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Updating json files to pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
noliar committed May 18, 2016
1 parent 79e9c34 commit 962eac5
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 54 deletions.
40 changes: 20 additions & 20 deletions samples/SocialSample/project.json
Expand Up @@ -2,25 +2,25 @@
"version": "1.0.0-*",

"dependencies": {
"DevZH.AspNetCore.Authentication.Baidu": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Douban": "1.0.0-*",
"DevZH.AspNetCore.Authentication.NetEase": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Qihoo": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Sina": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Taobao": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Tencent": "1.0.0-*",
"DevZH.AspNetCore.Authentication.WeChat": "1.0.0-*",
"DevZH.AspNetCore.Authentication.XiaoMi": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Yixin": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Youku": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"DevZH.AspNetCore.Authentication.Baidu": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Douban": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.NetEase": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Qihoo": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Sina": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Taobao": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Tencent": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.WeChat": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.XiaoMi": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Yixin": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Youku": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
"Microsoft.AspNetCore.DataProtection": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027"
},

"buildOptions": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}
},
Expand Down
6 changes: 3 additions & 3 deletions src/DevZH.AspNetCore.Authentication.Baidu/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Baidu Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -17,10 +17,10 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Common.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rc2-final"
}
},
"frameworks": {
Expand Down
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"shared": "*.cs",
"dependencies": {
},
Expand All @@ -11,7 +11,7 @@
},
"netstandard1.3": {
"dependencies": {
"System.ComponentModel.Annotations": "4.0.11-*"
"System.ComponentModel.Annotations": "4.0.11-beta-23516"
},
"imports": [
"dotnet5.4",
Expand Down
4 changes: 2 additions & 2 deletions src/DevZH.AspNetCore.Authentication.Common/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"dependencies": {
},
"frameworks": {
Expand All @@ -10,7 +10,7 @@
},
"netstandard1.3": {
"dependencies": {
"System.ComponentModel.Annotations": "4.0.11-*"
"System.ComponentModel.Annotations": "4.0.11-beta-23516"
},
"imports": [
"dotnet5.4",
Expand Down
4 changes: 2 additions & 2 deletions src/DevZH.AspNetCore.Authentication.Douban/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Douban Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -17,7 +17,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
Expand Down
4 changes: 2 additions & 2 deletions src/DevZH.AspNetCore.Authentication.NetEase/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the NetEase Account authentication workflow.",
"authors": [ "杜晓宇" ],
"packOptions":{
Expand All @@ -17,7 +17,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
Expand Down
6 changes: 3 additions & 3 deletions src/DevZH.AspNetCore.Authentication.Qihoo/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Qihoo Account authentication workflow.",
"authors": [ "杜晓宇" ],
"packOptions":{
Expand All @@ -18,10 +18,10 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Common.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rc2-final"
}
},
"frameworks": {
Expand Down
6 changes: 3 additions & 3 deletions src/DevZH.AspNetCore.Authentication.Sina/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Sina Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -17,10 +17,10 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Common.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rc2-final"
}
},
"frameworks": {
Expand Down
6 changes: 3 additions & 3 deletions src/DevZH.AspNetCore.Authentication.Taobao/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Taobao Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -18,10 +18,10 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Common.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rc2-final"
}
},
"frameworks": {
Expand Down
6 changes: 3 additions & 3 deletions src/DevZH.AspNetCore.Authentication.Tencent/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Tencent QQ Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -18,13 +18,13 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Text.RegularExpressions": "4.0.12-*"
"System.Text.RegularExpressions": "4.0.12-rc2-24027"
},
"imports": [
"dotnet5.4",
Expand Down
4 changes: 2 additions & 2 deletions src/DevZH.AspNetCore.Authentication.WeChat/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the WeiXin Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -18,7 +18,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
Expand Down
10 changes: 5 additions & 5 deletions src/DevZH.AspNetCore.Authentication.XiaoMi/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the XiaoMi Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -19,18 +19,18 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*",
"DevZH.AspNetCore.Authentication.Common": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Common": "1.0.0-rc2-final",
"DevZH.AspNetCore.Authentication.Common.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rc2-final"
}
},
"frameworks": {
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.1.0-*"
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027"
},
"imports": [
"dotnet5.4",
Expand Down
4 changes: 2 additions & 2 deletions src/DevZH.AspNetCore.Authentication.Yixin/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Yixin Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -18,7 +18,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
Expand Down
4 changes: 2 additions & 2 deletions src/DevZH.AspNetCore.Authentication.Youku/project.json
@@ -1,6 +1,6 @@
{
"authors": [ "杜晓宇" ],
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core middleware that enables an application to support the Youku Account authentication workflow.",
"packOptions":{
"repository": {
Expand All @@ -17,7 +17,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
Expand Down

0 comments on commit 962eac5

Please sign in to comment.