Chris Ross (ASP.NET)
dfaf37cbba
Implement config support #1290 #1879 #2016 #2166 #2167 #2188
2017-12-21 09:12:32 -08:00
Chris Ross (ASP.NET)
9cb1acdea0
Update dependencies
2017-12-18 14:45:58 -08:00
ASP.NET CI
9ece7ee935
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-13 21:01:22 +00:00
BrennanConroy
2b54b2fc91
Upgrade deps ( #2215 )
2017-12-11 13:32:08 -08:00
BrennanConroy
95dc8824c3
Upgrade package references and react to corefx API changes ( #2212 )
2017-12-11 09:02:37 -08:00
ASP.NET CI
edebfc1bb9
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-10 13:01:47 -08:00
David Fowler
01e2c88131
Remove the custom C# compiler now that we're using the 2.2 SDK ( #2193 )
...
- It should speed builds up considerably
2017-11-30 11:20:22 -08:00
Pranav K
afa4844230
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 15:48:11 -08:00
Pranav K
6a793c252f
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:03:26 -08:00
Pavel Krymets
73a37363e1
Migrate to new pipe APIs ( #2124 )
2017-11-13 15:04:54 -08:00
Nate McMaster
6c82f78c65
Pin tool and package versions to make builds more repeatable
...
Part of aspnet/Universe#575
2017-11-01 15:18:49 -07:00
Nate McMaster
26f1d4baa3
Use PackageLineup
...
PackageLineup is a way to manage PackageReference versions across large projects. It removes the version information from the repository and instead pulls the information from an external "lineup" file.
2017-08-16 14:10:43 -07:00
Nate McMaster
d3cf0494e7
Upgrade to xunit 2.3.0-beta3
2017-08-11 17:22:40 -07:00
Pavel Krymets
659fa967a1
Consume corefxlab packages and private build of C# compiler ( #1976 )
2017-08-07 13:58:19 -07:00
Pranav K
58bcca9509
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:13:48 -07:00
Ryan Brandenburg
7de0540228
Set AspNetCoreVersion
2017-07-24 17:57:01 -07:00
Mike Harder
095230cb85
Update Newtonsoft.Json to 10.0.1 ( #1958 )
...
- Matches other repos
2017-07-12 16:55:47 -07:00
Ryan Brandenburg
a4ed948d1e
Remove NETSTandard.Library.NETFramework
2017-07-07 10:18:11 -07:00
Nate McMaster
7d74ba1440
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:38:10 -07:00
Pranav K
697ed9bd82
Update dependencies.props
...
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:25:54 -07:00
Pawel Kadluczka
f4f6501b8d
Updating libuv dependency to 1.10.0
2017-06-15 16:08:43 -07:00
Kiran Challa
402f979c1c
Updated to use the latest shared runtime
2017-05-29 04:40:55 -07:00
Nate McMaster
390582dcf1
Target .NET Standard 2.0 ( #1849 )
2017-05-20 10:37:35 -07:00
Nate McMaster
643a43c3d6
Update test framework versions and fix issues with tests ( #1834 )
2017-05-17 09:36:40 -07:00
Pavel Krymets
d22f689fd2
Add support to use System.Memory as a package instead of internilized source ( #1821 )
2017-05-16 16:54:03 -07:00
Pavel Krymets
90ee2252a0
Remove unnecessary package references ( #1825 )
2017-05-10 11:35:23 -07:00
Pavel Krymets
5ea9981cdb
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-05 10:24:24 -07:00
Pavel Krymets
49a6be9b81
Update InternalAspNetCoreSdkVersion
2017-05-05 10:24:16 -07:00
Pranav K
6c0c31640f
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:02:14 -07:00
Pranav K
88461902cd
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 20:54:50 -07:00
Pranav K
d9dad9400c
Branching for 2.0.0-preview1
2017-04-25 22:03:29 -07:00
Pranav K
5b976a9fa3
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 12:51:48 -07:00
Pranav K
e0de7f1e1e
Updating versions to 2.0.0-preview1
2017-04-03 21:41:10 -07:00
Pavel Krymets
c7113e1c60
Revert "Fetch corefx lab sources and compile them into kestrel ( #1581 )"
...
This reverts commit 13ee32b7ab .
2017-04-03 14:08:27 -07:00
Pavel Krymets
13ee32b7ab
Fetch corefx lab sources and compile them into kestrel ( #1581 )
2017-04-03 13:21:17 -07:00
David Fowler
b4cec03f65
Update libuv package ( #1577 )
...
- The latest libuv package has a new linux RID that should
let us remove the work around with setting the RID
in the docker file and systemd service
2017-03-31 10:19:27 -07:00
David Fowler
1bf9b057d4
Converted test projects to run on netcoreapp2.0
...
* Converted test projects to run on netcoreapp2.0
* Set DOTNET_RUNTME_ID because of an issue in corehost and RID calculation.
2017-03-31 02:58:18 -07:00
Pranav K
7dd9d69fe1
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 11:30:34 -07:00
David Fowler
f6e5e74d95
Update packages ( #1509 )
...
* Update packages
* React to API changes in corefxlab
2017-03-18 15:42:01 -07:00
Pavel Krymets
07cbf7faa9
Use pipelines for SocketOutput
...
- Changed socket output to be based on pipelines
- Changed connection filter glue to be based on pipelines
- Codegen that used `MemoryPoolIterator` for output now uses `WritableBuffer`
- Made `UvWriteReq` async/await friendly with `LibuvAwaitable<T>`
- Deleted MemoryPool and friends
2017-03-18 00:26:00 -07:00
Nate McMaster
5073d4fdaf
Re-add .NET Framework to tests and other cleanup ( #1494 )
2017-03-14 11:02:49 -07:00
Pranav K
acf97b6102
Unpin CoreFxLab package versions
2017-03-05 08:54:51 -08:00
David Fowler
20f75605ca
Workaround rogue System.IO.Pipelines on nuget.org
2017-03-03 22:35:41 -08:00
Nate McMaster
708630fd23
Downgrade to stable packages
2017-02-15 14:22:38 -08:00