Commit Graph

320 Commits

Author SHA1 Message Date
Pranav K f4f0af98cd Branching for rel/2.0.0-preview2 2017-05-31 19:36:23 -07:00
Ryan Brandenburg eb4be67863 Add temporary NPV exception 2017-05-30 09:52:51 -07:00
Kiran Challa 85d712251d Updated to use the latest shared runtime 2017-05-26 12:39:37 -07:00
Javier Calvarro Nelson 7ac72dd7d8 Add task for generating ssl certificates with MSBuild 2017-05-24 15:55:43 -07:00
Nate McMaster 0e3d091fb7 Upgrade test framework versions 2017-05-12 12:22:22 -07:00
Pavel Krymets 71f95c0447 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:20:56 -07:00
Pavel Krymets cb377203a4 Update InternalAspNetCoreSdkVersion 2017-05-05 10:20:48 -07:00
Mike Harder a23a255e2e Fix whitespace. 2017-05-03 11:43:39 -07:00
Mike Harder cfc41d3845 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-03 11:42:10 -07:00
Mike Harder db517803c8 Move System.Data.SqlClient version from csproj to dependencies.props (#293) 2017-05-03 11:30:51 -07:00
Pranav K bdd3ff6d0e Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:01:46 -07:00
Nate McMaster edcba47b84 Merge branch 'rel/1.0.1' into dev 2017-05-01 14:55:24 -07:00
Nate McMaster ed07fbe94a Remove blocking call to stream reader and fix bug in task chaining 2017-05-01 12:48:11 -07:00
Pranav K d277144cb3 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:14 -07:00
Nate McMaster f23ba913db Skip dotnet-watch functional tests while we investigate CI hangs 2017-04-28 14:03:27 -07:00
Nate McMaster 88f43ffc1a Fix race conditions between CTRL+C and RunAsync in dotnet-watch
Increase timeouts in testing dotnet-run and improve verbosity of test logging
2017-04-28 10:34:18 -07:00
Nate McMaster add3d93101 ⬆️ RuntimeFrameworkVersion to 1.0.5 2017-04-27 14:52:32 -07:00
Mike Harder 4569b0e4de Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-04-27 13:38:01 -07:00
Mike Harder 3a248e22c8 Upgrade System.Data.SqlClient to 4.4.0-* (#287)
- Addresses "SqlClient fails with netcoreapp2.0 on Win7/Server2008" (https://github.com/dotnet/corefx/issues/18406)
- Revert if and when $(CoreFxVersion) is upgraded to 4.4.0-*
2017-04-27 13:37:20 -07:00
Pranav K f86cd6b9b4 Updating package version to preview2 2017-04-26 07:12:47 -07:00
Pranav K 7ea7302694 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:01:53 -07:00
Pranav K 08799573e0 Branching for 2.0.0-preview1 2017-04-25 22:01:50 -07:00
Pranav K d3d88481e2 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:47:25 -07:00
Nate McMaster 1e61428f8e Lift packages to target .NET Core 2.0 2017-04-24 10:39:27 -07:00
Nate McMaster e0e972e98c Update travis and appveyor build settings to include rel branches 2017-04-11 14:54:36 -07:00
Nate McMaster 734c735fb5 Simplify console output and fix color output on CMD 2017-04-11 14:45:52 -07:00
Nate McMaster cd5fa7ec1f Update package verion to 1.0.1 rtm and pin build dependencies and tools 2017-04-11 14:34:07 -07:00
Pranav K 023b1d7db8 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K e4e62b3156 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:32 -07:00
Doug Bunting 0e8b790a08 Disable API Check for these command-line tools 2017-03-25 15:30:49 -07:00
Nate McMaster f246dd3502 Upgrade test projects to .NET Core 2.0 2017-03-22 11:56:27 -07:00
Nate McMaster 13219fafa9 Remove code that moved into CommandLineUtils 2017-03-22 10:19:19 -07:00
Nate McMaster 849319bcff
React to changes in command line utils 2017-03-21 16:31:29 -07:00
Nate McMaster 1f8e8fae5d
React to aspnet/Common#205 2017-03-21 15:48:04 -07:00
Nate McMaster cac669df3d
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:07:05 -07:00
Nate McMaster d1d656d5b8 Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
Nate McMaster 8c32731282 Update dependencies and build version to 1.2.0
Unify dependencies
Remove duplcated code from CommandLineUtils
Update appveyor image
2017-03-14 12:22:25 -07:00
Nate McMaster 1bfa9c4b4b
Make it possible to detect that a process is running inside dotnet-watch by setting 'DOTNET_WATCH=1' 2017-03-13 13:00:22 -07:00
Nate McMaster c97dd446eb
Simplify console output and fix color output on CMD 2017-03-10 09:18:38 -08:00
Nate McMaster beb53221c3
Merge branch 'rel/1.0.0' into dev 2017-03-07 12:52:07 -08:00
Nate McMaster 047e4a8533 Update AppVeyor and Travis settings 2017-03-01 18:25:45 -08:00
Nate McMaster 4f83e641a7 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster e2e0c8dadf Add install instructions to README.md
[ci skip]
2017-02-27 11:00:04 -08:00
Nate McMaster ec7df544ed Use latest LTS packages 2017-02-16 13:46:11 -08:00
Nate McMaster 8764af8a36
Downgrade to stable packages 2017-02-14 16:15:36 -08:00
Nate McMaster 60a06b2e07 Update README.md
[ci skip]
2017-02-14 12:11:39 -08:00
Nate McMaster 3611adb894 Fix mispaired solution configurations 2017-02-10 19:35:36 -08:00
Nate McMaster 5a444fa75c Cleanup project files and workaround, run tests on .NET Core 1.1 2017-02-10 08:26:17 -08:00
Nate McMaster 7019c55219 Fix package path issues 2017-02-03 10:15:28 -08:00
Nate McMaster ca7b6f65e9 Update appveyor image and README badges 2017-01-31 10:57:05 -08:00