Commit Graph

999 Commits

Author SHA1 Message Date
Nate McMaster 7d74ba1440 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:10 -07:00
Nate McMaster 4d87a52f6e React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:05 -07:00
Nate McMaster 6849a49905 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:33 -07:00
Nate McMaster b7ab95291c React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:29 -07:00
Nate McMaster 83f3158653 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:07 -07:00
Nate McMaster 31e4dd673a React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:02 -07:00
Nate McMaster 35e6714c34 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:36:51 -07:00
Ryan Brandenburg 654d6bee4a DiagnosticSource to 4.4.1 2017-07-03 15:06:56 -07:00
Ryan Brandenburg 81544958b8 DiagnosticSource to 4.4.1 2017-07-03 15:02:01 -07:00
Ryan Brandenburg bd661a9e86 Update Moq and remove NETSTandard.Library.NetFramework 2017-06-29 10:18:14 -07:00
Pranav K 697ed9bd82 Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:25:54 -07:00
Pranav K d7bdf1d4e4 Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:18:18 -07:00
Pranav K abb2cb7feb Add NETStandardImplicitPackageVersion 2017-06-29 07:58:16 -07:00
Pranav K a5fd1bef22 Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 07:48:25 -07:00
Ryan Brandenburg d916d3f87f Remove NetStandaRD.Library.NetFramework 2017-06-23 09:47:01 -07:00
Pranav K ab8cb5e2c9 Preapre for StackTrace.Sources changes 2017-06-22 11:18:56 -07:00
Pranav K acb96ec971 Preapre for StackTrace.Sources changes 2017-06-22 11:18:43 -07:00
Pawel Kadluczka f4f6501b8d Updating libuv dependency to 1.10.0 2017-06-15 16:08:43 -07:00
Kiran Challa 39aa81abcc Fixed version of netstandard.library 2017-06-15 05:31:02 -07:00
Kiran Challa 483d06734a Fixed version of netstandard.library 2017-06-15 05:28:10 -07:00
Kiran Challa 89e96e8bf8 Fixed version of netstandard.library 2017-06-15 05:25:28 -07:00
Kiran Challa cfb7ae413f Updated NETStandardImplicitPackageVersion to 2.0.0-* from BundledNETStandardPackageVersion 2017-06-15 05:07:52 -07:00
Nate McMaster 902783e202 Remove redundant property in dependencies.props 2017-06-13 11:29:31 -07:00
Nate McMaster f12054dfa7 Update Microsoft.AspNetCore.HtmlAbstractions to .NET Standard 2.0 2017-06-08 12:58:50 -07:00
Nate McMaster ccef6b261b Lift Microsoft.Extensions.WebEncoders to target .NET Standard 2.0 2017-06-07 09:41:23 -07:00
Kiran Challa 47196122ef Merge branch 'rel/2.0.0-preview2' into dev
# Conflicts:
#	build/dependencies.props
2017-06-06 14:21:02 -07:00
Kiran Challa d9531031a8 Updated to netstandard2.0 2017-06-06 12:03:01 -07:00
Pranav K 14c35c1fae Branching for rel/2.0.0-preview2 2017-05-31 19:36:49 -07:00
Kiran Challa 402f979c1c Updated to use the latest shared runtime 2017-05-29 04:40:55 -07:00
Kiran Challa 758006d17f Updated to use the latest shared runtime 2017-05-26 12:41:43 -07:00
Kiran Challa 46dd25fcac Updated to use the latest shared runtime 2017-05-26 12:40:38 -07:00
Kiran Challa 57647bff2e Updated to use the latest shared runtime 2017-05-26 12:40:28 -07:00
Kiran Challa 85d712251d Updated to use the latest shared runtime 2017-05-26 12:39:37 -07:00
Kiran Challa bd921bf96d Updated to use the latest shared runtime 2017-05-26 12:39:26 -07:00
Kiran Challa 9ef496fe5b Updated to use the latest shared runtime 2017-05-26 12:39:04 -07:00
Javier Calvarro Nelson 7ac72dd7d8 Add task for generating ssl certificates with MSBuild 2017-05-24 15:55:43 -07:00
Nate McMaster b706a75e03 Target .NET Standard 2.0
This retargets all data protection libraries to ns2.0. This means .NET
Framework applications will need to upgrade to .NET Framework 4.6.1.
This upgrade makes available API to .NET Core that was previously only
available on .NET Framework, such as encrypting keys at rest with
certificates.

