Skip to content
Snippets Groups Projects
Commit a1a9833e authored by Daniel Lorych's avatar Daniel Lorych :cookie:
Browse files

Add Npgsql and ConnectionString

parent 569ee479
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,12 @@
<ItemGroup>
<None Remove="Source\" />
<None Remove="Npgsql" />
</ItemGroup>
<ItemGroup>
<Folder Include="Source\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="6.0.4" />
</ItemGroup>
</Project>
{
"ConnectionStrings": {
"Default": "User ID=myusername;Password=mypassword;Host=localhost;Port=5432;Database=helios;Pooling=true;Min Pool Size=0;Max Pool Size=100;Connection Lifetime=0;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment