.NET Core SDK 2.0

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

.NET Core SDK 2.0

Post 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 ?


Webmaster
User
Posts: 9425

Post 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.


Post Reply