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??
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,554 Super User 2024 Season 2
Martin Dráb 228,588 Most Valuable Professional
nmaenpaa 101,148