Skip to content

Commit 996f765

Browse files
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.11.1 (#1132)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shane Krueger <[email protected]>
1 parent 77e997f commit 996f765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.3" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" Condition="'$(TargetFramework)' != 'netcoreapp2.1'" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" Condition="'$(TargetFramework)' != 'netcoreapp2.1'" />
1717
<PackageReference Include="Shouldly" Version="4.2.1" />
1818
<PackageReference Include="xunit" Version="2.6.6" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />

0 commit comments

Comments
 (0)