Friday, February 09, 2018
Saturday, February 03, 2018
The specified framework 'Microsoft.NETCore.App', version '1.0.0' was not found
Error white running EF framework command
Resolution
Install latest .NET Core SDK
https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md
Resolution
Install latest .NET Core SDK
https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md
Subscribe to:
Posts (Atom)
Gray Failures: What is it and how to detect one?
If you are reading this article , i guess you are curious to know about gray failures and different methods to detect gray failures. Hopefu...
-
Note : In below scenario jenkins was deployed in Linux container Scenario: Jenkins build failed with error. java.io.IOException: error...
-
Error when installing NPM Profile not found. Tried ~/.bashrc, ~/.bash_profile, ~/.zshrc, and ~/.profile. Fix: Run command and try a...
-
Trying to make node.js work with command node -v and end up with an error node -v ReferenceError: node is not defined You are prob...