-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDynamicweb.Ecommerce.DynamicwebLiveIntegration.csproj
More file actions
33 lines (33 loc) · 1.45 KB
/
Dynamicweb.Ecommerce.DynamicwebLiveIntegration.csproj
File metadata and controls
33 lines (33 loc) · 1.45 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>10.16.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Title>Live Integration</Title>
<Description>Live Integration</Description>
</PropertyGroup>
<PropertyGroup>
<PackageProjectUrl>https://doc.dynamicweb.com/</PackageProjectUrl>
<PackageTags>Dynamicweb dw10 addin integration framework</PackageTags>
<Product>Dynamicweb CMS</Product>
<Company>Dynamicweb Software A/S</Company>
<Authors>Dynamicweb Software A/S</Authors>
<Copyright>Copyright © 2023 Dynamicweb Software A/S</Copyright>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dynamicweb.Core" Version="10.16.5" />
<PackageReference Include="Dynamicweb.CoreUI" Version="10.16.5" />
<PackageReference Include="Dynamicweb.DataIntegration" Version="10.16.5" />
<PackageReference Include="Dynamicweb.Ecommerce" Version="10.16.5" />
<PackageReference Include="Dynamicweb.Ecommerce.UI" Version="10.16.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>