Commit Graph

46 Commits

Author SHA1 Message Date
Pavel Krymets fff3e1ebd0 Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
Nate McMaster 4735154ecd Install .NET Core 1.1.2 2017-08-26 11:18:15 -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
Nate McMaster 6584a8b5fd Shorten folder names
Remove the Microsoft.AspNetCore.Server prefix from csproj and their folders. This is required to help us avoid max path issues on Windows.
2017-07-28 11:11:55 -07:00
Nate McMaster a88e43bc67 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:33:07 -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
Ryan Brandenburg a262ba1266 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:36:43 -07:00
Nate McMaster 7d74ba1440 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:10 -07:00
Ryan Brandenburg be1605a8d5 Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:57:11 -07:00
Pranav K 697ed9bd82 Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:25:54 -07:00
Pavel Krymets c83f606b22 Add a StressTest target (#1914) 2017-06-22 10:04:02 -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 932b6ed53a
Cleanup MSBuild conversion
Remove runtimeconfig.template.json
Remove ToolsVersion attribute
Use repo.targets instead of makefile.shade
Rename code gen app to shorter name
Use GetOSPlatform task
Upgrade tests to .NET Framework 4.5.2
Cleanup solution configurations. Set the class libraries to AnyCPU even when on the x86 or x64 solution config.
2017-02-16 09:44:58 -08:00
Nate McMaster 708630fd23 Downgrade to stable packages 2017-02-15 14:22:38 -08:00
Cesar Blum Silveira 1a2c438899 Upgrade to RC.3 2017-01-31 16:23:23 -08:00
David Fowler 891b991a34 Use new packInclude feature to include native assets
- Now Kestrel won't break when people overwrite the build.cmd
2015-09-19 03:59:58 -07:00
Louis DeJardin ca9e837048 Need to add content type to dylib for nupkg file format to see it 2014-07-07 15:07:28 -07:00
Louis DeJardin 08a3685f53 Moving native resources, updating loading code 2014-06-27 19:33:48 -07:00
Louis DeJardin 1f420837f5 Adding native dlls in custom build step 2014-06-20 21:59:11 -07:00