Merge branch 'release' into dev
This commit is contained in:
commit
63715c4ad5
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": "1.0.0-*",
|
"Microsoft.AspNetCore.DataProtection.Test.Shared": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
|
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
|
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
|
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||||
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
|
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue