Skip to content

Commit 3ee5362

Browse files
Update dependency Microsoft.NET.Test.Sdk to v18 (#1076)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5a3174 commit 3ee5362

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.14.1" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1313
<PackageReference Include="NUnit" Version="4.4.0" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0" />
1515
<PackageReference Include="NUnit.Analyzers" Version="4.10.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.14.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1515
<PackageReference Include="NUnit" Version="4.4.0" />
1616
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0" />
1717
<PackageReference Include="NUnit.Analyzers" Version="4.10.0">

0 commit comments

Comments
 (0)