Skip to content

Commit cae8d78

Browse files
chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 (#990)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddc2396 commit cae8d78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1313
<PackageReference Include="NUnit" Version="4.2.2" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
1515
<PackageReference Include="NUnit.Analyzers" Version="4.4.0">

docs/snippets/Snippets.NUnitLite/Snippets.NUnitLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1515
<PackageReference Include="NUnit" Version="4.2.2" />
1616
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
1717
<PackageReference Include="NUnit.Analyzers" Version="4.4.0">

0 commit comments

Comments
 (0)