We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e812f2a commit a578dbaCopy full SHA for a578dba
1 file changed
Contentstack.AspNetCore/Contentstack.AspNetCore.csproj
@@ -1,8 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>netstandard2.0</TargetFramework>
5
- <PackOnBuild>true</PackOnBuild>
+ <TargetFramework>netstandard2.1</TargetFramework>
+ <Title>Contentstack Delivery</Title>
6
<PackageId>contentstack.aspnetcore</PackageId>
7
<Authors>Contentstack</Authors>
8
<Owners>Contentstack</Owners>
@@ -13,6 +13,7 @@
13
<PackageTags>v$(Version)</PackageTags>
14
<ReleaseVersion>$(Version)</ReleaseVersion>
15
<Configurations>Release;Debug</Configurations>
16
+ <RootNamespace>Contentstack.ASPNETCore</RootNamespace>
17
</PropertyGroup>
18
19
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
0 commit comments