Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ASP.NET Core 3.0 #53

Merged
merged 8 commits into from
Sep 23, 2019

Conversation

martincostello
Copy link
Member

@martincostello martincostello commented Apr 28, 2019

  • Update to target ASP.NET Core 3.0.
  • Deprecate the HttpClient property on the options class and redirect it to the base class' Backchannel property which serves the same purpose. See here for the OAuth equivalent.

@martincostello
Copy link
Member Author

Rebase onto #63 if/when merged.

@martincostello
Copy link
Member Author

martincostello commented Sep 10, 2019

Need to rebase onto dev now that #63 has been merged.

Update to preview 9 of ASP.NET Core 3.0.
Ignore code coverage results and Arcade local SDK download.
Deprecate the HttpClient property and use the built-in Backchannel property instead.
Update the name of the test results XML.
Update to release candidate 1 of ASP.NET Core 3.0.
Update to ASP.NET Core 3.0 using SDK 3.0.100.
NuGet.config Outdated Show resolved Hide resolved
Packages for 3.0.0 are now in NuGet.org.
@martincostello martincostello changed the title [WIP] Support ASP.NET Core 3.0 Support ASP.NET Core 3.0 Sep 23, 2019
Add the authorization middleware to the integration tests.
@martincostello martincostello merged commit 85b473a into aspnet-contrib:dev Sep 23, 2019
@martincostello martincostello deleted the AspNet-Core-3 branch September 23, 2019 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants