Skip to content

Commit

Permalink
Merge pull request #131 from Lombiq/issue/OSOE-76
Browse files Browse the repository at this point in the history
OSOE-76: fixing references
  • Loading branch information
Piedone authored Feb 16, 2022
2 parents a121853 + a03270e commit bf4e796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
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 @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.1" />
</ItemGroup>

</Project>
8 changes: 2 additions & 6 deletions Lombiq.Tests.UI/Lombiq.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
<PackageReference Include="Shouldly" Version="4.0.3" />
<PackageReference Include="WebDriverManager" Version="2.11.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

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

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="2.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.1" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="2.0.1" />
<PackageReference Include="Lombiq.Npm.Targets" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit bf4e796

Please sign in to comment.