Commit Graph

77 Commits

Author SHA1 Message Date
Nate McMaster 555f5c68ee Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:47:47 -07:00
Nate McMaster 1e0fe87c20 Use PackageLineup to manage PackageReference versions 2017-08-29 09:21:41 -07:00
Nate McMaster a4432e694c Use Directory.Build.props/targets 2017-08-29 09:20:34 -07:00
Nate McMaster 8f3d04870f Target .NET Standard 2.0 2017-05-22 15:19:02 -07:00
Pranav K e38dc4be38 Change TFM to netcoreapp2.0 2017-05-05 09:58:30 -07:00
Pranav K 4d5f726e67 Update to net46 2017-03-22 18:16:42 -07:00
Nate McMaster baa5cb4912 Consolidate dependency versions to one file and remove workarounds 2017-03-15 17:55:48 -07:00
Nate McMaster 2797101f64 Downgrade to stable packages 2017-02-15 12:28:59 -08:00
Doug Bunting fec3cab2bb Fix line endings 2017-01-20 15:24:53 -08:00
Nate McMaster 88abfa4599 Upgrade to RC.3 2017-01-20 14:13:48 -08:00
Nate McMaster 5fe655f1b8 Upgrade to VS2017 2017-01-09 12:09:16 -08:00
Pranav K 0651cca94a Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
Pranav K 03932d6527 Updating versions to 1.2.0-* 2016-11-09 14:20:07 -08:00
Pranav K 1b5ae76197 Updating to netcoreapp1.1 2016-10-13 11:26:07 -07:00
Pranav K a73f8cd0ba Revert "Updating to netcoreapp1.1"
This reverts commit 559e8d6027.
2016-10-12 16:09:57 -07:00
Pranav K 559e8d6027 Updating to netcoreapp1.1 2016-10-12 13:46:49 -07:00
Pranav K c71cc6b8d2 Updating partner package versions 2016-09-28 11:52:49 -07:00
Doug Bunting 353219d763 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 14:12:40 -07:00
Pranav K e28e1df605 Updating to dev versions 2016-06-16 10:18:47 -07:00
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
Chris R ce8d23d3e5 Update sample 2016-05-27 09:49:54 -07:00
Pranav K 8c56b1fdb7 Fix build warnings 2016-05-02 11:27:28 -07:00
John Luo 57352541fb Removing references to UseDefaultHostingConfiguration 2016-04-27 14:59:24 -07:00
BrennanConroy 30a9138714 Update web.config and add publish tool 2016-04-25 14:20:02 -07:00
Pavel Krymets 176b6a5910 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:03:38 -07:00
Pavel Krymets e720824bfd Migrate tests, tools and samples to portable 2016-04-14 16:40:10 -07:00
John Luo 390fdd325b Move web.config and use ANCM 2016-04-11 10:02:42 -07:00
John Luo 8e92dd634e React to Kestrel extensions 2016-03-30 15:53:12 -07:00
John Luo 0aa42243a0 Reacting to Hosting changes 2016-03-22 11:50:07 -07: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
Chris R 44850090e3 #110 Fix sample to publish the wwwroot dir as content. 2016-02-08 13:39:47 -08:00
Hisham Bin Ateya fc236b07e2 Add 'UseServer' 2016-02-04 14:38:26 +03:00
John Luo da091104b7 Updating to new CLI 2016-02-02 10:17:24 -08:00
N. Taylor Mullen b877e1a1f6 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:43 -08:00
John Luo f49864c413 Reacting to hosting rename 2016-01-17 16:32:45 -08:00
John Luo adfb3e5aff Reacting to Hosting API changes 2016-01-12 16:07:18 -08:00
John Luo 5e9bbc5650 Updating to new options pattern 2016-01-08 16:56:33 -08:00
John Luo 6f9b827e5b Standardizing middleware to use configureOptions lambda 2015-12-22 19:32:20 -08:00
John Luo 2b2c42069c Reacting to hew Hosting API 2015-12-18 16:01:43 -08:00
John Luo ee7201b1f6 Reacting to verbose rename 2015-12-07 14:13:47 -08:00
Chris R efd40862f0 Add tooling sample configuration. 2015-12-01 12:37:20 -08:00
Pranav K 24bc91b958 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:48 -07:00
Stephen Halter ed081461c9 React to Kestrel rename
aspnet/KestrelHttpServer#11
2015-08-12 12:04:14 -07:00
Doug Bunting 41d4ee4377 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:30 -07:00
Hao Kung e7b0a76db9 React to hosting 2015-03-19 11:28:06 -07:00
N. Taylor Mullen b72d737605 Update .kproj => .xproj. 2015-03-11 14:07:06 -07:00
N. Taylor Mullen 0821a12268 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 13:00:41 -07:00
N. Taylor Mullen 63c033f736 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:59:24 -07:00