Skip to content

Commit a578dba

Browse files
committed
fix: Update Contentstack.AspNetCore.csproj
1 parent e812f2a commit a578dba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Contentstack.AspNetCore/Contentstack.AspNetCore.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<PackOnBuild>true</PackOnBuild>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
<Title>Contentstack Delivery</Title>
66
<PackageId>contentstack.aspnetcore</PackageId>
77
<Authors>Contentstack</Authors>
88
<Owners>Contentstack</Owners>
@@ -13,6 +13,7 @@
1313
<PackageTags>v$(Version)</PackageTags>
1414
<ReleaseVersion>$(Version)</ReleaseVersion>
1515
<Configurations>Release;Debug</Configurations>
16+
<RootNamespace>Contentstack.ASPNETCore</RootNamespace>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">

0 commit comments

Comments
 (0)