|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;net47;net472;</TargetFrameworks> |
5 | | - <PackageId>contentstack.csharp</PackageId> |
6 | | - <Authors>Contentstack</Authors> |
7 | | - <Description>.NET SDK for the Contentstack Content Delivery API.</Description> |
8 | | - <PackageVersion>$(Version)</PackageVersion> |
9 | | - <Owners>Contentstack</Owners> |
10 | | - <PackageReleaseNotes>Reference in entry Live preview support added</PackageReleaseNotes> |
11 | | - <Copyright>Copyright © 2012-2025 Contentstack. All Rights Reserved</Copyright> |
12 | | - <PackOnBuild>true</PackOnBuild> |
13 | | - <PackageTags>v$(Version)</PackageTags> |
14 | | - <PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl> |
15 | | - <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
16 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
17 | | - <ReleaseVersion>$(Version)</ReleaseVersion> |
18 | | - </PropertyGroup> |
19 | | - |
20 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | | - </PropertyGroup> |
22 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
23 | | - <DebugType>None</DebugType> |
24 | | - <DebugSymbols>false</DebugSymbols> |
25 | | - <WarningLevel></WarningLevel> |
26 | | - <WarningLevel></WarningLevel> |
27 | | - <NoWarn></NoWarn> |
28 | | - <AllowUnsafeBlocks></AllowUnsafeBlocks> |
29 | | - </PropertyGroup> |
30 | | - <ItemGroup> |
31 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
32 | | - <PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" /> |
33 | | - <PackageReference Include="Markdig" Version="0.36.2" /> |
34 | | - <PackageReference Include="contentstack.utils" Version="1.0.6" /> |
35 | | - </ItemGroup> |
36 | | - <ItemGroup> |
37 | | - <None Remove="Interfaces\" /> |
38 | | - </ItemGroup> |
39 | | - <ItemGroup> |
40 | | - <None Include="LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" /> |
41 | | - <None Include="..\CHANGELOG.md"> |
42 | | - <Link>CHANGELOG.md</Link> |
43 | | - </None> |
44 | | - <None Include="..\README.md" Pack="true" PackagePath="README.md"> |
45 | | - <Link>README.md</Link> |
46 | | - </None> |
47 | | - </ItemGroup> |
48 | | - <ItemGroup> |
49 | | - <Folder Include="Internals\" /> |
50 | | - <Folder Include="Models\" /> |
51 | | - <Folder Include="Attributes\" /> |
52 | | - <Folder Include="Interfaces\" /> |
53 | | - </ItemGroup> |
54 | | - <ItemGroup> |
55 | | - <Compile Remove="Properties\AssemblyInfo.cs" /> |
56 | | - </ItemGroup> |
57 | | - <ItemGroup> |
58 | | - <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
59 | | - <_Parameter1>Contentstack.Core.Tests</_Parameter1> |
60 | | - </AssemblyAttribute> |
61 | | - <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
62 | | - <_Parameter1>Contentstack.Core.Unit.Tests</_Parameter1> |
63 | | - </AssemblyAttribute> |
64 | | - </ItemGroup> |
65 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>netstandard2.0;net47;net472;</TargetFrameworks> |
| 5 | + <PackageId>contentstack.csharp</PackageId> |
| 6 | + <Authors>Contentstack</Authors> |
| 7 | + <Description>.NET SDK for the Contentstack Content Delivery API.</Description> |
| 8 | + <PackageVersion>$(Version)</PackageVersion> |
| 9 | + <Owners>Contentstack</Owners> |
| 10 | + <PackageReleaseNotes>Reference in entry Live preview support added</PackageReleaseNotes> |
| 11 | + <Copyright>Copyright © 2012-2025 Contentstack. All Rights Reserved</Copyright> |
| 12 | + <PackOnBuild>true</PackOnBuild> |
| 13 | + <PackageTags>v$(Version)</PackageTags> |
| 14 | + <PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl> |
| 15 | + <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
| 16 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 17 | + <ReleaseVersion>$(Version)</ReleaseVersion> |
| 18 | + </PropertyGroup> |
| 19 | + |
| 20 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 23 | + <DebugType>None</DebugType> |
| 24 | + <DebugSymbols>false</DebugSymbols> |
| 25 | + <WarningLevel></WarningLevel> |
| 26 | + <WarningLevel></WarningLevel> |
| 27 | + <NoWarn></NoWarn> |
| 28 | + <AllowUnsafeBlocks></AllowUnsafeBlocks> |
| 29 | + </PropertyGroup> |
| 30 | + <ItemGroup> |
| 31 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" /> |
| 33 | + <PackageReference Include="Markdig" Version="0.36.2" /> |
| 34 | + <PackageReference Include="contentstack.utils" Version="1.0.6" /> |
| 35 | + </ItemGroup> |
| 36 | + <ItemGroup> |
| 37 | + <None Remove="Interfaces\" /> |
| 38 | + </ItemGroup> |
| 39 | + <ItemGroup> |
| 40 | + <None Include="LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" /> |
| 41 | + <None Include="..\CHANGELOG.md"> |
| 42 | + <Link>CHANGELOG.md</Link> |
| 43 | + </None> |
| 44 | + <None Include="..\README.md" Pack="true" PackagePath="README.md"> |
| 45 | + <Link>README.md</Link> |
| 46 | + </None> |
| 47 | + </ItemGroup> |
| 48 | + <ItemGroup> |
| 49 | + <Folder Include="Internals\" /> |
| 50 | + <Folder Include="Models\" /> |
| 51 | + <Folder Include="Attributes\" /> |
| 52 | + <Folder Include="Interfaces\" /> |
| 53 | + </ItemGroup> |
| 54 | + <ItemGroup> |
| 55 | + <Compile Remove="Properties\AssemblyInfo.cs" /> |
| 56 | + </ItemGroup> |
| 57 | + <ItemGroup> |
| 58 | + <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
| 59 | + <_Parameter1>Contentstack.Core.Tests</_Parameter1> |
| 60 | + </AssemblyAttribute> |
| 61 | + <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
| 62 | + <_Parameter1>Contentstack.Core.Unit.Tests</_Parameter1> |
| 63 | + </AssemblyAttribute> |
| 64 | + </ItemGroup> |
| 65 | +</Project> |
0 commit comments