I have a .Net Core project web project, and for various reasons want to convert it to a .Net Framework project.
Is there an easy way to do this, or do I have to star
There are several steps that you need to do, in order to achieve this.
netstandard2.0;netcoreapp2.0;net35;
win7-x86;win7-x64 false
.dll
files and Nuget package for this
build in the Debug/Release folder of the project..dll
to the nuget and access these projects from
nuget.Try the above steps. This should work.