File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments