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

Upgrade to 2.2 #106

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Upgrade to 2.2 #106

wants to merge 5 commits into from

Conversation

smulholland2
Copy link

This PR does some of the basic steps in upgrading to .NET Core 2.2, based on https://docs.microsoft.com/en-us/aspnet/core/migration/21-to-22.

  • Adopt in-process hosting model.
  • Update compatibility version.
  • Kestrel configuration.
  • Update logging code.
  • Update CORS policy

@braegelno5
Copy link
Contributor

Heave you check all dependent project, I remember the CSS on the fly building has a missing package, it was on December 2018

Copy link

@MattLavalleeMA MattLavalleeMA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The metapackage Version attribute should no longer be specified (as of 2.1).

@braegelno5
Copy link
Contributor

Yes, for an Upgrade to the actual Version we need a (empty) Implementation of all functions as asynchronous one.

Co-Authored-By: smulholland2 <steve@mindfriendly.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants