Framework-dependent applications can run on any operating system that you install.Self-contained applications don’t, because they contain everything the app needs to run.NET Core framework to be installed on the machine that the app will run on. Framework-dependent applications require the.There are a couple of differences between the two deployment models: NET Core applications as framework-dependent applications and as self-contained applications. If you don’t have one, you can get access to a Mac environment using Visual Studio 2017 any edition (update 2 or higher)Īdditionally, in order to run the app on a Mac, you will need access to a Mac that is running macOS 10.12 “Sierra” or a later version.To work through the demos in this article, make sure that you have the following installed on a computer running Windows 10: NET Core console application that can run on multiple operating systems. In this article, I’m going to show you how to create a simple. NET ecosystem on Stackify’s blog and in my Pluralsight course: The.
You can learn about other reasons for using. This is perfect for lots of scenarios, including desktop applications.
So you can build an app that will run on Windows, but also on Linux, macOS and on different architectures like x86 and ARM. NET Core is that you can run it on multiple platforms and architectures.