forked from ExtCore/ExtCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtCore.Mvc.csproj
More file actions
24 lines (20 loc) · 946 Bytes
/
ExtCore.Mvc.csproj
File metadata and controls
24 lines (20 loc) · 946 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Mvc extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>4.1.0</VersionPrefix>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>ExtCore.Mvc</AssemblyName>
<PackageId>ExtCore.Mvc</PackageId>
<PackageIconUrl>http://extcore.net/extcore_nuget_icon.png</PackageIconUrl>
<PackageProjectUrl>http://extcore.net/</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ExtCore.Mvc.Infrastructure\ExtCore.Mvc.Infrastructure.csproj" />
</ItemGroup>
</Project>