aspnetcore/test/Microsoft.AspNetCore.Author...
Nate McMaster e053878464
Upgrade packages and projects to target netcoreapp3.0 (aspnet/Security#1916)
Changes:

* Upgrade dependencies and build tools
* Change TFM on Microsoft.AspNetCore.* packages to netcoreapp3.0
* Remove .NET Framework tests
* Disable Owin interop tests. They need to be completely refactored
2018-11-19 09:47:07 -08:00
..
TestObjects Authorization middleware (#1894) 2018-11-08 15:42:35 +13:00
AuthorizationAppBuilderExtensionsTests.cs Authorization middleware (#1894) 2018-11-08 15:42:35 +13:00
AuthorizationEndpointConventionBuilderExtensionsTests.cs Authorization middleware (#1894) 2018-11-08 15:42:35 +13:00
AuthorizationMiddlewareTests.cs Authorization middleware (#1894) 2018-11-08 15:42:35 +13:00
AuthorizationPolicyFacts.cs Rename ns Microsoft.AspNetCore.Authroization.Test to Microsoft.AspNetCore.Authorization.Test (#1693) 2018-03-13 10:57:36 -07:00
DefaultAuthorizationServiceTests.cs Authorization middleware (#1894) 2018-11-08 15:42:35 +13:00
Microsoft.AspNetCore.Authorization.Test.csproj Upgrade packages and projects to target netcoreapp3.0 (aspnet/Security#1916) 2018-11-19 09:47:07 -08:00
PolicyEvaluatorTests.cs