Commit Graph

566 Commits

Author SHA1 Message Date
ASP.NET CI a9f42e182e Update dependencies.props
[auto-updated: dependencies]
2018-09-23 12:08:48 -07:00
ASP.NET CI f5b54e1a0e Update dependencies.props
[auto-updated: dependencies]
2018-09-16 19:09:09 +00:00
ASP.NET CI 58ff54cec7 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:10:25 +00:00
Nate McMaster fe10d1a125
Update the EF Core sample to netcoreapp3.0 2018-09-06 10:19:59 -07:00
Nate McMaster 9941fb825f
Update TFM to .NET Core 3.0 (#324) 2018-09-06 08:23:55 -07:00
ASP.NET CI 1e30b25fea Update dependencies.props
[auto-updated: dependencies]
2018-09-05 23:41:34 +00:00
ASP.NET CI 2692acdcd0 Update dependencies.props
[auto-updated: dependencies]
2018-09-02 19:09:21 +00:00
Nate McMaster a407a047f0
Merge branch 'release/2.2' 2018-08-30 16:33:36 -07:00
Nate McMaster 7520ffa0ef
Fix up service scoping in the EF Core xml repository and update package version to 2.2 2018-08-30 16:22:43 -07:00
dan.s.ward 8f7d995508 Added Entity Framework Core backed IXmlRepository with tests and sample (#303) 2018-08-29 14:04:37 -07:00
ASP.NET CI 190b2bfc87 Update dependencies.props
[auto-updated: dependencies]
2018-08-26 19:09:31 +00:00
ASP.NET CI c119bee8ef Update package branding for 2.2.0-preview2 2018-08-21 13:33:49 -07:00
ASP.NET CI c158d1cb94 Update dependencies.props
[auto-updated: dependencies]
2018-08-19 19:10:11 +00:00
ASP.NET CI b4b42f8f3b Update dependencies.props
[auto-updated: dependencies]
2018-08-12 19:55:47 +00:00
ASP.NET CI 760efe303f Update dependencies.props
[auto-updated: dependencies]
2018-08-12 19:09:13 +00:00
Nate McMaster da1b5c30c1
Merge branch 'release/2.2' 2018-08-10 15:25:31 -07:00
Nate McMaster e0235b1e21
Fix aspnet/Home#3379 - add a functional test for Redis storage provider to ensure keys round-trip (#321) 2018-08-10 15:20:09 -07:00
Nate McMaster c701bcb83f
Merge branch 'release/2.2' 2018-08-10 09:16:55 -07:00
Nate McMaster 9534c08142
Change versioning of Microsoft.AspNetCore.DataProtection.Redis to 2.2 (#320) 2018-08-10 09:13:02 -07:00
ASP.NET CI 241155946f Update dependencies.props
[auto-updated: dependencies]
2018-08-06 20:32:30 +00:00
ASP.NET CI 8f1b3d9656 Update dependencies.props
[auto-updated: dependencies]
2018-08-05 19:48:40 +00:00
ASP.NET CI d5b68286bc Update dependencies.props
[auto-updated: dependencies]
2018-08-05 19:10:13 +00:00
ASP.NET CI e3e1d04001 Update dependencies.props
[auto-updated: dependencies]
2018-07-29 19:51:58 +00:00
ASP.NET CI 2b486a0049 Update dependencies.props
[auto-updated: dependencies]
2018-07-29 12:08:43 -07:00
Nate McMaster 7f53a18240
Merge branch 'release/2.2' 2018-07-24 13:02:40 -07:00
Nate McMaster 86b35c1932
Merge branch 'release/2.1' into release/2.2 2018-07-24 12:06:53 -07:00
Eilon Lipton baced935e1
Update CONTRIBUTING.md 2018-07-24 10:48:11 -07:00
ASP.NET CI a8da72bf6f Update dependencies.props
[auto-updated: dependencies]
2018-07-22 12:53:37 -07:00
ASP.NET CI 50b30c3396 Update dependencies.props
[auto-updated: dependencies]
2018-07-22 12:08:50 -07:00
ASP.NET CI 96ec1e267e Update dependencies.props
[auto-updated: dependencies]
2018-07-15 19:52:49 +00:00
ASP.NET CI b53c1d58b2 Update dependencies.props
[auto-updated: dependencies]
2018-07-15 12:09:10 -07:00
Nate McMaster b62bb5778b
Pin version variables to the ASP.NET Core 2.1.2 baseline
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:51:46 -07:00
Nate McMaster 44973b77df
Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:48:04 -07:00
Nate McMaster 91d97c7f14
Reverting version from 2.1.2 back to 2.1.1
As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo.
2018-07-11 15:06:27 -07:00
ASP.NET CI 8037e756cb Update dependencies.props
[auto-updated: dependencies]
2018-07-08 19:49:27 +00:00
ASP.NET CI 2228213708 Update dependencies.props
[auto-updated: dependencies]
2018-07-08 12:09:15 -07:00
Ömer Cinbat 80a2a62895 Update README.md - Added Google Cloud Storage provider link to readme file (#308) 2018-07-06 13:52:55 -07:00
Nate McMaster 3c558069f4
Merge branch 'release/2.2' 2018-07-05 11:33:09 -07:00
Nate McMaster 2af13658fc
Unprotect key material with the local cache of certificates before checking the cert store
In some cases, private keys for certificates is not completely available. When attempting to decrypt key material,
this can cause 'CryptographicException: Keyset does not exist'. This changes the order in which key material
decryption looks up private keys to first key the certificate options provided explicitly to the API, and then
falling back to the cert store for decryption keys.
2018-07-05 11:31:46 -07:00
ASP.NET CI 19629672ca Update dependencies.props
[auto-updated: dependencies]
2018-07-03 16:07:57 +00:00
Nate McMaster (automated) 19aa1bfc8b
[automated] Change default branch to master 2018-07-02 12:40:16 -07:00
Nate McMaster a3484f4a90
Merge branch 'release/2.2' into dev 2018-06-28 16:53:43 -07:00
Nate McMaster befdea1156
Bumping version from 2.2.0 to 3.0.0 2018-06-28 16:48:46 -07:00
Nate McMaster a5c86afe7d
Update infrastructure for the 2.2 release 2018-06-28 16:19:16 -07:00
Nate McMaster 7803b6ba25
Bumping version from 2.1.1 to 2.1.2 2018-06-27 13:39:44 -07:00
ASP.NET CI 678fe889c3 Update dependencies.props
[auto-updated: dependencies]
2018-06-25 11:10:29 -07:00
Ryan Brandenburg 5bed1972fe Set 2.1 baselines 2018-06-13 15:47:53 -07:00
Ryan Brandenburg 3064b60b34 Set 2.1 baselines 2018-06-13 15:47:41 -07:00
ASP.NET CI b40fa1bdfb Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:14:57 +00:00
Nate McMaster 3f3bfe05ec
Add a test condition for skipping tests when the default keychain is missing for macOS 2018-06-08 14:44:30 -07:00