Guest User

Untitled

a guest
Nov 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <Project Sdk="Microsoft.NET.Sdk">
  2.  
  3. <PropertyGroup>
  4. <OutputType>Exe</OutputType>
  5. <TargetFramework>netcoreapp2.0</TargetFramework>
  6. </PropertyGroup>
  7.  
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.0.1" />
  10. </ItemGroup>
  11.  
  12. </Project>
Add Comment
Please, Sign In to add comment