Guest User

Untitled

a guest
May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. "frameworks": {
  2. "netstandard1.3": {
  3. "imports": [
  4.  
  5. ],
  6. "dependencies": {
  7. "NETStandard.Library": "1.6.0",
  8. "Microsoft.EntityFrameworkCore.Relational": "1.0.0"
  9. },
  10. "buildOptions": {
  11. "define": [
  12. "EFCore"
  13. ]
  14.  
  15. }
  16. },
  17. "net46": {
  18. "dependencies": {
  19. "EntityFramework": "6.1.3"
  20. },
  21. "buildOptions": {
  22. "define": [
  23. "EF6"
  24. ]
  25. },
  26. "frameworkAssemblies": {
  27. "System.Data": "4.0.0.0"
  28. }
  29. },
  30.  
  31. <Reference Include="EntityFramework.DbContextScope, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  32. <HintPath>..packagesEntityFramework.DbContextScope.1.0.0libnetstandard1.3EntityFramework.DbContextScope.dll</HintPath>
  33. </Reference>
Add Comment
Please, Sign In to add comment