Skip to content

Commit 1291b55

Browse files
committed
Update Verify.Tests.csproj
1 parent 6f8d028 commit 1291b55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Verify.Tests/Verify.Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
77
<PlatformTarget>x64</PlatformTarget>
88
<NoWarn>$(NoWarn);CS8002</NoWarn>
9+
<OutputType>Exe</OutputType>
910
</PropertyGroup>
1011

1112
<ItemGroup>
1213
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1314
<PackageReference Include="MarkdownSnippets.MsBuild" PrivateAssets="all" />
1415
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" />
15-
<PackageReference Include="Xunit" />
16+
<PackageReference Include="xunit.v3" />
1617
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
1718

1819
<ProjectReference Include="..\TargetLibrary\TargetLibrary.csproj" />
1920
<ProjectReference Include="..\Verify.ClipboardAccept\Verify.ClipboardAccept.csproj" />
2021
<ProjectReference Include="..\Verify.SamplePlugin\Verify.SamplePlugin.csproj" />
21-
<ProjectReference Include="..\Verify.Xunit\Verify.Xunit.csproj" />
22+
<ProjectReference Include="..\Verify.XunitV3\Verify.XunitV3.csproj" />
2223
<ProjectReference Include="..\Verify\Verify.csproj" />
2324

2425
<None Update="sample*.*" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)