Pranav K
f315a08075
Merge branch 'release' into dev
2016-04-19 14:54:14 -07:00
Pranav K
6829675f5f
Use latest build of dotnet-test-xunit
2016-04-19 14:54:14 -07:00
Chris R
a68d7c14a3
Merge branch 'release' into dev
2016-04-19 09:50:37 -07:00
Chris R
8c2756cffa
Fix service registration order.
2016-04-19 09:49:54 -07:00
Pavel Krymets
c4137ba0a9
Merge branch 'release' into dev
2016-04-18 17:00:56 -07:00
Pavel Krymets
169a571a37
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:00:52 -07:00
Chris R
11b60775ce
Merge branch 'release' into dev
2016-04-18 14:19:11 -07:00
Chris R
6b0684cc4d
Fix WebListenerOptionsSetup service registration
2016-04-18 13:04:05 -07:00
Chris R
9cb3345511
Merge branch 'release' into dev
2016-04-15 16:10:01 -07:00
Chris R
ff95748d7e
Hosting#698 Remove IServerFactory, add UseWebListener extension
2016-04-15 16:08:54 -07:00
Pavel Krymets
622aa8c9c6
Merge branch 'release' into dev
2016-04-14 15:30:27 -07:00
Pavel Krymets
75144a4350
Migrate tests, tools and samples to portable
2016-04-14 15:24:10 -07:00
Pranav K
9f89c1a15d
Merge branch 'release' into dev
2016-04-08 06:48:59 -07:00
Pranav K
316fbccd1e
Removing imports from src projects
2016-04-08 06:48:59 -07:00
Pranav K
ba41b607e2
Merge branch 'release' into dev
2016-04-07 12:44:01 -07:00
Pranav K
5fd4db5e21
Fix System.Security.Cryptography.Algorithms version
2016-04-07 12:32:08 -07:00
Pranav K
15bb83b7ef
Merge branch 'release' into dev
2016-04-06 19:24:32 -07:00
Pranav K
5aaed04bcd
Fixing build break
2016-04-06 19:24:25 -07:00
Pranav K
018eaad431
Merge branch 'release' into dev
2016-04-06 19:06:58 -07:00
Pranav K
3af81ac386
Fix versions
2016-04-06 18:25:30 -07:00
Pranav K
c6398a90f0
Merge branch 'release' into dev
2016-04-06 09:46:58 -07:00
Pranav K
cd5173c574
Updating to release.
2016-04-06 09:46:56 -07:00
BrennanConroy
269380e651
React to logging changes
2016-04-01 11:57:13 -07:00
Doug Bunting
84c897543e
React to HttpAbstractions namespace changes
...
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:28:38 -07:00
Chris R
bdcdf29ade
#182 Revert workaround for HttpResponseMessage.ReasonPhrase.
2016-03-30 16:03:47 -07:00
John Luo
faeedf1c42
Update samples
2016-03-30 15:40:45 -07:00
Doug Bunting
f0a5a01f6d
React to `HttpContextFactory` constructor change
...
- remove unused field
- see pull aspnet/HttpAbstractions#594 and issue aspnet/HttpAbstractions#561
2016-03-25 10:05:27 -07:00
David Fowler
7c67a4a594
Fixed packages
2016-03-25 09:25:04 -07:00
John Luo
7314e6568a
Reacting to Hosting changes
2016-03-22 11:44:18 -07:00
Doug Bunting
4052c26a73
Quick fix: Clean up `HeaderDictionary` doc comments
...
- remove incorrect use of `Microsoft.AspNetCore.Http.Internal` namespace
2016-03-22 10:34:54 -07:00
Nate McMaster
02f30afc0e
Fix backslashes in yml config.
...
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster
5437259956
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:05 -08:00
Cesar Blum Silveira
86af69d2d7
Adapt samples to .NET Core.
2016-03-09 14:16:07 -08:00
Victor Hurdugaci
f11c5aef23
Update the build scripts to the latest version
2016-03-07 20:55:00 -08:00
Chris R
2774259461
React to test regression in HttpResponseMessage.ReasonPhrase.
2016-03-07 11:13:15 -08:00
Ajay Bhargav Baaskaran
0896ac4f95
Added missed attributes
2016-03-03 17:53:04 -08:00
Ajay Bhargav Baaskaran
d6d43047b1
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:32:46 -08:00
Pranav K
9e20f6fa0e
Fix build break
2016-03-03 05:43:33 -08:00
Doug Bunting
d593ac148d
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:39:28 -08:00
N. Taylor Mullen
5433130182
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:35:50 -08:00
Victor Hurdugaci
eafda23e80
Return the error code from build.cmd
2016-02-28 10:12:15 -08:00
Victor Hurdugaci
5e8295afcb
Update the build scripts
2016-02-27 12:51:11 -08:00
Doug Bunting
c035f3b029
Update `build.cmd` to match latest template
...
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 13:12:43 -08:00
Ajay Bhargav Baaskaran
b5ff692dbf
Enabled xml doc generation
2016-02-19 12:25:51 -08:00
John Luo
497565a52c
Updating test TFMs for custom test discovery
2016-02-18 17:03:22 -08:00
N. Taylor Mullen
9b0afe0d1b
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:36:09 -08:00
Chris R
5061848e9e
Add IHttpConnectionFeature.ConnectionId.
2016-02-17 13:28:02 -08:00
Cesar Blum Silveira
8007020bff
Fix build.
2016-02-10 15:09:37 -08:00
Chris R
c79458a282
React to changes in System.Net.Sockets.TcpClient.
2016-02-10 13:38:06 -08:00
Pranav K
fe9aa69970
Reacting to CoreCLR package version changes
2016-02-08 09:33:50 -08:00