ASP.NET CI
0ec64af67c
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-04 12:11:40 -08:00
Nate McMaster
19c38d0af0
Merge branch 'release/2.1' into dev
2018-03-02 13:57:53 -08:00
ASP.NET CI
68bff8e05e
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-26 10:56:57 -08:00
Nate McMaster
70dcbf6ed6
Add UnprotectKeysWithAnyCertificate
2018-02-22 08:50:03 -08:00
Pranav K
3d30ea8249
Use FeatureBranchVersionSuffix when generating VersionSuffix
2018-02-21 18:26:52 -08:00
ASP.NET CI
4a9debcea8
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-18 12:13:17 -08:00
Nate McMaster
eea8c1a146
Support decrypting keys with X509Certificate that is not in the X509Store
...
The default implementation of EncryptedXml doesn't support using the RSA
key from X509Certificate to decrypt xml unless that cert is in the X509
CurrentUser\My or Localmachine\My store. This adds support for
decrypting with the X509Certificate directly. This is useful for Linux
(often Docker) scenarios, where the user already has a .pfx file, but
may not have added it to X509Store.
2018-02-16 12:11:20 -08:00
Nate McMaster
e2373fc4a5
Upgrade dependencies and build tools
2018-02-14 16:45:43 -08:00
Ryan Brandenburg
a6165304b3
Add ExperimentalPackageVersion
2018-02-14 12:48:27 -08:00
ASP.NET CI
99165207bb
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-11 12:18:18 -08:00
ASP.NET CI
a178c8c5af
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-09 11:36:57 -08:00
PRIYANSHU AGRAWAL
5aa3529dcb
Merge PR #297 - minor code cleanup - remove duplicate allocation of DateTimeOffset
2018-02-06 08:18:12 -08:00
ASP.NET CI
d0dea3ca5f
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-03 02:39:43 +00:00
ASP.NET CI
5c53031d9b
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-01 03:00:51 +00:00
Nate McMaster
2323298667
Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip]
...
Scripted changes:
- updated travis and appveyor.yml files to only build dev, ci, and release branches
- updated dependencies.props
- updated korebuild-lock.txt
- updated korebuild.json to release/2.1 channel
2018-01-31 15:01:10 -08:00
Pranav K
dadc853efd
Updating version to preview2
2018-01-24 15:00:26 -08:00
Pranav K
97a74f2907
Merge branch 'release/2.1' into dev
2018-01-23 15:48:38 -08:00
Pranav K
5ca8d3131f
Branching for 2.1.0-preview1
2018-01-23 15:30:30 -08:00
Pavel Krymets
f8192fd63c
Workaround corefx/26390 ( #295 )
2018-01-17 10:39:07 -08:00
ASP.NET CI
980ba44531
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-06 14:15:25 -08:00
ASP.NET CI
eca8f9b654
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-04 00:43:48 +00:00
Eilon Lipton
7ccc1b5a86
Create ISSUE_TEMPLATE.md
2018-01-02 14:22:44 -08:00
ASP.NET CI
2c3c2c081f
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-31 20:38:24 +00:00
ASP.NET CI
303396d8fc
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-18 16:37:06 -08:00
Barry Dorrans
d93a3c4a37
Add community projects section
2017-12-18 11:00:48 -08:00
Ryan Brandenburg
e73a289b3d
Inclue RepositoryRoot
2017-12-13 15:36:54 -08:00
ASP.NET CI
667d42b654
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-13 20:24:06 +00:00
ASP.NET CI
2623f5e02d
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-10 12:18:13 -08:00
Ryan Brandenburg
2ea7c0cea3
Update bootstrappers
2017-12-01 12:27:40 -08:00
Pranav K
c91075928d
Specify runtime versions to install
2017-11-29 14:09:25 -08:00
Pranav K
b5bb233fe2
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 16:27:03 -08:00
Nate McMaster
1021dc41ec
Use MSBuild to set NuGet feeds instead of NuGet.config
2017-11-20 12:15:45 -08:00
Pranav K
50017d9777
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:00:24 -08:00
Pranav K
f0fef3f20d
Update samples and tests to target netcoreapp2.1
2017-11-13 15:27:54 -08:00
Nate McMaster
49b2e22ab3
Pin tool and package versions to make builds more repeatable
2017-11-01 09:09:28 -07:00
Ryan Brandenburg
9d3a55a1f4
Update bootstrapper
2017-10-30 11:02:07 -07:00
Justin Kotalik
0164e8f863
Increase Minimum Version of Visual Studio to 15.3.0
2017-09-21 17:45:55 -07:00
Nate McMaster
cf85862db3
Merge branch 'rel/2.0.1' into dev
2017-09-21 10:08:02 -07:00
Nate McMaster
ed827c0012
Fix bug in test data
2017-09-21 10:04:58 -07:00
Nate McMaster
20be69a075
Bump version to 2.0.1 and update build scripts, tools, and dependencies for 2.0.x
2017-09-20 17:16:17 -07:00
Pavel Krymets
46dadbb186
Make RegistryPolicyResolver an interface to fix 3d party DI ( #275 )
2017-09-18 13:43:45 -07:00
Pavel Krymets
ee009982dc
Add KeyVault encryption to DataProtection ( #273 )
2017-09-11 08:51:56 -07:00
Nate McMaster
9b45e7f118
Use PackageLineup to manage PackageReference versions
2017-08-29 09:16:24 -07:00
Nate McMaster
28acde451e
Use Directory.Build.props/targets
2017-08-29 09:14:03 -07:00
Nate McMaster
8ed38f5dcf
Upgrade to xunit 2.3.0-beta4
2017-08-22 15:01:11 -07:00
Pranav K
5d6330e6b1
Pinning versions for 2.0.0
2017-08-17 14:59:12 -07:00
John Luo
bd8207bf8f
Ensure fallback to curl after failed wget
2017-08-02 14:31:07 -07:00
John Luo
a47427b25c
Update __get_remote_file logic
2017-08-02 12:44:43 -07:00
Ryan Brandenburg
5b85b3f6c7
Update VersionPrefix
2017-07-26 15:35:24 -07:00
Nate McMaster
1fe47d68da
Fix syntax warning when running build.sh on older versions of bash
...
[ci skip]
2017-07-26 10:26:56 -07:00