Skip to content

Commit 2d6c748

Browse files
committed
Updated packages
1 parent 0389354 commit 2d6c748

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

tests/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ItemGroup Condition="$(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'">
55
<PackageReference Include="bunit" Version="1.4.15" />
66
<PackageReference Include="FluentAssertions" Version="6.4.0" />
7+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0-preview-20220131-20" />
78
<PackageReference Include="Moq" Version="4.16.1" />
89
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
910
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.2" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.2" />
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0-release-20220113-05" />
1211
<PackageReference Include="RavenDB.TestDriver" Version="5.3.100" />
1312
</ItemGroup>
1413

tests/LinkDotNet.Blog.UnitTests/LinkDotNet.Blog.UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0-release-20220113-05" />
11-
</ItemGroup>
12-
139
<ItemGroup>
1410
<ProjectReference Include="..\LinkDotNet.Blog.TestUtilities\LinkDotNet.Blog.TestUtilities.csproj" />
1511
<ProjectReference Include="..\..\src\LinkDotNet.Blog.Web\LinkDotNet.Blog.Web.csproj" />

0 commit comments

Comments
 (0)