John Luo
a288c30df2
Consume stabilized packages
2018-09-17 17:36:38 -07:00
John Luo
78153e3378
Update core package versions for Oct 2018 patch
2018-08-29 00:34:26 -07:00
John Luo
d9638a46c0
Update to stabilized runtime
2018-06-20 21:29:09 -07:00
John Luo
5577b776f7
Update runtime
2018-06-15 15:04:51 -07:00
John Luo
ea380ee496
Update Core runtime version
2018-03-28 17:03:21 -07:00
John Luo
6504dcebe5
Update Core runtime version
2018-03-28 02:47:53 -07:00
John Luo
cf4c0557a0
Update core package versions for Mar 2018 patch
2018-02-14 15:25:36 -08:00
John Luo
877267e55c
Update core package versions for Feb 2018 patch
2018-01-18 10:07:14 -08:00
John Luo
2c690cf55e
February 2017 patch updates
2018-01-16 17:01:30 -08:00
John Luo
ce361938df
Update runtime version
2017-12-13 16:35:43 -08:00
John Luo
42c115ed81
January Patch Update
2017-12-08 16:10:44 -08:00
Nate McMaster
8a16dd0860
Update patch build to latest dependencies
2017-10-16 14:23:43 -07:00
John Luo
c67f22ac47
1.0.7 patch version updates
2017-10-10 23:15:43 -07:00
John Luo
d1e715df14
Update Microsoft.NETCore.App to 1.0.7
2017-09-14 17:15:52 -07:00
Pranav K
930b112c49
Updating CoreFx \ CoreCLR package references
2017-09-06 12:48:45 -07:00
Pranav K
a7fc40ff50
Updating CoreFx \ CoreCLR package references
2017-08-30 14:46:39 -07:00
Justin Kotalik
60cde8169d
Update Hosting to 1.0.4
2017-08-25 12:31:03 -07:00
Nate McMaster
2502d36bb4
Bump version to 1.0.5
2017-08-25 11:26:19 -07:00
John Luo
cbcdbb5571
Update CoreFX dependencies
2017-04-25 18:49:16 -07:00
Nate McMaster
d94d08ef0d
Update samples and tests to Kestrel 1.0.4
2017-04-13 17:01:48 -07:00
John Luo
adb325f11e
1.0.4 patch train updates ( #121 )
...
* 1.0.4 patch train updates
* Update to Microsoft.NETCore.App 1.0.4 and pin cli to 1.0.0-preview2-003154
* Revert tool version updates
* Update NuGet.config
2017-02-13 15:17:03 -08:00
Pranav K
90a11cd85d
Updating to Microsoft.NETCore.App 1.0.3
2016-11-17 10:57:37 -08:00
Pranav K
6d52d8370b
Updating partner package versions
2016-11-08 09:22:40 -08:00
John Luo
e0ae9c5370
Updates for 1.0.2
2016-11-06 01:16:14 -07:00
jacalvar
69bf6ea08d
Update Json.NET to 9.0.1
2016-06-15 14:41:00 -07:00
N. Taylor Mullen
f0fc335cc0
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:29:57 -07:00
jacalvar
d8c1ac7c06
Remove unncessary imports
2016-06-08 12:47:43 -07:00
jacalvar
3f78743011
Update Json.NET to 9.0.1-beta1
2016-06-03 13:08:13 -07:00
Pranav K
05602d36db
Fix build warnings
2016-05-02 11:27:05 -07:00
John Luo
3aa2febb6f
Remove references to UseDefaultHostingConfiguration
2016-04-27 15:39:07 -07:00
BrennanConroy
2656c528c3
Update web.config and add publish tool
2016-04-25 11:44:56 -07:00
Pavel Krymets
a35e5a02c3
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:07:34 -07:00
Pavel Krymets
8570acbb73
Migrate tests, tools and samples to portable
2016-04-15 09:51:51 -07:00
John Luo
921af14e1f
Move web.config and use ANCM
2016-04-11 10:14:07 -07:00
Pranav K
fab3bfd237
Remove bower \ gulp from sample
2016-03-31 07:01:27 -07:00
John Luo
d0ed4f8688
Reacting to Kestrel extensions
2016-03-30 15:54:02 -07:00
John Luo
4d64c1849d
Reacting to Hosting changes
2016-03-24 12:01:19 -07:00
Ajay Bhargav Baaskaran
33c91afbb2
Updated Json.Net version
2016-03-14 14:33:08 -07:00
Pranav K
162cb428cc
Fixing CI build failure
...
Removing unused npm references
2016-03-12 09:45:03 -08:00
=
fb28bacda1
Target net451 so functional tests execute with xunit runner on linux
2016-03-09 17:21:05 -08:00
Doug Bunting
260f1b7db9
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 15:21:47 -08:00
N. Taylor Mullen
f9b9dcd79b
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:35 -08:00
Ajay Bhargav Baaskaran
9445574aa1
Updated Json.Net version
2016-02-04 16:04:44 -08:00
Hisham Bin Ateya
b1df299ec3
Add 'UseServer'
2016-02-04 13:37:04 +03:00
Ryan Nowak
96063e2476
Remove dependency on routing in sample
...
Removing the routing dependency since this is moving lower in the stack.
2016-02-02 09:24:29 -08:00
Doug Bunting
7c7a4a905e
Correct project dependencies
...
- use latest `System.Net.Http`, not hard-coded version
- add imports for the latest CLI
- see aspnet/FileSystem@4a9a0fd for the inspiration
2016-02-01 18:53:40 -08:00
N. Taylor Mullen
9c9543dde4
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:22 -08:00
John Luo
115e89d6f8
Reacting to hosting rename
2016-01-17 17:08:20 -08:00
John Luo
807cd77307
Reacting to Hosting API changes
2016-01-12 16:03:24 -08:00
ryanbrandenburg
a281b2e369
* Add functional tests for sample
2016-01-06 09:37:15 -08:00