Help a convert from PHP who is trying to figure out this whole Microsoft world :oops: (only been learning .net for about 2 months now)
I downloaded the Core + Angular2 build and trying to follow the initial instructions I set the Startup Project on the .Web.Host project and when i go to run the dotnet ef migration update I get the following
The specified framework 'Microsoft.NETCore.App', version '1.1.0' was not found.
- Check application dependencies and target a framework version installed at: C:\Program Files\dotnet\shared\Microsoft.NETCore.App
- The following versions are installed: 1.0.1
- Alternatively, install the framework version '1.1.0'.
If I install 1.1.0 within the packages the build fails due to not being supported by net461
So unfortunately I am at a standstill due to my noobness (and I havent found anyone with the same issue via search so im sure I am going to hate the answer)
Thanks in advance
2 Answer(s)
-
0
Scratch that, found another thread that led me to installing the correct .NET Core 1.1.0, did not realize that I needed to install that to my machine, assumed everything compiled via the dependencies.
<a class="postlink" href="https://www.microsoft.com/net/download/core#/current">https://www.microsoft.com/net/download/core#/current</a> for anyone that runs into this issue (since I have seen another post that the guy didn't resolve)
-
0
Hi @chrisworrell,
Thanks for sharing your solution.