Skip to content

Commit

Permalink
Merge pull request #314 from Lombiq/issue/OSOE-683
Browse files Browse the repository at this point in the history
OSOE-683: Update all NuGet dependencies
  • Loading branch information
Psichorex authored Sep 26, 2023
2 parents bca0879 + 16d5e9d commit 9f6a73c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Samples/Lombiq.Tests.UI.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Shortcuts/Lombiq.Tests.UI.Shortcuts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="8.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="8.0.2" />
</ItemGroup>

</Project>
12 changes: 6 additions & 6 deletions Lombiq.Tests.UI/Lombiq.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
<PackageReference Include="OrchardCore.Abstractions" Version="1.7.0" />
<PackageReference Include="OrchardCore.Recipes.Core" Version="1.7.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="7.0.0" />
<PackageReference Include="Selenium.Axe" Version="4.0.13" />
<PackageReference Include="Selenium.Axe" Version="4.0.14" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="WebDriverManager" Version="2.16.2" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit" Version="2.5.1" />
</ItemGroup>

<ItemGroup>
Expand All @@ -92,10 +92,10 @@
<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\..\src\Utilities\Lombiq.Npm.Targets\Lombiq.Npm.Targets.targets" />

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests" Version="2.2.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.Cli" Version="8.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="8.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.Refit" Version="8.0.0" />
<PackageReference Include="Lombiq.Tests" Version="2.2.5" />
<PackageReference Include="Lombiq.HelpfulLibraries.Cli" Version="8.0.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="8.0.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.Refit" Version="8.0.2" />
<PackageReference Include="Lombiq.Npm.Targets" Version="1.4.0" />
</ItemGroup>

Expand Down

0 comments on commit 9f6a73c

Please sign in to comment.