Commit Graph

291 Commits

Author SHA1 Message Date
Pranav K 0f8eadd175 Specify runtime versions to install 2017-11-29 14:09:30 -08:00
Pranav K 2b7fc1f93a Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:49:00 -08:00
Nate McMaster 91412f2d20 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:38 -08:00
Pranav K 5c945a87e6 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:26 -08:00
Pranav K d4cea8fcf5 Update samples and tests to target netcoreapp2.1 2017-11-16 10:00:38 -08:00
Nate McMaster f7f89cdf8f Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:45:58 -07:00
Ryan Brandenburg a29e7cf687 Add RepositoryRoot 2017-10-18 09:36:55 -07:00
Ryan Brandenburg 8216ec9ad9 Update bootstrappers 2017-10-09 12:44:22 -07:00
Chris Ross (ASP.NET) be6b099f6c #189 Reduce noise for load and commit logs. 2017-09-29 14:13:51 -07:00
Justin Kotalik 0f71fde18a Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:59:17 -07:00
Nate McMaster f63354713f Use PackageLineup to manage PackageReference versions 2017-08-28 15:38:43 -07:00
Nate McMaster 8530f91507 Use Directory.Build.props/targets 2017-08-28 15:36:59 -07:00
Nate McMaster 52569185f2 Upgrade to xunit 2.3.0-beta4
Includes a few changes as required by the new analyzers
2017-08-22 18:16:54 -07:00
John Luo 044527e33c Ensure fallback to curl after failed wget 2017-08-02 14:34:04 -07:00
John Luo 2ed72e56fa Update __get_remote_file logic 2017-08-02 12:44:48 -07:00
Nate McMaster a5572a6d39 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:29:12 -07:00
Nate McMaster bae460620c Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:35:03 -07:00
Pranav K a9766ece0a Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:14:59 -07:00
Ryan Brandenburg 7371b19bc9 Set AspNetCoreVersion 2017-07-24 17:58:58 -07:00
Ryan Brandenburg 74d2d9ae33 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:33:24 -07:00
Ryan Brandenburg afbe673b89 Skip first time experience on Appveyor 2017-07-10 15:23:37 -07:00
Pranav K a46d20a306 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:58:02 -07:00
Pranav K 7e25d2bd98 Updating KoreBuild branch 2017-07-10 11:58:01 -07:00
Pranav K 397a3c5843 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:46:23 -07:00
Pranav K d084699cd8 Branching for 2.0.0 rtm 2017-07-10 11:46:23 -07:00
John Luo a19694e287 React to caching API updates 2017-07-07 20:39:51 -07:00
Ryan Brandenburg 54c22b5dc5 Remove NETStandard.Library.NETFramework 2017-07-07 10:27:47 -07:00
Pranav K 58896f9405 Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:54 -07:00
Ryan Brandenburg 6b1b7a5bfc Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:03:05 -07:00
Nate McMaster eb68e620df React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:25 -07:00
Chris R 1a1e4c309f #167 Add cancellation tokens and defualt timeouts for Load/CommitAsync. 2017-07-05 14:22:43 -07:00
Nate McMaster 6f4f34a0bf Remove SessionOptions.SameSideMode (#176) 2017-07-05 09:40:55 -07:00
Pranav K a449fd4719 Update LICENSE.txt text 2017-07-03 14:08:09 -07:00
Nate McMaster dece939aab Add CookieBuilder property to SessionOptions and obsolete duplicated properties 2017-06-30 10:02:53 -07:00
Pranav K 2b68dc95bf Add NETStandardImplicitPackageVersion 2017-06-29 08:51:48 -07:00
Nate McMaster c8826a5d4d Adding libunwind8 to .travis.yml
[skip appveyor]
2017-06-26 09:42:26 -07:00
Pranav K dac143fb95 Updating versions to preview3 2017-06-01 10:47:50 -07:00
Pranav K 31d8f2b46e Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 20:03:46 -07:00
Pranav K c8486de72a Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:35 -07:00
Pranav K 80da0c235f Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:47:21 -07:00
Pranav K a603680871 Branching for rel/2.0.0-preview2 2017-05-31 19:37:26 -07:00
John Luo b899775185 Add configurable SameSite cookie option 2017-05-31 14:52:19 -07:00
Kiran Challa 87d063b2b5 Updated to use the latest shared runtime 2017-05-26 12:44:55 -07:00
Nate McMaster e48eef8347 Add privateassets=all to NS.Library.NETFramework reference 2017-05-23 10:05:31 -07:00
Cesar Blum Silveira 4ab7a19dc2 Target netstandard2.0. 2017-05-23 10:00:29 -07:00
John Luo 9687be6c71 React to IDistributedCache interface change 2017-05-22 15:39:14 -07:00
Nate McMaster c3ca9cf334 Upgrade test framework versions 2017-05-12 14:03:59 -07:00
Pavel Krymets 243ee6924c Remove unnecessary package references (#164) 2017-05-10 11:48:11 -07:00
Mike Harder 6be1a680ed Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-05 09:46:19 -07:00
John Luo 9cd4bca6f5 netcoreapp2.0 (#162) 2017-05-05 09:44:36 -07:00