File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
LinkDotNet.Blog.IntegrationTests
LinkDotNet.Blog.UnitTests Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4
4
<ItemGroup Condition =" $(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'" >
5
5
<PackageReference Include =" bunit" Version =" 1.4.15" />
6
6
<PackageReference Include =" FluentAssertions" Version =" 6.4.0" />
7
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0-preview-20220131-20" />
7
8
<PackageReference Include =" Moq" Version =" 4.16.1" />
8
9
<PackageReference Include =" xunit" Version =" 2.4.2-pre.12" />
9
10
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
Original file line number Diff line number Diff line change 8
8
<ItemGroup >
9
9
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.2" />
10
10
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.2" />
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0-release-20220113-05" />
12
11
<PackageReference Include =" RavenDB.TestDriver" Version =" 5.3.100" />
13
12
</ItemGroup >
14
13
Original file line number Diff line number Diff line change 6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
- <ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0-release-20220113-05" />
11
- </ItemGroup >
12
-
13
9
<ItemGroup >
14
10
<ProjectReference Include =" ..\LinkDotNet.Blog.TestUtilities\LinkDotNet.Blog.TestUtilities.csproj" />
15
11
<ProjectReference Include =" ..\..\src\LinkDotNet.Blog.Web\LinkDotNet.Blog.Web.csproj" />
You can’t perform that action at this time.
0 commit comments