Skip to content

Instantly share code, notes, and snippets.

@gsedubun
Last active February 1, 2018 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsedubun/9cc94bc0764a3325066d8b84dba15470 to your computer and use it in GitHub Desktop.
Save gsedubun/9cc94bc0764a3325066d8b84dba15470 to your computer and use it in GitHub Desktop.
{
"ConnectionStrings":{
"DefaultConnection" :"server=.\\sqlexpress; database=belajarDb;user id=sa;password=[password]"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment