Skip to content

Commit

Permalink
fix: Update Contentstack.AspNetCore.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem-cs committed Apr 19, 2024
1 parent 399b896 commit 32bfb57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Contentstack.AspNetCore/Contentstack.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<TargetFramework>netstandard2.1</TargetFramework>
<Title>Contentstack Delivery</Title>
<PackageId>contentstack.aspnetcore</PackageId>
<Authors>Contentstack</Authors>
<Owners>Contentstack</Owners>
Expand All @@ -13,6 +13,7 @@
<PackageTags>v$(Version)</PackageTags>
<ReleaseVersion>$(Version)</ReleaseVersion>
<Configurations>Release;Debug</Configurations>
<RootNamespace>Contentstack.ASPNETCore</RootNamespace>
</PropertyGroup>

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

0 comments on commit 32bfb57

Please sign in to comment.