You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
920 B
15 lines
920 B
# mchSamples .NET Core
|
|
|
|
## Tools to install
|
|
|
|
### if you want to run .NET Core 3.0
|
|
* .NET Core 3.0.1: https://dotnet.microsoft.com/download/dotnet-core/3.0
|
|
* direct link to SDK:
|
|
* for MacOSX: https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.0.101-macos-x64-installer
|
|
* for Windows: https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.0.101-windows-x64-installer
|
|
|
|
### if you want to run .NET Core 2.2
|
|
Here are all the different Tools to be installed with Visual Studio 2019, in order to be able to use .NET Core 2.2:
|
|
* .NET Core 2.2.6: https://dotnet.microsoft.com/download/dotnet-core/2.2
|
|
* direct link to SDK: https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.301-windows-x64-installer
|
|
* direct link to ASP.NET Core & .NET Core installers for Windows: https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.2.6-windows-hosting-bundle-installer |