Guest User

Untitled

a guest
Jan 17th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. using Microsoft.EntityFrameworkCore;
  2.  
  3. namespace Test
  4. {
  5. public class TestContext : DbContext
  6. {
  7. }
  8. }
  9.  
  10. Severity Code Description Project File Line Suppression State
  11. Error CS0234 The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
  12.  
  13. Install-Package Microsoft.EntityFrameworkCore.Sqlite
Add Comment
Please, Sign In to add comment