Upgrade path from .net core 1.1 to .net core 2 #348

Closed
opened 2025-08-09 17:15:56 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @jagmagh on 10/23/2017

I am having an existing application built using .net 1.1 and the JavascriptServices Angular template (using Angular 4.1.2). The version of Microsoft.Aspnetcore.SpaServices being used in my application is 1.1.1.

I am planning to upgrade my .net core framework from 1.1 to 2.0.

Can anyone guide me as to what steps are necessary to ensure that my Angular application and build process (webpack) that was originally setup by the JavascriptServices Angular template will work especially with the treeshaking / server side rendering etc as before?

Is it just as simple as

  1. Upgrade netcoreapp2.0 for my projects
  2. Upgrade all the Microsoft.Aspnetcore.SpaServices nuget dependencies to latest.

Or am i missing something else?

*Originally created by @jagmagh on 10/23/2017* I am having an existing application built using .net 1.1 and the JavascriptServices Angular template (using Angular 4.1.2). The version of Microsoft.Aspnetcore.SpaServices being used in my application is 1.1.1. I am planning to upgrade my .net core framework from 1.1 to 2.0. Can anyone guide me as to what steps are necessary to ensure that my Angular application and build process (webpack) that was originally setup by the JavascriptServices Angular template will work especially with the treeshaking / server side rendering etc as before? Is it just as simple as 1. Upgrade <TargetFramework>netcoreapp2.0</TargetFramework> for my projects 2. Upgrade all the Microsoft.Aspnetcore.SpaServices nuget dependencies to latest. Or am i missing something else?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#348
No description provided.