Commit Graph

59 Commits

Author SHA1 Message Date
ASP.NET CI a81320f699 Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:59:49 -07:00
David Fowler 6de76c5e69
Respect the buffer size arguments on options (#230)
* Respect the buffer size arguments on options
- Allocate a buffer for receives and pass into CreateFromStream.
2018-03-14 08:48:45 -07:00
ASP.NET CI e879cf7a57 Update dependencies.props
[auto-updated: dependencies]
2018-03-08 13:18:35 -08:00
Pranav K 9307746a20
Use dotnet-core feed in repos 2018-03-06 10:06:47 -08:00
Andrew Stanton-Nurse 4a49d6dd75
Restore "Force conformance tests to run on the CI (#228)" (#229)
This reverts commit 57622cab6b.
2018-02-26 11:39:18 -08:00
ASP.NET CI 9cefe7c596 Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:20:07 -08:00
Andrew Stanton-Nurse 57622cab6b Revert "Force conformance tests to run on the CI (#228)"
This reverts commit 3ca7c0365a.
2018-02-20 16:51:22 -08:00
Andrew Stanton-Nurse 3ca7c0365a
Force conformance tests to run on the CI (#228) 2018-02-20 08:58:01 -08:00
ASP.NET CI f89427ec98 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:36:07 -08:00
ASP.NET CI 40fb71f6dd Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:46:42 -08:00
ASP.NET CI b369d335dd Update dependencies.props
[auto-updated: dependencies]
2018-02-09 12:06:10 -08:00
ASP.NET CI 1df5a51d8d Update dependencies.props
[auto-updated: dependencies]
2018-02-03 03:08:50 +00:00
ASP.NET CI c7c4bd6ebc Update dependencies.props
[auto-updated: dependencies]
2018-02-01 04:51:45 +00:00
Andrew Stanton-Nurse a6fc4776da
fix Kestrel version to fix build (#227) 2018-01-26 12:27:41 -08:00
Andrew Stanton-Nurse 809d7399c1 Merge branch 'release/2.1' into dev 2018-01-23 19:59:53 -08:00
Andrew Stanton-Nurse 6bc49ad6ca
update to use corefx package (#222) 2018-01-23 19:57:28 -08:00
Pranav K eaa2b146ff Branching for 2.1.0-preview1 2018-01-23 15:33:22 -08:00
Andrew Stanton-Nurse d3687bbc3f
Unbreak Travis and unskip some tests (#219) 2018-01-05 12:39:11 -08:00
ASP.NET CI 27bcf521a1 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 02:29:15 +00:00
ASP.NET CI 28fe0bc601 Update dependencies.props
[auto-updated: dependencies]
2017-12-31 22:21:40 +00:00
ASP.NET CI 814c03206e Update dependencies.props
[auto-updated: dependencies]
2017-12-18 18:18:59 -08:00
ASP.NET CI 4d7697c9e1 Update dependencies.props
[auto-updated: dependencies]
2017-12-13 22:05:42 +00:00
ASP.NET CI 63874540d1 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 14:13:55 -08:00
Pranav K 11e0f8456e Specify runtime versions to install 2017-11-29 14:09:31 -08:00
Pranav K 5fe9e22c90 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:49:13 -08:00
Nate McMaster e328a1a527 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:43 -08:00
Pranav K 516975346a Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:27 -08:00
Pranav K 80b794342d Update samples and tests to target netcoreapp2.1 2017-11-16 13:54:23 -08:00
Nate McMaster 5bbab01ba5 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:52:00 -07:00
Nate McMaster 82ba6b51ef Use PackageLineup to manage PackageReference versions 2017-08-29 12:08:10 -07:00
Nate McMaster 59290efa6a Use Directory.Build.props/targets 2017-08-29 12:06:04 -07:00
Nate McMaster 413c161345 Upgrade to xunit 2.3.0-beta4 2017-08-22 18:18:47 -07:00
John Luo 2ab1c09301 Update Microsoft.AspNetCore.Server.IntegrationTesting package version 2017-08-07 16:59:37 -07:00
Nate McMaster 68c937359b Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:35:31 -07:00
Pranav K ab0bdefb8f Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:15:20 -07:00
Ryan Brandenburg 47a58a305b Set AspNetCoreVersion 2017-07-24 17:59:32 -07:00
Ryan Brandenburg 69ef854add Remove NETStandard.Library.NETFramework 2017-07-07 10:29:00 -07:00
Ryan Brandenburg 9130651a69 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:08:33 -07:00
Nate McMaster 249722ca0d React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:47 -07:00
Pranav K 172ab264f8 Add NETStandardImplicitPackageVersion 2017-06-29 09:11:19 -07:00
Kiran Challa 461d8a77db Updated to use the latest shared runtime 2017-05-26 12:46:53 -07:00
John Luo d25dbd572c Target NETStandard2.0 2017-05-24 11:10:13 -07:00
Nate McMaster 6006ebe96f Update test framework versions 2017-05-12 10:39:52 -07:00
Pavel Krymets 67322fe8ab Remove unnecessary package references (#177) 2017-05-10 11:48:33 -07:00
Pavel Krymets 1aa8f23c6e Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:32:11 -07:00
Pavel Krymets 55396339a6 Update InternalAspNetCoreSdkVersion 2017-05-05 10:32:04 -07:00
Pranav K 33fddca251 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:53 -07:00
Pranav K 2f7fd9897e Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:40:24 -07:00
Pranav K e882e3ac8e Branching for 2.0.0-preview1 2017-04-25 22:06:07 -07:00
Pranav K 720cf1cf0e Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:10 -07:00