Skip to content

Commit b04d2c8

Browse files
authored
Added Meta for Pages csproj (#38)
Added missing metadata for Pages Assembly ## Description / Motivation The Pages package wasn't generating with any information, due to the missing meta data in the csproj ## Testing - [x] The Unit & Intergration tests are passing. - [x] I have added the necessary tests to cover my changes. ## Terms <!-- Place an X in the [] to check. --> <!-- The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it. --> - [x] I agree to follow this project's [Code of Conduct](CODE_OF_CONDUCT.md).
1 parent 8c5a21f commit b04d2c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Sitecore.AspNetCore.SDK.Pages/Sitecore.AspNetCore.SDK.Pages.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<Product>Sitecore ASP.NET Core SDK Pages</Product>
5+
<Description>.NET SDK to allow interaction with Sitecore XM Cloud Pages application.</Description>
6+
</PropertyGroup>
7+
38
<ItemGroup>
49
<ProjectReference Include="..\Sitecore.AspNetCore.SDK.LayoutService.Client\Sitecore.AspNetCore.SDK.LayoutService.Client.csproj" />
510
<ProjectReference Include="..\Sitecore.AspNetCore.SDK.RenderingEngine\Sitecore.AspNetCore.SDK.RenderingEngine.csproj" />

0 commit comments

Comments
 (0)