forked from EtchUK/Etch.OrchardCore.SEO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Etch.OrchardCore.SEO.csproj
41 lines (37 loc) · 1.87 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
37
38
39
40
41
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>$(VersionNumber)</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>
<Content Include="Localization\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Etch.OrchardCore.Fields" Version="1.6.0" />
<PackageReference Include="FluentExcel" Version="2.2.0" />
<PackageReference Include="OrchardCore.Admin" Version="1.7.2" />
<PackageReference Include="OrchardCore.Autoroute" Version="1.7.2" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.7.2" />
<PackageReference Include="OrchardCore.ContentManagement.Display" Version="1.7.2" />
<PackageReference Include="OrchardCore.Data.Abstractions" Version="1.7.2" />
<PackageReference Include="OrchardCore.Media" Version="1.7.2" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.7.2" />
<PackageReference Include="OrchardCore.Navigation.Core" Version="1.7.2" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.7.2" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Rewrite" Version="2.2.0" />
</ItemGroup>
</Project>