Commit Graph

375 Commits

Author SHA1 Message Date
Pranav K 730a23e5ca Merge branch 'release' into dev 2016-04-08 06:49:22 -07:00
Pranav K e06a0f0898 Removing imports from src projects 2016-04-08 06:49:22 -07:00
Pranav K 4316282a3f Merge branch 'release' into dev 2016-04-06 19:18:23 -07:00
Pranav K 40091fcb22 Fixing build break 2016-04-06 19:18:10 -07:00
Pranav K 1c9df70948 Merge branch 'release' into dev 2016-04-06 19:07:33 -07:00
Pranav K 8f5a75b26b Fix versions 2016-04-06 18:18:57 -07:00
Pranav K 39abfd6838 Merge branch 'release' into dev 2016-04-06 09:47:48 -07:00
Pranav K 52c84c9940 Updating to release. 2016-04-06 09:47:46 -07:00
John Luo a51ba19b16 Update samples 2016-03-30 16:02:47 -07:00
David Fowler 4e78a2d02e Fixed build 2016-03-25 09:28:20 -07:00
John Luo 21a2acc927 Reacting to Hosting changes 2016-03-22 11:57:03 -07:00
Doug Bunting 0f9e4eba02 React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
2016-03-20 18:06:55 -07:00
Cesar Blum Silveira 8e01db2c70 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:50:34 -07:00
Nate McMaster 2dba840f94 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:49 -08:00
Nate McMaster 65a9fd2ba9 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:05 -08:00
Chris R 3f70b6a7cf Comment out unreachable test code. 2016-03-08 12:13:12 -08:00
Victor Hurdugaci dd7c6750ac Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
Ajay Bhargav Baaskaran 8474003b14 Removed duplicate attributes 2016-03-03 22:45:10 -08:00
Ajay Bhargav Baaskaran a561fecb91 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:30 -08:00
Doug Bunting 51997b2bfc 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:40:10 -08:00
N. Taylor Mullen 1e06560676 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:16 -08:00
Victor Hurdugaci b94fc1abf3 Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
Victor Hurdugaci ef7663bee9 Update the build scripts 2016-02-27 12:51:14 -08:00
Doug Bunting 7ebbbce052 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 13:13:31 -08:00
John Luo c5c3770f0d Updating test TFMs for custom test discovery 2016-02-19 15:20:56 -08:00
Ajay Bhargav Baaskaran 33d07b8f7c Enabled xml doc generation 2016-02-19 12:29:48 -08:00
N. Taylor Mullen 2abc6a2343 Update System.Linq 4.0.2-* => 4.1.0-*. 2016-02-18 15:36:49 -08:00
Kiran Challa 5a8c5bf48d Enable tests to run using dotnet xunit runner 2016-02-09 23:29:13 -08:00
Pranav K 99fbeb6ac3 Reacting to CoreCLR package version changes 2016-02-08 09:33:51 -08:00
N. Taylor Mullen cdf1d1f6c6 Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
2016-02-05 17:23:13 -08:00
Cesar Blum Silveira ce2f823c7d Build with dotnet (#70). 2016-02-04 11:15:27 -08:00
Cesar Blum Silveira 9c734ddbab Reference Microsoft.NETCore.Platforms where necessary. 2016-02-03 12:47:47 -08:00
N. Taylor Mullen 9beb46dff1 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:42 -08:00
N. Taylor Mullen e28aa5f568 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:49 -08:00
N. Taylor Mullen 5227607c58 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:46 -08:00
Pranav K 91ee0f323b Reacting to CoreCLR package version change 2016-01-20 21:03:04 -08:00
John Luo 5a284732af Reacting to hosting rename 2016-01-17 16:49:26 -08:00
John Luo eed89cd37c Accidentally removed required namespace 2016-01-08 17:28:31 -08:00
John Luo cd813844a0 Updating to new options pattern 2016-01-07 16:37:39 -08:00
John Luo 07785c9ae0 Reacting to new hosting API 2016-01-07 13:55:41 -08:00
John Luo 8872037812 Adding back middleware initialization with options instance 2015-12-23 15:43:52 -08:00
John Luo fe41412eeb Stardardizing option initialization using lambdas 2015-12-21 16:44:01 -08:00
John Luo cb4c05084b Reacting to new Hosting API 2015-12-18 16:04:27 -08:00
Pranav K 8b8707b84b Merge branch 'release' into dev 2015-12-11 12:24:18 -08:00
Pranav K 6ad99c5188 Updating to release NuGet.config. 2015-12-11 12:24:16 -08:00
Doug Bunting 042b9d26c6 Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 14:43:24 -08:00
Doug Bunting 10012f4ee2 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:33:21 -08:00
N. Taylor Mullen 37e4a80160 Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:24:19 -08:00
Cesar Blum Silveira 2ffa50a80b Merge branch 'release' into dev 2015-11-03 13:10:01 -08:00
Cesar Blum Silveira 7770e5f4db Strong name everything. 2015-11-03 12:05:40 -08:00