Commit Graph

246 Commits

Author SHA1 Message Date
Mike Harder f292fa8db5 Set "TreatWarningsAsErrors" before NuGet restore (#150)
* Ensures our build stays clean of NuGet warnings
2017-07-03 16:56:46 -07:00
Pranav K aa8e9d1f84 Update LICENSE.txt text 2017-07-03 14:04:15 -07:00
Nate McMaster df41fd8ccc Replace the ConfigureCookieOptions action property with the CookieBuilder 2017-06-30 15:18:40 -07:00
Ryan Brandenburg cfe0e3012e Remove NETStandard.Library.NETFramework and update Moq (#147) 2017-06-29 10:45:20 -07:00
Pranav K 85bf94c29b Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 07:14:46 -07:00
Nate McMaster 74ffe816a0 Add libunwind to travis.yml
[skip appveyor]
2017-06-26 09:25:11 -07:00
N. Taylor Mullen bdf115a5ff Make SHA256 algorithm creation FIPS compliant.
#144
2017-06-08 10:19:33 -07:00
John Luo a242c4b0f0 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-02 15:15:55 -07:00
John Luo 5870fce035 Add configure delegate for CookieOptions
- allows configuration of CookieOptions such as SameSite without explicit duplication of the option on AntiforgeryOptions
2017-06-02 14:35:22 -07:00
Pranav K b25b664bf8 Updating versions to preview3 2017-06-01 10:46:25 -07:00
Pranav K ea8f0ce255 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:56:48 -07:00
Pranav K 8f8f3bce63 Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:08 -07:00
Pranav K 867c130607 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:40:56 -07:00
Pranav K c59304a632 Branching for rel/2.0.0-preview2 2017-05-31 19:36:00 -07:00
Kiran Challa 0ab3f1e94f Updated to use the latest shared runtime 2017-05-26 12:36:36 -07:00
Chris R f258be61fd React to parser StringSegment changes 2017-05-18 21:57:13 -07:00
Nate McMaster 74239f08c0 Update TFM to netstandard2.0 2017-05-18 16:09:19 -07:00
Nate McMaster 75c73a31e1 Upgrade test framework versions 2017-05-12 16:36:33 -07:00
Pavel Krymets d1df39b5e5 Remove unused dependencies (#139) 2017-05-10 08:46:23 -07:00
Pranav K f0b4bfb698 Merge pull request #138 from aspnet/rel/2.0.0-preview1
Change TFM to netcoreapp2.0
2017-05-05 10:34:37 -07:00
Pranav K 6986ab3a0f Change TFM to netcoreapp2.0 2017-05-05 10:33:07 -07:00
Pavel Krymets bde4e4b7fc Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:06:23 -07:00
Pavel Krymets 525ca80d4f Update InternalAspNetCoreSdkVersion 2017-05-05 10:05:38 -07:00
Pranav K 81da387b36 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:01:28 -07:00
Pranav K d9a9f248b4 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:38:50 -07:00
Pranav K ef21413f9c Updating package version to preview2 2017-04-26 07:12:30 -07:00
Pranav K 946de2ae3b Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:00:32 -07:00
Pranav K 20a3e283ad Branching for 2.0.0-preview1 2017-04-25 22:00:29 -07:00
Pranav K c68e8035d9 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:07 -07:00
Smit Patel bb916af873 Update API Check related files
React to aspnet/BuildTools#238
2017-04-25 08:17:44 -07:00
Pranav K 03869c6e50 Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00
Pranav K af84fadf8c Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:31 -07:00
Pranav K c3d312b0b0 Remove net451 as a cross-compile target 2017-03-23 10:32:42 -07:00
Kiran Challa f31c302e5c Converted test project to run on netcoreapp2.0 2017-03-22 15:42:53 -07:00
Nate McMaster 151e792ecb
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 11:15:58 -07:00
Nate McMaster ce6c832465 Unify dependency version to one file 2017-03-15 11:39:16 -07:00
Nate McMaster aa63089a36
Update appveyor and travis settings 2017-03-14 13:39:30 -07:00
David Fowler e87c00ac3a Merge pull request #129 from aspnet/no-mono
No mono
2017-03-09 13:30:43 -08:00
David Fowler 411da70cb5 Update .travis.yml 2017-03-08 20:16:43 -08:00
Juan Naputi 1c9a4f5705 Fixed typo in IAntiforgery file 2017-03-07 10:31:23 -08:00
Nate McMaster ce243b3d34 Update Travis and AppVeyor settings 2017-03-01 18:19:36 -08:00
Nate McMaster 0e0fe9b436 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster c8053845a4
Downgrade to stable packages 2017-02-14 16:15:45 -08:00
Doug Bunting 221c582a6f Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 12:11:52 -08:00
Nate McMaster 00fe95253a Delete makefile.shade 2017-02-09 17:29:07 -08:00
Nate McMaster 69abfa893b Cleanup solution file 2017-02-09 13:29:00 -08:00
Ryan Brandenburg 829050ec31 Move samples to Entropy (#120) 2017-02-08 09:36:44 -08:00
Nate McMaster aeab73f9f6 Upgrade to VS 2017 2017-01-30 14:21:37 -08:00
Kiran Challa cd4afdc083 [Fixes #116] Set 'no-store' also in Cache-Conrol header 2017-01-26 12:56:15 -08:00
Pranav K 5cb5178619 Updating to 4.4 CoreFx packages 2016-12-14 14:47:26 -08:00