Skip to content

Commit

Permalink
Update VTEX.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 12, 2024
1 parent c6f0a89 commit d66c4f5
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions Src/VTEX/VTEX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@

<PropertyGroup>
<ProjectGuid>{D1E5B509-0934-4E15-B78D-D3A88AC8CB16}</ProjectGuid>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<Company>Guilherme Branco Stracini</Company>
<Authors>Guilherme Branco Stracini</Authors>
<Copyright>© 2023 Guilherme Branco Stracini. All rights reserved.</Copyright>
<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>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://guibranco.github.io/VTEX-SDK-dotnet/</PackageProjectUrl>
<RepositoryUrl>https://github.com/guibranco/VTEX-SDK-dotnet</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageTags>vtex paas client sdk ecommerce e-commerce platform apis</PackageTags>
<PackageIcon>packageLogo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageReleaseNotes>Chore</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,22 +14,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\packageLogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\VTEX.Health\VTEX.Health.csproj" />
Expand Down

0 comments on commit d66c4f5

Please sign in to comment.