forked from Platformus/Platformus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlatformus.Barebone.csproj
More file actions
24 lines (21 loc) · 1.02 KB
/
Copy pathPlatformus.Barebone.csproj
File metadata and controls
24 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The Platformus.Barebone extension component.</Description>
<VersionPrefix>1.1.0</VersionPrefix>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>Platformus.Barebone</AssemblyName>
<PackageId>Platformus.Barebone</PackageId>
<PackageIconUrl>http://platformus.net/platformus_nuget_icon.png</PackageIconUrl>
<PackageProjectUrl>http://platformus.net/</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ExtCore.Data.Abstractions" Version="5.1.0" />
<PackageReference Include="ExtCore.Events" Version="5.1.0" />
<PackageReference Include="ExtCore.Mvc" Version="5.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NUglify" Version="1.5.13" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.11" />
</ItemGroup>
</Project>