File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33using System . Net . Http . Json ;
44using System . Text . Json ;
55using Api . Endpoints ;
6+ using Common . Extensions ;
67using IntegrationTests . Setup ;
78using Shouldly ;
89using Xunit ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <IsPackable >false</IsPackable >
4- <UseMicrosoftTestingPlatformRunner >true </UseMicrosoftTestingPlatformRunner >
5- <TestingPlatformDotnetTestSupport >true </TestingPlatformDotnetTestSupport >
6- <TestingPlatformShowTestsFailure >true </TestingPlatformShowTestsFailure >
4+ <UseMicrosoftTestingPlatformRunner >false </UseMicrosoftTestingPlatformRunner >
5+ <TestingPlatformDotnetTestSupport >false </TestingPlatformDotnetTestSupport >
6+ <TestingPlatformShowTestsFailure >false </TestingPlatformShowTestsFailure >
77 </PropertyGroup >
88 <ItemGroup >
99 <ProjectReference Include =" ..\..\src\Api\Api.csproj" />
You can’t perform that action at this time.
0 commit comments