New API for .NET Core users:
- IDataProtectionBuilder.ProtectKeysWithCertificate(string thumbprint)
- CertificateXmlEncryptor
- ICertificateResolver
- DataProtectionProvider
  - .Create(string applicationName, X509Certificate2 certificate)
  - .Create(DirectoryInfo keyDirectory, X509Certificate2 certificate)
  - .Create(DirectoryInfo keyDirectory, Action<IDataProtectionBuilder>
  setupAction, X509Certificate2 certificate

Other minor changes in this commit:
- Fixed samples that were using obsolete logging API
- Remove calls to api-sets, instead using kernel32. .NET Core 2.0 no
longer requires using api-sets as Nano Server now forwards kernel32
calls
- Made minor improvements to the TypeForwardingActivator
- Remove dead code an unused api baselines
- Enable more tests on macOS/Linux that previously only ran on Windows
2017-05-24 09:47:10 -07:00
Pranav K ec2faf5594 Target netstandard2.0 2017-05-23 15:27:47 -07:00
Nate McMaster 390582dcf1 Target .NET Standard 2.0 (#1849) 2017-05-20 10:37:35 -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
Kiran Challa e3114dc6a4 Temporarily change tfm to netstandard1.3
Ideally we want to target netstandard2.0 but this conversion is blocked on the issue: https://github.com/dotnet/sdk/issues/1219
2017-05-19 14:00:08 -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
Nate McMaster a7524e189d Upgrade test framework versions and fix test issues 2017-05-15 16:14:55 -07:00
Nate McMaster f70e17c138 Upgrade test framework versions 2017-05-15 16:02:04 -07:00
Nate McMaster 225c482c37 Upgrade test framework versions 2017-05-15 15:39:13 -07:00
Nate McMaster 5cf3d9ab11 Upgrade test framework versions and fix test issues 2017-05-15 14:44:17 -07:00
Nate McMaster 7199e8d358 Upgrade test framework versions and fix test issues 2017-05-15 14:19:24 -07:00
Nate McMaster 0e3d091fb7 Upgrade test framework versions 2017-05-12 12:22:22 -07:00
Pavel Krymets 7a7dc71164 Remove unnecessary package references (#79) 2017-05-10 11:45:31 -07:00
Pavel Krymets 90ee2252a0 Remove unnecessary package references (#1825) 2017-05-10 11:35:23 -07:00
Pavel Krymets f8779ee377 Remove unnecessary package references (#1068) 2017-05-10 11:30:40 -07:00
Pavel Krymets eedcca1be9 Remove unnecessary package references (#378) 2017-05-10 11:29:57 -07:00
Mike Harder c86336bb42 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-08 13:06:54 -07:00
Mike Harder 47ee65f318 Upgrade StackExchange.Redis.StrongName to version 1.2.3 (#231)
- Addresses package downgrade warnings (https://github.com/aspnet/DataProtection/issues/227)
2017-05-08 13:04:25 -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
Pavel Krymets 95d2ee5d8f Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:24:09 -07:00
Pavel Krymets 8a0a8a781e Update InternalAspNetCoreSdkVersion 2017-05-05 10:23:47 -07:00
Pavel Krymets b85a0a8af3 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:22:40 -07:00
Pavel Krymets 0eca220069 Update InternalAspNetCoreSdkVersion 2017-05-05 10:22:33 -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
Pavel Krymets 71f95c0447 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:20:56 -07:00
Pavel Krymets cb377203a4 Update InternalAspNetCoreSdkVersion 2017-05-05 10:20:48 -07:00
Pavel Krymets d91d627c04 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:20:16 -07:00
Pavel Krymets 1e639aca49 Update InternalAspNetCoreSdkVersion 2017-05-05 10:20:05 -07:00
Pranav K cce449d6df Merge pull request #376 from aspnet/rel/2.0.0-preview1
Change TFM to netcoreapp2.0
2017-05-04 22:15:46 -07:00
Pranav K 30306fc4f4 Change TFM to netcoreapp2.0 2017-05-04 22:15:24 -07:00
Mike Harder a23a255e2e Fix whitespace. 2017-05-03 11:43:39 -07:00
Mike Harder cfc41d3845 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-03 11:42:10 -07:00
Mike Harder db517803c8 Move System.Data.SqlClient version from csproj to dependencies.props (#293) 2017-05-03 11:30:51 -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 f0a3b2943c Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:12 -07:00
Pranav K 9c9468f956 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:00 -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 bdd3ff6d0e Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:01:46 -07:00
Pranav K f92543dfd8 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:01:45 -07:00
Pranav K 8aeca90757 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:01:41 -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 350aba7279 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 20:54:26 -07:00
Pranav K 4628a2ff4e Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:39 -07:00
Pranav K aa4bef0f54 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:26 -07:00
Pranav K d277144cb3 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:14 -07:00
Pranav K d39aa567ae Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:12 -07:00
Pranav K e70ee8ab6e Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:07 -07:00
Pranav K d9dad9400c Branching for 2.0.0-preview1 2017-04-25 22:03:29 -07:00
Pranav K c4dbc8d315 Branching for 2.0.0-preview1 2017-04-25 22:03:21 -07:00
Pranav K 755bba2c62 Branching for 2.0.0-preview1 2017-04-25 22:02:36 -07:00
Pranav K 4b249ef722 Branching for 2.0.0-preview1 2017-04-25 22:02:29 -07:00
Pranav K 08799573e0 Branching for 2.0.0-preview1 2017-04-25 22:01:50 -07:00
Pranav K 9680560aae Branching for 2.0.0-preview1 2017-04-25 22:01:43 -07:00
Pranav K 3489d02720 Branching for 2.0.0-preview1 2017-04-25 22:01:28 -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 0c9a7379f2 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:47:41 -07:00
Pranav K d3d88481e2 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:47:25 -07:00
Pranav K e61f7a591c Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:08 -07:00
Pranav K 2c2992b465 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:08 -07:00
Pranav K 5fe4807c1e Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:07 -07:00
Pranav K 0786f18c3e Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:07 -07:00
Pranav K fb12815786 Remove System.Reflection.Metadata 2017-04-21 18:10:45 -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
John Luo ff3ff939c3 Update WindowsAzure.Storage version (#217)
* Update WindowsAzure.Storage version

* Remove target fallback
2017-04-05 16:28:43 -07:00
Pranav K 290fd0a28d Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K ebc2c99aaf Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K e0de7f1e1e Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K 023b1d7db8 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 52a388e0ec Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 9b5a26f774 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K 4b8de0b0f1 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -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
Pavel Krymets 7890fdbf94 Add Activity tracking to HostingApplication (#964) 2017-03-29 15:36:48 -07:00
Pranav K 99ff496e71 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:34 -07:00
Pranav K 7dd9d69fe1 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:34 -07:00
Pranav K db7095bc90 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:33 -07:00
Pranav K 2e3c35b863 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:33 -07:00
Pranav K e4e62b3156 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:32 -07:00
Pranav K 7fa3babfb4 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:32 -07:00
Pranav K 679a0e60f7 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:32 -07:00
Kiran Challa ab6e74f4b4 Upgraded Json.NET version to 10.0.1 2017-03-28 10:24:16 -07:00
Kiran Challa bb7b58321c Converted samples and test projects to run on netcoreapp2.0 2017-03-23 17:05:16 -07:00
Kiran Challa 6f2a0702e3 Converted samples and test projects to run on netcoreapp2.0 2017-03-23 16:25:51 -07:00
Kiran Challa d2be921ca4 Converted test project to run on netcoreapp2.0 2017-03-22 15:24:04 -07:00
Nate McMaster f246dd3502 Upgrade test projects to .NET Core 2.0 2017-03-22 11:56:27 -07:00
Kiran Challa bac161fdd6 Converted test projects to run on netcoreapp2.0 2017-03-21 16:48:25 -07:00
Kiran Challa 7124247b50 Converted test projects and samples to run on netcoreapp2.0 2017-03-21 13:55:12 -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 832cbdcee8 Unify dependency versions to one file 2017-03-15 15:11:25 -07:00
Nate McMaster e3ca1d1a2c Unify dependency versions to one file and remove workarounds 2017-03-15 13:47:45 -07:00
Nate McMaster e8db0cb43e Unify dependency versions to one file and remove workarounds 2017-03-15 13:25:35 -07:00
Nate McMaster 45874704a9 Unify dependency version to one file and remove workarounds 2017-03-15 11:01:09 -07:00
Nate McMaster 6a61e10a4b Unify dependency versions and remove workarounds 2017-03-15 10:47:41 -07:00
Nate McMaster 8c32731282 Update dependencies and build version to 1.2.0
Unify dependencies
Remove duplcated code from CommandLineUtils
Update appveyor image
2017-03-14 12:22:25 -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
Nate McMaster 75a0b9889a Downgrade to stable packages 2017-02-15 12:28:55 -08:00
Nate McMaster 01d2c102fc Downgrade to stable packages 2017-02-14 21:54:02 -08:00
Nate McMaster 8764af8a36
Downgrade to stable packages 2017-02-14 16:15:36 -08:00
Nate McMaster 8051f3671b
Downgrade to stable packages 2017-02-14 16:15:33 -08:00
Nate McMaster 89a63f5885
Downgrade to stable packages 2017-02-14 16:15:28 -08:00
Nate McMaster 0c714cf61b
Downgrade to stable packages 2017-02-14 16:15:27 -08:00