Skip to content

Commit 739e785

Browse files
committed
Using major versions instead of alphas.
1 parent 02b24f0 commit 739e785

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lombiq.Hosting.Azure.ApplicationInsights.Tests.UI/Lombiq.Hosting.Azure.ApplicationInsights.Tests.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
</ItemGroup>
2929

3030
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
31-
<PackageReference Include="Lombiq.Tests.UI" Version="8.2.1-alpha.22.osoe-751" />
32-
<PackageReference Include="Lombiq.Privacy.Tests.UI" Version="7.0.3-alpha.1.osoe-751" />
31+
<PackageReference Include="Lombiq.Tests.UI" Version="9.0.0" />
32+
<PackageReference Include="Lombiq.Privacy.Tests.UI" Version="8.0.0" />
3333
</ItemGroup>
3434

3535
</Project>

Lombiq.Hosting.Azure.ApplicationInsights/Lombiq.Hosting.Azure.ApplicationInsights.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</ItemGroup>
4949

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

5454
</Project>

0 commit comments

Comments
 (0)