Commit Graph

47 Commits

Author SHA1 Message Date
ASP.NET CI d2cdf4bac0 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 17:02:54 -08:00
ASP.NET CI 18bf9990cf Update dependencies.props
[auto-updated: dependencies]
2017-12-13 20:48:25 +00:00
ASP.NET CI 42cd02da5d Update dependencies.props
[auto-updated: dependencies]
2017-12-10 12:47:00 -08:00
Pranav K 38832b75fd Specify runtime versions to install 2017-11-29 14:09:26 -08:00
Pranav K 076e5fe6af Fixup name of SystemServiceProcessServiceControllerPackageVersion 2017-11-22 14:52:27 -08:00
Pranav K 3f76a5d214 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:47:47 -08:00
Nate McMaster 36404036a9 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
John Luo aff78a04af Update property name to match naming scheme 2017-11-20 15:51:17 -08:00
Henk Mollema e03c6a7908 Cross-compile Windows Services hosting package 2017-11-20 15:40:50 -08:00
Pranav K 97e7f123f7 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:25 -08:00
Chris Ross (ASP.NET) 65bad5b9ab Update dependencies 2017-11-09 13:04:37 -08:00
Nate McMaster c5f2333481 Pin tool and package versions to make build more repeatable 2017-10-31 13:04:32 -07:00
Nate McMaster 5ca9f8928f Use PackageLineup to manage PackageReference versions 2017-08-29 09:55:55 -07:00
Nate McMaster 9a4a43cc6a Use Directory.Build.props/targets 2017-08-29 09:52:04 -07:00
Nate McMaster e7541e99a7 Upgrade to xunit 2.3.0-beta4 2017-08-22 15:25:22 -07:00
Nate McMaster 4f66ac679b Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:32:06 -07:00
Pranav K bf4556a5dd Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:13:14 -07:00
Ryan Brandenburg cd4689871f Set AspNetCoreVersion 2017-07-24 17:56:05 -07:00
Mike Harder 266736764c Rename to DiagnosticSourceVersion (#1143)
- Matches other repos
2017-07-19 09:37:37 -07:00
Ryan Brandenburg 84f7aad30e Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:35:34 -07:00
Nate McMaster b7ab95291c React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:29 -07:00
Ryan Brandenburg 654d6bee4a DiagnosticSource to 4.4.1 2017-07-03 15:06:56 -07:00
Ryan Brandenburg bd661a9e86 Update Moq and remove NETSTandard.Library.NetFramework 2017-06-29 10:18:14 -07:00
Pranav K acb96ec971 Preapre for StackTrace.Sources changes 2017-06-22 11:18:43 -07:00
Kiran Challa 39aa81abcc Fixed version of netstandard.library 2017-06-15 05:31:02 -07:00
Kiran Challa 57647bff2e Updated to use the latest shared runtime 2017-05-26 12:40:28 -07:00
BrennanConroy c7bac3133f Chain hosting timeout to StopAsync cancellation token (#1078) 2017-05-19 16:32:45 -07:00
John Luo 62cd07d0a6 Target NETStandard2.0 and add WindowsServices back 2017-05-19 14:17:02 -07:00
Nate McMaster 5cf3d9ab11 Upgrade test framework versions and fix test issues 2017-05-15 14:44:17 -07:00
Pavel Krymets f8779ee377 Remove unnecessary package references (#1068) 2017-05-10 11:30:40 -07:00
Pavel Krymets 2c172fa462 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:22:23 -07:00
Pavel Krymets 86ead9f70a Update InternalAspNetCoreSdkVersion 2017-05-05 10:22:15 -07:00
Pranav K 77b47c1db1 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:01:58 -07:00
Pranav K 350aba7279 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 20:54:26 -07:00
Pranav K 4b249ef722 Branching for 2.0.0-preview1 2017-04-25 22:02:29 -07:00
Pranav K 0c9a7379f2 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:47:41 -07:00
Chris R 8377d226f1 Execute IHostingStart instances in the primary assembly (#1033)
* #1000 Execute IHostingStart instances in the primary assembly
Also make the sample app runnable.
Add an opt-out flag, more tests
2017-04-25 07:30:11 -07:00
Kiran Challa f1a59d030e Supply runtime identifier on publishing standalone apps 2017-04-13 14:19:18 -07:00
Andrew Stanton-Nurse 1ae1ff01a3 Add test logging helpers to Hosting (#1005) 2017-04-06 15:19:26 -07:00
Pranav K 4b8de0b0f1 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pavel Krymets 7890fdbf94 Add Activity tracking to HostingApplication (#964) 2017-03-29 15:36:48 -07:00
Pranav K db7095bc90 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:33 -07:00
Kiran Challa 7124247b50 Converted test projects and samples to run on netcoreapp2.0 2017-03-21 13:55:12 -07:00
Nate McMaster 45874704a9 Unify dependency version to one file and remove workarounds 2017-03-15 11:01:09 -07:00
Nate McMaster 02b639d021
React to aspnet/Korebuild#160 2017-02-16 09:49:50 -08:00
Nate McMaster 75a0b9889a Downgrade to stable packages 2017-02-15 12:28:55 -08:00
Nate McMaster 2a50762008 Upgrade to VS 2017 2017-02-01 10:35:51 -08:00