Skip to content

Commit

Permalink
Prevent package downgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Dec 5, 2024
1 parent f9c0bd9 commit dc92425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="11.1.1-alpha.1.osoe-903" />
<PackageReference Include="Lombiq.Tests.UI" Version="11.1.1-alpha.2.osoe-903" />
</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="11.1.1-alpha.1.osoe-903" />
<PackageReference Include="Lombiq.Tests.UI" Version="11.1.1-alpha.2.osoe-903" />
</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="11.1.1-alpha.1.osoe-903" />
<PackageReference Include="Lombiq.Tests.UI" Version="11.1.1-alpha.2.osoe-903" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dc92425

Please sign in to comment.