Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from hotchkj/netcore-1.1
Browse files Browse the repository at this point in the history
Updates packages to NET Core 1.1
  • Loading branch information
hotchkj authored Dec 29, 2016
2 parents 274a517 + 19cb0d5 commit a26187c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
"AspNetCore.DataProtection.Aws.Kms": { "target": "project" },
"AspNetCore.DataProtection.Aws.S3": { "target": "project" },
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.NETCore.Platforms": "1.1.0",
"xunit": "2.2.0-beta2-build3300"
},

"frameworks": {
"net451": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/AspNetCore.DataProtection.Aws.Kms/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "DataProtection encrypter & decrypter for use with AWS KMS",
"version": "1.0.0-beta03",
"version": "1.0.0-beta04",
"authors": [ "hotchkj" ],

"packOptions": {
Expand All @@ -11,7 +11,7 @@
},
"summary": "ASP.NET AWS KMS DataProtection Cryptography",
"tags": [ "ASP.NET", "AWS", "DataProtection", "netcore" ],
"releaseNotes": "Updated AWS SDK",
"releaseNotes": "Updated to NET Core 1.1",
"projectUrl": "https://github.com/hotchkj/AspNetCore.DataProtection.Aws",
"licenseUrl": "https://opensource.org/licenses/MIT"
},
Expand All @@ -23,8 +23,8 @@
},

"dependencies": {
"AWSSDK.KeyManagementService": "3.3.1",
"Microsoft.AspNetCore.DataProtection": "1.0.0"
"AWSSDK.KeyManagementService": "3.3.1.8",
"Microsoft.AspNetCore.DataProtection": "1.1.0"
},

"frameworks": {
Expand Down
10 changes: 5 additions & 5 deletions src/AspNetCore.DataProtection.Aws.S3/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "DataProtection repository for use with AWS S3",
"version": "1.0.0-beta03",
"version": "1.0.0-beta04",
"authors": [ "hotchkj" ],

"packOptions": {
Expand All @@ -11,7 +11,7 @@
},
"summary": "ASP.NET AWS S3 DataProtection Repository",
"tags": [ "ASP.NET", "AWS", "DataProtection", "netcore" ],
"releaseNotes": "Updated AWS SDK",
"releaseNotes": "Updated to NET Core 1.1",
"projectUrl": "https://github.com/hotchkj/AspNetCore.DataProtection.Aws",
"licenseUrl": "https://opensource.org/licenses/MIT"
},
Expand All @@ -23,8 +23,8 @@
},

"dependencies": {
"AWSSDK.S3": "3.3.0.1",
"Microsoft.AspNetCore.DataProtection": "1.0.0"
"AWSSDK.S3": "3.3.5.2",
"Microsoft.AspNetCore.DataProtection": "1.1.0"
},

"frameworks": {
Expand All @@ -34,7 +34,7 @@
},
"netstandard1.3": {
"dependencies": {
"System.IO.Compression": "4.1.0"
"System.IO.Compression": "4.3.0"
}
}
}
Expand Down
5 changes: 2 additions & 3 deletions test/AspNetCore.DataProtection.Aws.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
"AspNetCore.DataProtection.Aws.Kms": { "target": "project" },
"AspNetCore.DataProtection.Aws.S3": { "target": "project" },
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.NETCore.Platforms": "1.1.0",
"Moq": "4.5.29",
"xunit": "2.2.0-beta2-build3300"
},

"frameworks": {
"net451": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Moq": "4.5.8",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
Expand Down

0 comments on commit a26187c

Please sign in to comment.