This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/src/DataAccessLayers/BirdsiteLive.DAL.Postgres/BirdsiteLive.DAL.Postgres.csproj
Renovate Bot 36fcde1a96
Some checks are pending
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is running
chore(deps): update dependency npgsql to v4.1.12
2023-01-11 21:01:07 +00:00

17 lines
391 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Npgsql" Version="4.1.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BirdsiteLive.DAL\BirdsiteLive.DAL.csproj" />
</ItemGroup>
</Project>