Skip to content

Commit

Permalink
ASPNETCore 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatRendle committed Jan 7, 2018
1 parent b37d4fb commit 30d42dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="11.1.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.0-*" />
<PackageReference Include="Npgsql" Version="3.2.6" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionString": "Host=localhost;Database=beeline;Username=beeline;Password=S3cr3tSqu1rr3l"
}
}

0 comments on commit 30d42dd

Please sign in to comment.