Skip to content

Commit

Permalink
Update VTEX.API.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 12, 2024
1 parent e245c11 commit 3630698
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Src/VTEX.API/VTEX.API.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<ProjectGuid>{931C39A1-583E-5587-AB8D-508C7B1FC15E}</ProjectGuid>
<TargetFrameworks>$(DotNetVersions)</TargetFrameworks>
<Description>The VTEX platform (PaaS) (e-commerce) SDK. A .NET client to consume VTEX APIs for both Core and Framework projects</Description>
<PackageTags>vtex paas client sdk ecommerce e-commerce platform apis</PackageTags>
<PackageReleaseNotes>Chore</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3630698

Please sign in to comment.