-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathExtCore.Data.Dapper.csproj
More file actions
25 lines (21 loc) · 1.02 KB
/
ExtCore.Data.Dapper.csproj
File metadata and controls
25 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2017 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data.Dapper extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>6.0.0</VersionPrefix>
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>ExtCore.Data.Dapper</AssemblyName>
<PackageId>ExtCore.Data.Dapper</PackageId>
<PackageIconUrl>http://extcore.net/extcore_nuget_icon.png</PackageIconUrl>
<PackageProjectUrl>http://extcore.net/</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.78" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ExtCore.Data.Abstractions\ExtCore.Data.Abstractions.csproj" />
<ProjectReference Include="..\ExtCore.Data.Entities.Abstractions\ExtCore.Data.Entities.Abstractions.csproj" />
<ProjectReference Include="..\ExtCore.Infrastructure\ExtCore.Infrastructure.csproj" />
</ItemGroup>
</Project>