forked from EtchUK/Etch.OrchardCore.SEO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Etch.OrchardCore.SEO.csproj
36 lines (32 loc) · 1.84 KB
/
Etch.OrchardCore.SEO.csproj
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
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.5.5-rc1</Version>
<PackageId>Etch.OrchardCore.SEO</PackageId>
<Title>Etch OrchardCore SEO</Title>
<Authors>Etch</Authors>
<Description>Module for Orchard Core that provides useful features for SEO.</Description>
<PackageTags>orchardcore;moov2</PackageTags>
<RepositoryUrl>https://github.com/etchuk/Etch.OrchardCore.SEO</RepositoryUrl>
<PackageProjectUrl>https://github.com/etchuk/Etch.OrchardCore.SEO</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentExcel" Version="2.2.0" />
<PackageReference Include="OrchardCore.Admin" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.Autoroute" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.ContentManagement.Display" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.Data.Abstractions" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.Media" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.Media.Services" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.Navigation.Core" Version="1.0.0-rc1-10004" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.0.0-rc1-10004" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Rewrite" Version="2.2.0-preview3-35497" />
</ItemGroup>
</Project>