update to .NET6
continuous-integration/drone/push Build is failing Details

pull/1/head
Marc CHEVALDONNE 2 years ago
parent 74c24933a1
commit b0fab345c3

@ -3,12 +3,12 @@
## Tools to install
### Integrated Development Environment
These samples have been updated to .NET 5.0. You only need Visual Studio 2022 or Visual Studio 2019 tu run these samples.
These samples have been updated to .NET 6.0. You only need Visual Studio 2022 or Visual Studio 2019 tu run these samples.
Visual Studio 2022 can be found here : https://visualstudio.microsoft.com/fr/vs/
Visual Studio 2019 can be found here : https://visualstudio.microsoft.com/fr/vs/older-downloads/
### Docker image
If you need a docker image of .NET 5.0, you can use this one : mcr.microsoft.com/dotnet/sdk:5.0
If you need a docker image of .NET 6.0, you can use this one : mcr.microsoft.com/dotnet/sdk:6.0
### .NET 5.0 SDK and runtime
If you want to use the SDK and runtime of .NET 5.0 without using Visual Studio, you can find them here : https://dotnet.microsoft.com/en-us/download/dotnet/5.0
### .NET 6.0 SDK and runtime
If you want to use the SDK and runtime of .NET 6.0 without using Visual Studio, you can find them here : https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Loading…
Cancel
Save