Skip to content

Commit

Permalink
Merge pull request #74 from Lombiq/issue/NEST-403
Browse files Browse the repository at this point in the history
NEST-403: Updating UI test package references to 6.1.0
  • Loading branch information
DemeSzabolcs authored Jun 18, 2023
2 parents 0627875 + 25b8582 commit ed10328
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="6.0.2-alpha.2.nest-403" />
<PackageReference Include="Lombiq.Tests.UI" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="6.0.2-alpha.2.nest-403" />
<PackageReference Include="Lombiq.Tests.UI" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="6.0.2-alpha.2.nest-403" />
<PackageReference Include="Lombiq.Tests.UI" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="6.0.2-alpha.2.nest-403" />
<PackageReference Include="Lombiq.Tests.UI" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="6.0.2-alpha.2.nest-403" />
<PackageReference Include="Lombiq.Tests.UI" Version="6.1.0" />
</ItemGroup>

</Project>

0 comments on commit ed10328

Please sign in to comment.