Nate McMaster
83f3158653
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:37:07 -07:00
Nate McMaster
35e6714c34
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:36:51 -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
a5fd1bef22
Update dependencies.props
...
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 07:48:25 -07:00
Kiran Challa
483d06734a
Fixed version of netstandard.library
2017-06-15 05:28:10 -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
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
85d712251d
Updated to use the latest shared runtime
2017-05-26 12:39:37 -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
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
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
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
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
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
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
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
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
bdd3ff6d0e
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:01:46 -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
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
e70ee8ab6e
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:39:07 -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
08799573e0
Branching for 2.0.0-preview1
2017-04-25 22:01:50 -07:00
Pranav K
3489d02720
Branching for 2.0.0-preview1
2017-04-25 22:01:28 -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
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
023b1d7db8
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
99ff496e71
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 11:30:34 -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
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
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
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
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
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