Commit Graph

360 Commits

Author SHA1 Message Date
N. Taylor Mullen 7897b52765 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:42 -07:00
jacalvar 5cf300db6c Remove unncessary usings 2016-06-09 00:54:14 -07:00
BrennanConroy d692066b2b Replace PlatformAbstractions with RuntimeInformation 2016-05-31 13:01:04 -07:00
Cesar Blum Silveira a23d70411e Fix OSX build on Travis. 2016-05-27 12:12:44 -07:00
Chris R ce8d23d3e5 Update sample 2016-05-27 09:49:54 -07:00
Chris R dda9376a0c Perf: More efficient range header checks. 2016-05-27 09:32:53 -07:00
Pavel Krymets 59262122a8 Use UtcTime to fix tests 2016-05-19 14:57:19 -07:00
Pavel Krymets 3a0d8c43ca Add more unit tests 2016-05-19 10:19:50 -07:00
Pranav K e3ed603b7e Merge branch 'release' into dev 2016-05-02 16:42:33 -07:00
Pranav K 0070560be1 Fixing build 2016-05-02 16:42:20 -07:00
Pranav K 133e95a2f0 Merge branch 'release' into dev 2016-05-02 14:57:41 -07:00
Pranav K 8c56b1fdb7 Fix build warnings 2016-05-02 11:27:28 -07:00
John Luo fae70a2bfe Merge branch 'release' into dev 2016-04-27 14:59:59 -07:00
John Luo 57352541fb Removing references to UseDefaultHostingConfiguration 2016-04-27 14:59:24 -07:00
Korroz 3b262b1b3b Content type mapping for markdown
Since it is now officially registered.

See: https://tools.ietf.org/html/rfc7763
2016-04-27 11:50:20 -07:00
BrennanConroy d19b874db3 Merge branch 'release' into dev 2016-04-25 14:47:17 -07:00
BrennanConroy 30a9138714 Update web.config and add publish tool 2016-04-25 14:20:02 -07:00
Pranav K 8e6ae72f85 Merge branch 'release' into dev 2016-04-19 14:54:13 -07:00
Pranav K ac03fe7b59 Use latest build of dotnet-test-xunit 2016-04-19 14:54:13 -07:00
Pavel Krymets c7efad087d Merge branch 'release' into dev 2016-04-18 17:03:41 -07:00
Pavel Krymets 176b6a5910 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:03:38 -07:00
Pavel Krymets 32d0994ebe Merge branch 'release' into dev 2016-04-14 16:40:17 -07:00
Pavel Krymets e720824bfd Migrate tests, tools and samples to portable 2016-04-14 16:40:10 -07:00
John Luo dfca01d2b7 Merge branch 'release' into dev 2016-04-11 10:03:08 -07:00
John Luo 390fdd325b Move web.config and use ANCM 2016-04-11 10:02:42 -07:00
Pranav K 0c9c8cee60 Merge branch 'release' into dev 2016-04-08 06:49:14 -07:00
Pranav K a344b259e8 Removing imports from src projects 2016-04-08 06:49:14 -07:00
Pranav K a7624ca6ea Merge branch 'release' into dev 2016-04-06 09:47:31 -07:00
Pranav K 6f55af5b40 Updating to release. 2016-04-06 09:47:29 -07:00
Doug Bunting 74d2c13933 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:11:52 -07:00
John Luo 8e92dd634e React to Kestrel extensions 2016-03-30 15:53:12 -07:00
jacalvar 272343c3ad Return IServiceCollection from AddDirectoryBrowser extension methods 2016-03-28 15:48:39 -07:00
= d42eb56fee Fix content root for non-windows xunit tests with no app domains 2016-03-25 12:39:15 -07:00
David Fowler 2477982854 Fixed packages 2016-03-25 03:00:48 -07:00
John Luo 0aa42243a0 Reacting to Hosting changes 2016-03-22 11:50:07 -07:00
John Luo a8933e5016 Reacting to Hosting ConfigureServices update 2016-03-11 14:51:31 -08:00
Nate McMaster fdc1901ed3 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster d9f0ef42ce Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:12 -08:00
Eilon Lipton 614f671567 Fix package metadata 2016-03-07 23:24:42 -08:00
Victor Hurdugaci 2a53a85e24 Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
Hao Kung 2f7e31ab5b Remove GetService calls in Static Files 2016-03-04 15:17:49 -08:00
Pranav K f78abb5bcf Removing extra AssemblyInfo 2016-03-03 18:35:12 -08:00
Ajay Bhargav Baaskaran 26c4fc5fa1 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:13 -08:00
Doug Bunting 3311704ff1 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:32:56 -08:00
N. Taylor Mullen f3c7b33595 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:37:10 -08:00
Victor Hurdugaci 7d5abc7f71 Return the error code from build.cmd 2016-02-28 10:12:17 -08:00
Victor Hurdugaci 70d891f13c Update the build scripts 2016-02-27 12:51:14 -08:00
Doug Bunting 4d0d9a8d8c Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 13:10:12 -08:00
Kiran Challa f202f5b7b3 Add ServiceCollection extension overload accepting options 2016-02-22 15:07:23 -08:00
Ajay Bhargav Baaskaran ee5f72d3a4 Enabled xml doc generation 2016-02-19 11:25:58 -08:00