-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathGeta.NotFoundHandler.Optimizely.Commerce.csproj
More file actions
38 lines (32 loc) · 1.67 KB
/
Copy pathGeta.NotFoundHandler.Optimizely.Commerce.csproj
File metadata and controls
38 lines (32 loc) · 1.67 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<PackageId>Geta.NotFoundHandler.Optimizely.Commerce</PackageId>
<Title>NotFound handler Admin UI integration Optimizely Commerce</Title>
<Authors>Geta Digital</Authors>
<Company>Geta Digital</Company>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Geta/geta-notfoundhandler</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl>https://cdn.geta.no/opensource/icons/Geta-logo-3.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>This library contains a NotFound handler Admin user interface integration in an Optimizely Commerce project.</Description>
<PackageReleaseNotes>https://github.com/Geta/geta-notfoundhandler/blob/master/CHANGELOG.md</PackageReleaseNotes>
<PackageTags>404 NotFound 404Error Handler Geta Redirect</PackageTags>
<RepositoryUrl>https://github.com/Geta/geta-notfoundhandler.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Geta.NotFoundHandler.Optimizely\Geta.NotFoundHandler.Optimizely.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Infrastructure\Configuration\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EPiServer.Commerce.Core" Version="15.0.0" />
<PackageReference Include="MailKit" Version="4.16.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.7" />
</ItemGroup>
</Project>