forked from ExtCore/ExtCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtCore.Data.csproj
More file actions
20 lines (17 loc) · 834 Bytes
/
ExtCore.Data.csproj
File metadata and controls
20 lines (17 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.3.0-beta3</VersionPrefix>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>ExtCore.Data</AssemblyName>
<PackageId>ExtCore.Data</PackageId>
<PackageIconUrl>http://extcore.net/extcore_nuget_icon.png</PackageIconUrl>
<PackageProjectUrl>http://extcore.net/</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ExtCore.Data.Abstractions\ExtCore.Data.Abstractions.csproj" />
<ProjectReference Include="..\ExtCore.Infrastructure\ExtCore.Infrastructure.csproj" />
</ItemGroup>
</Project>