Skip to content

Commit 79f0c10

Browse files
committed
Minor test project.csproj updates
1 parent 967fa24 commit 79f0c10

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

BlockingCollectionsExtensions.Unit.Tests/BlockingCollectionsExtensions.Unit.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -7,13 +7,13 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="nunit" Version="3.12.0" />
11-
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
10+
<PackageReference Include="nunit" Version="3.13.2" />
11+
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
16-
<PackageReference Include="Shouldly" Version="3.0.2" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
16+
<PackageReference Include="Shouldly" Version="4.0.3" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)