How to install npgsql to Debian?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
How to install npgsql to Debian? Google gives me only an articles how to install PostgreSQL.
debian postgresql .net
add a comment |Â
up vote
0
down vote
favorite
How to install npgsql to Debian? Google gives me only an articles how to install PostgreSQL.
debian postgresql .net
Are you looking for PostgreSQL library package for mono?
â mariaczi
Jun 22 at 10:13
I am looking for PostgreSQL .NET Core provider
â Nodon
Jun 22 at 11:32
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How to install npgsql to Debian? Google gives me only an articles how to install PostgreSQL.
debian postgresql .net
How to install npgsql to Debian? Google gives me only an articles how to install PostgreSQL.
debian postgresql .net
asked Jun 22 at 7:07
Nodon
1114
1114
Are you looking for PostgreSQL library package for mono?
â mariaczi
Jun 22 at 10:13
I am looking for PostgreSQL .NET Core provider
â Nodon
Jun 22 at 11:32
add a comment |Â
Are you looking for PostgreSQL library package for mono?
â mariaczi
Jun 22 at 10:13
I am looking for PostgreSQL .NET Core provider
â Nodon
Jun 22 at 11:32
Are you looking for PostgreSQL library package for mono?
â mariaczi
Jun 22 at 10:13
Are you looking for PostgreSQL library package for mono?
â mariaczi
Jun 22 at 10:13
I am looking for PostgreSQL .NET Core provider
â Nodon
Jun 22 at 11:32
I am looking for PostgreSQL .NET Core provider
â Nodon
Jun 22 at 11:32
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
I found two ways to solve my problem.
- Install .NET Core SDK and use
dotnet add package
. - Publish app from
Visual Studio ordotnet publish
. In that case all dll will be in
directory.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
I found two ways to solve my problem.
- Install .NET Core SDK and use
dotnet add package
. - Publish app from
Visual Studio ordotnet publish
. In that case all dll will be in
directory.
add a comment |Â
up vote
1
down vote
accepted
I found two ways to solve my problem.
- Install .NET Core SDK and use
dotnet add package
. - Publish app from
Visual Studio ordotnet publish
. In that case all dll will be in
directory.
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
I found two ways to solve my problem.
- Install .NET Core SDK and use
dotnet add package
. - Publish app from
Visual Studio ordotnet publish
. In that case all dll will be in
directory.
I found two ways to solve my problem.
- Install .NET Core SDK and use
dotnet add package
. - Publish app from
Visual Studio ordotnet publish
. In that case all dll will be in
directory.
answered Jun 22 at 12:12
Nodon
1114
1114
add a comment |Â
add a comment |Â
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451233%2fhow-to-install-npgsql-to-debian%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Are you looking for PostgreSQL library package for mono?
â mariaczi
Jun 22 at 10:13
I am looking for PostgreSQL .NET Core provider
â Nodon
Jun 22 at 11:32