Skip to content

Commit e607e2e

Browse files
chore(deps): update dependency microsoft.net.test.sdk to 17.12.0
1 parent ddc2396 commit e607e2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)