Commit Graph

794 Commits

Author SHA1 Message Date
Nate McMaster bdd4d21996 Update test framework versions and fix issues with tests 2017-05-12 14:30:18 -07:00
Eilon Lipton 785c1251dd Add auth link 2017-05-11 16:32:19 -07:00
Pavel Krymets 36605636df Remove unnecessary package references (#1210) 2017-05-10 11:47:56 -07:00
BrennanConroy b7a5a6044d Fix samples logging (#1205) 2017-05-09 08:57:39 -07:00
Pranav K 85dcdcc92c Merge pull request #1203 from aspnet/rel/2.0.0-preview1
Migrate to netcoreapp2.0 (#1202)
2017-05-04 19:27:14 -07:00
Chris R d84abf1fe6 Migrate to netcoreapp2.0 (#1202)
* Migrate to netcoreapp2.0, remove Microsoft.Owin.Security.Interop & tests.

* Remove net45 baselines
2017-05-04 19:26:44 -07:00
Pranav K e97ed66534 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:41 -07:00
Pranav K c0f4a211e4 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:40:12 -07:00
Nate McMaster e17b275d92 Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit 4b9f57b3b3.
2017-04-28 11:51:56 -07:00
Pranav K 998767043a Updating package version to preview2 2017-04-26 07:13:36 -07:00
Pranav K 25b2ff087e Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:05:26 -07:00
Pranav K 98e517de43 Branching for 2.0.0-preview1 2017-04-25 22:05:23 -07:00
Pranav K 0cc0a46b74 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:48:46 -07:00
Nate McMaster 4b9f57b3b3 Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved 2017-04-25 11:29:03 -07:00
Smit Patel 254eb82ee1 Update API Check related files
React to aspnet/BuildTools#238
2017-04-25 08:19:08 -07:00
Hao Kung 4f20655850 Set DisplayName for auth 2017-04-20 14:19:32 -07:00
Hao Kung 7fd15a2ae6 Fix tests 2017-04-19 14:32:28 -07:00
Hao Kung bb73898ca2 Disable api check 2017-04-19 14:14:46 -07:00
Hao Kung da30688fa9 Disable api checks for now 2017-04-19 13:58:38 -07:00
Hao Kung 99aa3bd35d Auth 2.0 2017-04-19 13:00:03 -07:00
Pranav K 2d7cd6038f Updating versions to 2.0.0-preview1 2017-04-03 21:41:12 -07:00
Pranav K 305ccf9cc5 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:36 -07:00
Kiran Challa 2b8a937828 Upgraded Json.NET version to 10.0.1 2017-03-28 10:37:03 -07:00
Doug Bunting 75a4d006aa Disable API Check in projects with untracked breaking changes 2017-03-22 08:35:25 -07:00
Pranav K b8eae7a697 Add reference to System.Security.Claims 2017-03-22 06:04:21 -07:00
Pranav K ffa45dbd01 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 06:04:21 -07:00
Nate McMaster 5e73fbbec8
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:17:39 -07:00
Simon Wendel 923804ab67 Fix typo in Azure AD sample README.md (#1155)
Assuming DEVELOPMENMT should be DEVELOPMENT.
2017-03-20 15:12:02 -07:00
Nate McMaster 10ef26d63c Consolidate dependency versions into one file and remove workarounds 2017-03-15 18:12:53 -07:00
Ajay Bhargav Baaskaran fc57e0aabd React to aspnet/DataProtection#203 2017-03-14 21:25:36 -07:00
Nate McMaster 8c70684a9d
Update appveyor and travis settings 2017-03-14 13:41:29 -07:00
Nate McMaster 7f0b14a8ef
React to aspnet/DotNetTools#272 2017-03-14 12:51:09 -07:00
Doug Bunting 35986c778f Back up to .NET 4.5.2
- do not have .NET 4.6.1 reference assemblies on all CI machines
- have corrected System.XML casing issue mentioned in 7637f2ea

nit: sort dependencies
2017-03-13 10:14:08 -07:00
Kévin Chalet 32dd435c6e Add an opt-out DisableTelemetry option in the OpenID Connect middleware (#1140) 2017-03-13 10:02:59 -07:00
Jean Collas 9de5519c8b Update of wrong variable name
To avoid confusion when reading the code
2017-03-13 08:01:41 -07:00
Zhang Sen 0fd6f1554a Fix wrong comment (GitHub -> Google) 2017-03-13 07:35:27 -07:00
David Fowler 80ebf99277 Update .travis.yml (#1138) 2017-03-09 11:23:04 -08:00
Nate McMaster 4da44021c2 Update AppVeyor and Travis settings 2017-03-01 18:25:46 -08:00
Nate McMaster 5039f74693 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Chris R ad425163b2 #969 Make social auth claims mapping more configurable
#1024 Remove OIDC protocol claims
2017-03-01 10:55:30 -08:00
Doug Bunting 7637f2ea44 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- target .NET 4.6.1 in Microsoft.Owin.Security.Interop.Test; avoids .NET 4.5.2 System.Xml casing issue
- build tests for desktop .NET only on Windows
  - except Microsoft.Owin.Security.Interop.Test; already skipped using repo.props
- enable binding redirects for one test project
2017-02-16 19:16:57 -08:00
Nate McMaster 591a2b0e6b
React to aspnet/KoreBuild#160 2017-02-16 11:23:03 -08:00
Nate McMaster 9847f40654
Downgrade to stable packages 2017-02-14 16:15:42 -08:00
Nate McMaster cbceba6fa8 Remove makefile.shade and sources.csproj 2017-02-10 12:30:06 -08:00
Nate McMaster 61e7ceba45 React to aspnet/Configuration#594 2017-02-08 17:44:52 -08:00
Ben Adams fea5d5cfdc Truncate SystemClock to Seconds Precision (#1110) 2017-02-06 14:36:42 -08:00
Pranav K 7dd6ee791a Simplify packing 2017-01-31 17:09:55 -08:00
Pranav K c18a3d3a7d Revert "Revert "Update OpenId package versions""
This reverts commit 0113df6075.
2017-01-31 06:51:51 -08:00
Pranav K 0113df6075 Revert "Update OpenId package versions"
This reverts commit a031c4badb.
2017-01-30 11:10:41 -08:00
Pranav K a031c4badb Update OpenId package versions 2017-01-25 17:09:26 -08:00