Announcements
I have a .Net Core project web api project, and for various reasons (to use sdk with swager and more, connect api to crm in on premise..) want to convert it to a .Net Framework project.
Is there a way to do this??
Hi,
I am not sure about migrating, but the following post might help:
c# - How to get HttpClient to pass credentials along with the request? - Stack Overflow
How to Migrate .Net Framework to .Net core application - Microsoft Q&A
As an alternative, you can create a .Net project from scratch and copy classes/code from the old (.Net core) app.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156