Commit Graph

64 Commits

Author SHA1 Message Date
Nate McMaster a4af62e774
Upgrade target framework to netcoreapp3.0, upgrade dependencies, and remove dependency on deprecated Redis package 2018-11-07 07:28:11 -08:00
Hisham Bin Ateya d5e4687a6f Sample cleanup #2405 (#199) 2018-10-11 10:11:22 -07:00
Ryan Brandenburg 9badf8e353 Upgrade to netcoreapp22 2018-05-08 11:11:30 -07:00
Pranav K d4cea8fcf5 Update samples and tests to target netcoreapp2.1 2017-11-16 10:00:38 -08:00
Nate McMaster f7f89cdf8f Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:45:58 -07:00
Nate McMaster f63354713f Use PackageLineup to manage PackageReference versions 2017-08-28 15:38:43 -07:00
Nate McMaster 8530f91507 Use Directory.Build.props/targets 2017-08-28 15:36:59 -07:00
Ryan Brandenburg 54c22b5dc5 Remove NETStandard.Library.NETFramework 2017-07-07 10:27:47 -07:00
Cesar Blum Silveira 4ab7a19dc2 Target netstandard2.0. 2017-05-23 10:00:29 -07:00
John Luo 9cd4bca6f5 netcoreapp2.0 (#162) 2017-05-05 09:44:36 -07:00
Pranav K 8cc72b7871 Update to net46 2017-03-22 18:18:35 -07:00
Kiran Challa 5f86834fa7 Converted samples and test projects to run on netcoreapp2.0 2017-03-21 15:23:18 -07:00
Nate McMaster 6ef43e91b5 Consolidate dependency versions to one file and remove workarounds 2017-03-15 17:50:59 -07:00
Nate McMaster 499f3029c4 Upgrade to VS 2017 2017-01-31 16:13:20 -08:00
Pranav K ae24eea1a1 Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
Pranav K 9c4b3863b9 Updating versions to 1.2.0-* 2016-11-09 14:19:43 -08:00
Pranav K c8fe8ded59 Updating to netcoreapp1.1 2016-10-13 11:25:11 -07:00
Pranav K 763634e81a Revert "Updating to netcoreapp1.1"
This reverts commit 1b9ae67215.
2016-10-12 16:09:45 -07:00
Pranav K 1b9ae67215 Updating to netcoreapp1.1 2016-10-12 13:46:38 -07:00
Hisham Bin Ateya 295d419265 Update sample to include Redis for Core (#128) 2016-10-04 14:49:56 -07:00
Pranav K 8f10080ad0 Updating partner package versions 2016-09-28 11:52:28 -07:00
Doug Bunting caa827f5c3 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:43:58 -07:00
Pranav K 0112361557 Updating to dev versions 2016-06-16 10:18:39 -07:00
N. Taylor Mullen 0acc4f5775 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:27 -07:00
jacalvar e2fd776e5b Remove unncessary usings 2016-06-09 00:49:43 -07:00
John Luo d61c5100c9 Handle cache unreliability #99 2016-05-23 10:10:48 -07:00
Chris R dabd28a5d9 #105 Use DataProtection to encrypt the cookie 2016-05-20 09:38:48 -07:00
Pranav K 5ad3ffc4f6 Fix build warnings 2016-05-02 11:27:27 -07:00
BrennanConroy f4452846cf Remove reference to UseDefaultHostConfiguration 2016-04-27 18:59:59 -07:00
BrennanConroy ac8de50724 Update web.config and add publish tool 2016-04-25 08:52:22 -07:00
Pavel Krymets 4bddd93e32 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:02:26 -07:00
John Luo 8742b463ba Moving web.config 2016-04-11 09:55:42 -07:00
John Luo c0d265ce7b Reacting to Kestrel extensions 2016-03-30 16:27:01 -07:00
John Luo a6382fe6af Update sample TFM 2016-03-24 21:16:19 -07:00
John Luo 97b775de2a React to Hosting changes 2016-03-24 12:07:45 -07:00
Eilon Lipton 396bef4b6d Fix package metadata 2016-03-15 14:42:37 -07:00
jacalvar 2b1841fc86 React to changes in Caching 2016-03-07 16:07:07 -08:00
Chris R 432de7a158 #96 Add a session Id 2016-03-04 15:11:35 -08:00
Doug Bunting 2f1bb39407 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 21:22:43 -08:00
Hisham Bin Ateya c9d8a1330e Add 'UseServer' 2016-02-03 23:53:13 +03:00
John Luo 461fd40251 Updating to new CLI 2016-02-03 12:02:12 -08:00
N. Taylor Mullen ea0c57122d Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:42 -08:00
John Luo 9ae4e9e3dd Reacting to hosting rename 2016-01-17 17:34:55 -08:00
Chris R c1359a2166 React to hosting API changes. 2016-01-12 14:31:03 -08:00
John Luo 257c1786b3 Reacting to new Hosting API 2015-12-18 15:21:36 -08:00
John Luo 8644a2179b Reacting to verbose rename 2015-12-06 17:45:55 -08:00
Pranav K b36d5663b2 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:49 -07:00
Hisham Bin Ateya c2a267b2df Remove unnecessary 'Cache' usings 2015-09-13 02:10:04 +03:00
Hao Kung 2bd83e1589 ConfigureSession => AddSession overload 2015-09-11 14:16:13 -07:00
Kiran Challa 80150ec3a6 Changed SessionSample's registratio of RedisCache service from Transient to Singleton 2015-08-03 16:41:13 -07:00