Page 1 of 1

.NET Core SDK 2.0

Posted: Tue Aug 22, 2017 7:53 pm
by cheemingyong

hi i am checking if the latest version of ASP.NET maker that supports .NET core SDK 2.0
can use the existing project files that are created before 12.0.4 without major issues ?

I understand there might be new revisions in the new SDK that might break the
code from .NET core 1 ?

So far anyone encounter any big issues ?
If the code does break, is there any way to migitate ?


Re: .NET core SDK 2.0

Posted: Tue Aug 22, 2017 10:16 pm
by Webmaster

There should be no issues. Code for .NET Core 2.0 is a little different from that of .NET Core 1.x, but if you did not write a lot of code yourself in server events, the new template should already take care of it. Just take a few minutes to generate your existing project with .NET Core 2.0 and run it locally on your machine to test.