Skip to content

Commit

Permalink
Update Tests/VTEX.Tests/Integration/IntegrationTests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 8, 2024
1 parent d9f16e8 commit 40606d5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Tests/VTEX.Tests/Integration/IntegrationTests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="Snapshooter.Xunit" Version="0.9.0" />
<PackageReference Include="WireMock.Net" Version="1.4.18" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Src\VTEX\VTEX.csproj" />
</ItemGroup>
</Project>

0 comments on commit 40606d5

Please sign in to comment.