|
1 | | -<Project> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>net9.0</TargetFramework> |
4 | | - <Nullable>enable</Nullable> |
5 | | - <Company>Umbraco HQ</Company> |
6 | | - <Authors>Umbraco</Authors> |
7 | | - <Copyright>Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright> |
8 | | - <Product>Umbraco Commerce Cart</Product> |
9 | | - <PackageProjectUrl>https://github.com/umbraco/Umbraco.Commerce.Cart</PackageProjectUrl> |
10 | | - <PackageIcon>logo-128.png</PackageIcon> |
11 | | - <PackageTags>umbraco commerce cart umbraco-marketplace</PackageTags> |
12 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
13 | | - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
14 | | - <NeutralLanguage>en-US</NeutralLanguage> |
15 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
16 | | - <AnalysisMode>All</AnalysisMode> |
17 | | - </PropertyGroup> |
18 | | - |
19 | | - <!-- NuGet packages lock --> |
20 | | - <PropertyGroup> |
21 | | - <DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> |
22 | | - <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
23 | | - <DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes> |
24 | | - </PropertyGroup> |
25 | | - |
26 | | - <!-- SourceLink --> |
27 | | - <PropertyGroup> |
28 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
29 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
30 | | - <IncludeSymbols>true</IncludeSymbols> |
31 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
32 | | - </PropertyGroup> |
33 | | - |
34 | | - <!-- Package validation --> |
35 | | - <PropertyGroup> |
36 | | - <EnablePackageValidation>false</EnablePackageValidation> |
37 | | - <PackageValidationBaselineVersion>16.0.0</PackageValidationBaselineVersion> |
38 | | - <EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage> |
39 | | - <EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms> |
40 | | - </PropertyGroup> |
41 | | - |
42 | | - <ItemGroup> |
43 | | - <Content Include="$(MSBuildThisFileDirectory)\assets\logo-128.png" Pack="true" PackagePath="" Visible="false" /> |
44 | | - <Content Include="$(MSBuildThisFileDirectory)\LICENSE.md" Pack="true" PackagePath="" Visible="false" /> |
45 | | - </ItemGroup> |
46 | | - |
47 | | - <PropertyGroup> |
48 | | - <GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory> |
49 | | - </PropertyGroup> |
50 | | -</Project> |
| 1 | +<Project> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>net9.0</TargetFramework> |
| 4 | + <Nullable>enable</Nullable> |
| 5 | + <Company>Umbraco HQ</Company> |
| 6 | + <Authors>Umbraco</Authors> |
| 7 | + <Copyright>Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright> |
| 8 | + <Product>Umbraco Commerce Cart</Product> |
| 9 | + <PackageProjectUrl>https://github.com/umbraco/Umbraco.Commerce.Cart</PackageProjectUrl> |
| 10 | + <PackageIcon>logo-128.png</PackageIcon> |
| 11 | + <PackageTags>umbraco commerce cart umbraco-marketplace</PackageTags> |
| 12 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 13 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 14 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 15 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 16 | + <AnalysisMode>All</AnalysisMode> |
| 17 | + </PropertyGroup> |
| 18 | + |
| 19 | + <!-- NuGet packages lock --> |
| 20 | + <PropertyGroup> |
| 21 | + <DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> |
| 22 | + <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
| 23 | + <DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes> |
| 24 | + </PropertyGroup> |
| 25 | + |
| 26 | + <!-- SourceLink --> |
| 27 | + <PropertyGroup> |
| 28 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 29 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 30 | + <IncludeSymbols>true</IncludeSymbols> |
| 31 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 32 | + </PropertyGroup> |
| 33 | + |
| 34 | + <!-- Package validation --> |
| 35 | + <PropertyGroup> |
| 36 | + <EnablePackageValidation>false</EnablePackageValidation> |
| 37 | + <PackageValidationBaselineVersion>16.0.0</PackageValidationBaselineVersion> |
| 38 | + <EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage> |
| 39 | + <EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms> |
| 40 | + </PropertyGroup> |
| 41 | + |
| 42 | + <ItemGroup> |
| 43 | + <Content Include="$(MSBuildThisFileDirectory)\assets\logo-128.png" Pack="true" PackagePath="" Visible="false" /> |
| 44 | + <Content Include="$(MSBuildThisFileDirectory)\LICENSE.md" Pack="true" PackagePath="" Visible="false" /> |
| 45 | + </ItemGroup> |
| 46 | + |
| 47 | + <PropertyGroup> |
| 48 | + <GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory> |
| 49 | + </PropertyGroup> |
| 50 | +</Project> |
0 commit comments