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

Migrate to .NET Core 2.1 with additional CompatibilityFlag turned on #20

Open
3 tasks
bharney opened this issue Aug 24, 2018 · 0 comments
Open
3 tasks

Comments

@bharney
Copy link
Owner

bharney commented Aug 24, 2018

  • Upgrade Startup.c project to use CompatibilityVersion.Version_2_1
    services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1);

  • Resolve issues with Server Side Rendering with the new changes.

  • Adding the following for SSR
    services.AddNodeServices();
    services.AddSpaPrerenderer();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant