Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jun 27, 2024
1 parent 5bd02d1 commit 48078fd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
</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.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
</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.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
</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.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/SwagApiTests/SwagApiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
<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
2 changes: 1 addition & 1 deletion Tests/SwagApiTestsTextJson/SwagApiTestsTextJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
<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
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.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
<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
2 changes: 1 addition & 1 deletion Tests/SwagTsTests/SwagTsTests.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.Integration" Version="1.0.0-Alpha" />
<PackageReference Include="Fonlow.Testing.Integration" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 48078fd

Please sign in to comment.