1.
Updating your Machine to use .NET Core 1.0.1
- If you have already the last version 1.0.0, the installation of
1.0.1 version does not delete or otherwise update your current .NET Core.
2. Updating your Application to use .NET Core 1.0.1
You can do the update your .NET Core
metapackage reference toMicrosoft.NETCore.App 1.0.1. (https://www.nuget.org/packages/Microsoft.NETCore.App/1.0.1)
An app configured this way will no longer run on .NET Core 1.0.0, even if
it’s the only .NET Core version on a machine.
So, you just update to ASP.NET Core 1.0.1 and Entity Framework 1.0.1, by
referencing a newer NuGet package.
So, we can see that in project.json file:
0 commentaires:
Enregistrer un commentaire