Skip to content

Commit

Permalink
Merge pull request #38 from contentstack/master
Browse files Browse the repository at this point in the history
Merge master to next - workflow changes
  • Loading branch information
nadeem-cs authored Apr 29, 2024
2 parents 715e4c0 + f025413 commit d0b952c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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
5 changes: 0 additions & 5 deletions global.json

This file was deleted.

0 comments on commit d0b952c

Please sign in to comment.