Pranav K
3be87cef81
Updating versions to 1.2.0-*
2016-11-09 14:18:00 -08:00
Hao Kung
ee83dfe9be
Clean up sample
2016-10-13 15:23:10 -07:00
Pranav K
a664d32c5c
Updating to netcoreapp1.1
2016-10-13 11:18:26 -07:00
Pranav K
e9224cfae7
Revert "Updating to netcoreapp1.1"
...
This reverts commit 1eb7fd3947 .
2016-10-12 16:08:49 -07:00
Pranav K
1eb7fd3947
Updating to netcoreapp1.1
2016-10-12 13:45:35 -07:00
Pranav K
9019e6ab39
Updating partner package versions
2016-10-03 19:59:26 -07:00
Nate McMaster
b166c47235
Update sample usage of EF tools
2016-09-26 14:27:08 -07:00
Tugberk Ugurlu
cd87b3db7e
Delete Helios.cmd
...
I believe it's not used anymore
2016-08-25 22:19:43 +01:00
Nate McMaster
ddaab5f549
React to aspnet/EntityFramework#6288
2016-08-11 16:04:52 -07:00
Doug Bunting
d676e8f068
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:03:10 -07:00
Pranav K
ae9b21971b
Updating to dev versions
2016-06-16 10:18:01 -07:00
N. Taylor Mullen
5bb92c6a5c
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:30:33 -07:00
jacalvar
a877ec1783
Remove unncessary imports
2016-06-08 15:04:06 -07:00
Hao Kung
e0676292fc
Add Interop 45 Compat package
...
Initial samples fixes (more coming to make things work)
2016-05-23 13:23:32 -07:00
Hao Kung
104f216191
Restore support for EF User store generics
2016-05-23 13:05:12 -07:00
Hao Kung
7b870f8e64
Merge typo fix
2016-05-20 13:17:22 -07:00
Hao Kung
4c63935174
Remove scripts from project.json sample
2016-05-20 12:51:49 -07:00
Pranav K
b0e8ffc1f8
Fix build warnings
2016-05-02 11:27:17 -07:00
BrennanConroy
d1f7bb32c7
Remove reference to UseDefaultHostingConfiguration
2016-04-27 19:07:01 -07:00
Nate McMaster
46064822f5
React to https://github.com/aspnet/EntityFramework/pull/5142
2016-04-26 16:41:22 -07:00
BrennanConroy
c2d2c50511
Update web.config and add publish tool
2016-04-25 08:43:01 -07:00
Pavel Krymets
597e4234c0
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:11:50 -07:00
Pavel Krymets
9992ca4c82
Migrate tests, tools and samples to portable
2016-04-15 17:04:54 -07:00
John Luo
07263aa92e
Move web.config and use ANCM
2016-04-11 10:19:32 -07:00
Pranav K
63c61ac5ac
Fixing tests and removing NuGet warnings
2016-04-03 09:57:15 -07:00
Pranav K
6339d9ed96
Removing bower_components from lib
2016-04-03 09:43:31 -07:00
Pranav K
79dbed5a92
Remove bower_components and bower.json
2016-03-31 09:55:30 -07:00
John Luo
c08e850665
Reacting to Kestrel extensions
2016-03-30 16:38:02 -07:00
Pranav K
9010dd4284
Reacting to Mvc changes
2016-03-28 17:48:17 -07:00
John Luo
1d9a181f45
Reacting to Hosting changes
2016-03-24 12:10:51 -07:00
Pranav K
4ef80fabf6
Fixing CI build failure
2016-03-16 16:22:16 -07:00
Pranav K
c068128098
Reacting to EF changes
2016-03-14 11:08:00 -07:00
Arthur Vickers
5fba08562f
Update IdentityDbContext constructors to reflect EF changes
...
EF now has a parameterless constructor that can only be used when a derived context has OnConfiguring and is hence protected, and a constructor that takes a DbContextOptions.
2016-03-11 08:47:07 -08:00
Hao Kung
82863e9444
Add support for Authentication Tokens to Identity
2016-03-07 13:53:54 -08:00
Doug Bunting
4f68f0e8d4
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:52:58 -08:00
N. Taylor Mullen
76a4a75de5
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:39:17 -08:00
John Luo
80ba15aaf4
Updating test TFMs for custom test discovery
2016-02-19 17:01:31 -08:00
Hao Kung
06f4c306b7
Remove redundant setters for CookieAuthSchemes
2016-02-12 10:57:52 -08:00
John Luo
57307ef2b7
Microsoft Security Advisory 3137909
2016-02-11 10:52:13 -08:00
John Luo
ce187a0e55
Adding required configuration files
2016-02-07 23:04:35 -08:00
Hisham Bin Ateya
6cc6f4d88e
Add 'UseServer'
2016-02-07 22:58:25 -08:00
John Luo
4920530fd9
Relocating dependencies
2016-02-01 18:38:21 -08:00
John Luo
82ea86c9a2
Updating to new CLI
2016-02-01 15:28:32 -08:00
N. Taylor Mullen
c8a276e716
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:48 -08:00
N. Taylor Mullen
078512dc94
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:42 -08:00
John Luo
1d9be8728e
Reacting to hosting rename
2016-01-17 18:16:09 -08:00
Hao Kung
58b2cf6c7d
Update samples
2016-01-14 12:54:03 -08:00
Hao Kung
2dade94404
Move claims extensions to UserManager
...
Also update samples to Templates
2016-01-14 12:49:21 -08:00
John Luo
96c9eb7dc6
Updating to new options pattern
2016-01-08 16:33:48 -08:00
Hao Kung
f871d1fd91
OptionsModel => Options
2015-12-21 15:25:17 -08:00