Commit Graph

106 Commits

Author SHA1 Message Date
Nate McMaster 225c482c37 Upgrade test framework versions 2017-05-15 15:39:13 -07:00
Pavel Krymets b85a0a8af3 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:22:40 -07:00
Pavel Krymets 0eca220069 Update InternalAspNetCoreSdkVersion 2017-05-05 10:22:33 -07:00
Pranav K 9c9468f956 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:00 -07:00
Pranav K aa4bef0f54 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:26 -07:00
Pranav K 36a11404ac Updating package version to preview2 2017-04-26 07:12:58 -07:00
Pranav K beeaa0fcb3 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:02:39 -07:00
Pranav K 755bba2c62 Branching for 2.0.0-preview1 2017-04-25 22:02:36 -07:00
Pranav K 2c2992b465 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:08 -07:00
Pranav K ebc2c99aaf Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Hao Kung 0e6db5af0f Bump to netstandard1.1 for options 2017-03-29 14:32:35 -07:00
Pranav K 2e3c35b863 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:33 -07:00
Pranav K 9a7abcd902 Remove net451 as a cross-compile target 2017-03-24 07:56:01 -07:00
Kiran Challa bac161fdd6 Converted test projects to run on netcoreapp2.0 2017-03-21 16:48:25 -07:00
Nate McMaster ebd8f61dcb
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:14:12 -07:00
Nate McMaster e3ca1d1a2c Unify dependency versions to one file and remove workarounds 2017-03-15 13:47:45 -07:00
Nate McMaster ba0926736b
Update appveyor and travis settings 2017-03-14 13:40:24 -07:00
David Fowler e87e1056c5 Merge pull request #36 from aspnet/no-mono
No mono
2017-03-09 13:35:33 -08:00
David Fowler 533373d636 Update .travis.yml 2017-03-08 20:32:33 -08:00
Nate McMaster 35ab125ba6 Update AppVeyor and Travis settings 2017-03-01 18:25:51 -08:00
Nate McMaster fbb2360f87 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster 0c714cf61b
Downgrade to stable packages 2017-02-14 16:15:27 -08:00
Doug Bunting 859aad081e Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 08:31:52 -08:00
Nate McMaster 81acef9238
Upgrade to VS 2017 2017-02-01 13:24:34 -08:00
Pranav K f6eb86be78 Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08:00
Ajay Bhargav Baaskaran 3a9dff9c1c Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:29 -08:00
N. Taylor Mullen 9c90925f81 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:30 -08:00
N. Taylor Mullen fe4527d543 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:55 -08:00
Nate McMaster 6259fd3fb3
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:00 -08:00
Pranav K 9cdb55b59c Updating versions to 1.2.0-* 2016-11-09 14:17:51 -08:00
Pranav K 78fab23c59 Merge branch 'rel/1.1.0' into dev 2016-11-09 11:31:04 -08:00
Pranav K 86508f3c44 Branching for 1.1.0 2016-11-09 11:31:01 -08:00
jacalvar 80cdeceb0b Created public API baselines 2016-11-04 15:28:08 -07:00
Doug Bunting 0781b5a87c Add `HtmlContentBuilder.Count`
- precursor to PR aspnet/Mvc#5378 for issue aspnet/Mvc#3918
2016-10-17 11:26:16 -07:00
Pranav K f99c930354 Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:05 -07:00
Pranav K f280d5ff43 Branching for 1.1.0-preview1 2016-10-17 09:49:10 -07:00
Pranav K 58d5c2f7d4 Updating to netcoreapp1.1 2016-10-13 11:17:57 -07:00
Pranav K 2b86005a85 Revert "Updating to netcoreapp1.1"
This reverts commit 08332a96b7.
2016-10-12 16:08:44 -07:00
Pranav K 08332a96b7 Updating to netcoreapp1.1 2016-10-12 13:45:26 -07:00
Pranav K c13a8affc0 Updating partner package versions 2016-09-28 11:50:43 -07:00
Doug Bunting c2690023d8 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:50:47 -07:00
Pranav K acab75a1bb Switching to dotnet.myget.org feed 2016-08-09 15:03:00 -07:00
BrennanConroy cbe53312d4 Update .travis.yml 2016-08-02 13:15:00 -07:00
Doug Bunting 717e4fe083 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 12:00:26 -07:00
Pranav K 60a66aaa6d Updating to RTM builds of xunit 2016-06-30 14:52:36 -07:00
Pranav K 66518476af Updating to dev versions 2016-06-16 10:17:57 -07:00
Pranav K d1998a6113 Merge branch 'release' into dev 2016-06-14 16:28:45 -07:00
Pranav K 2fffcb9da7 Updating to release. 2016-06-14 16:22:16 -07:00
N. Taylor Mullen 0aab689813 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:28:17 -07:00
Cesar Blum Silveira 45b4960e26 Fix OSX build on Travis. 2016-05-27 11:53:04 -07:00