-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathExtCore.FileStorage.csproj
More file actions
25 lines (21 loc) · 976 Bytes
/
ExtCore.FileStorage.csproj
File metadata and controls
25 lines (21 loc) · 976 Bytes
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 © 2018 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.FileStorage extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>7.1.2</VersionPrefix>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>ExtCore.FileStorage</AssemblyName>
<PackageId>ExtCore.FileStorage</PackageId>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://extcore.net/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ExtCore.FileStorage.Abstractions\ExtCore.FileStorage.Abstractions.csproj" />
<ProjectReference Include="..\ExtCore.Infrastructure\ExtCore.Infrastructure.csproj" />
</ItemGroup>
</Project>