Browse Source

🤖 Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4

commit 8d8baaec9f
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Fri Apr 2 07:02:20 2021 +0000

    Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4)

    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/3151/head
database64128 3 years ago
parent
commit
e761651627
No known key found for this signature in database GPG Key ID: 1CA27546BEDB8B01
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Shadowsocks.Tests/Shadowsocks.Tests.csproj
  2. +1
    -1
      Shadowsocks.WPF.Tests/Shadowsocks.WPF.Tests.csproj

+ 1
- 1
Shadowsocks.Tests/Shadowsocks.Tests.csproj View File

@@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>


+ 1
- 1
Shadowsocks.WPF.Tests/Shadowsocks.WPF.Tests.csproj View File

@@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>


Loading…
Cancel
Save