Skip to content

Commit

Permalink
Using major versions instead of alphas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Feb 21, 2024
1 parent 3af7f88 commit df3e04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="8.2.1-alpha.22.osoe-751" />
<PackageReference Include="Lombiq.Tests.UI" Version="9.0.0" />
</ItemGroup>

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

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="8.1.1-alpha.7.osoe-751" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="9.0.0" />
</ItemGroup>

<!-- The targets file will be automatically imported when using the project from NuGet but needs an explicit import
Expand Down

0 comments on commit df3e04a

Please sign in to comment.