Skip to content

Commit

Permalink
fonlow.testing.Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jun 25, 2024
1 parent dc11a40 commit 5bd02d1
Show file tree
Hide file tree
Showing 9 changed files with 254 additions and 254 deletions.
2 changes: 1 addition & 1 deletion Tests/CsOpenApi3Tests/CsOpenApi3Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Fonlow.Testing.ServiceCore" Version="3.6.4-Beta4" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/CsSwagger2Tests/CsSwagger2Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Fonlow.Testing.ServiceCore" Version="3.6.4-Beta4" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/NG2OpenApi3Tests/NG2OpenApi3Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Fonlow.Testing.ServiceCore" Version="3.6.4-Beta4" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/NG2Tests/NG2Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Fonlow.Testing.ServiceCore" Version="3.6.4-Beta4" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests/SwagApiTests/SwagApiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fonlow.Testing.ServiceCore" Version="3.6.4-Beta4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions Tests/SwagApiTestsTextJson/SwagApiTestsTextJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fonlow.Testing.ServiceCore" Version="3.6.4-Beta4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Tests/SwagTests/SwagTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fonlow.Testing.ServiceCore" Version="3.6.4-Beta4" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
Expand Down
Loading

0 comments on commit 5bd02d1

Please sign in to comment.