mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update dependencies in Flow.Launcher.Test
* Microsoft.CodeCoverage 16.4.0 -> 16.6.1 * Microsoft.NET.Test.Sdk 16.4.0 -> 16.6.1 * Microsoft.TestPlatform.ObjectModel 16.4.0 -> 16.6.1 * Microsoft.TestPlatform.TestHost 16.4.0 -> 16.6.1 * Moq 4.13.1 -> 4.14.1 * NUnit3TestAdapter 3.15.1 -> 3.16.1
This commit is contained in:
parent
1dcaf62e27
commit
6db1f908c3
1 changed files with 6 additions and 3 deletions
|
|
@ -46,10 +46,13 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Moq" Version="4.13.1" />
|
||||
<PackageReference Include="Moq" Version="4.14.1" />
|
||||
<PackageReference Include="nunit" Version="3.12.0" />
|
||||
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
||||
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue