Skip to content

Commit 05c413c

Browse files
committed
refs or cleanup
1 parent a9119b1 commit 05c413c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<GenerateProgramFile>false</GenerateProgramFile>
5+
<OutputType>Exe</OutputType>
6+
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
67
</PropertyGroup>
8+
<ItemGroup>
9+
<Using Include="Xunit" />
10+
<Compile Remove="Snippets\ProgramService.cs" />
11+
</ItemGroup>
712
<ItemGroup>
813
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2" />
9-
<PackageReference Include="Xunit" Version="2.9.3" />
10-
<PackageReference Include="Verify.Xunit" Version="31.10.0" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" />
14+
<PackageReference Include="xunit.v3" Version="1.1.0" />
1215
<PackageReference Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.25" PrivateAssets="all" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1416
<ProjectReference Include="..\NServiceBus.Community.MicrosoftLogging.Hosting\NServiceBus.Community.MicrosoftLogging.Hosting.csproj" />
1517
<ProjectReference Include="..\NServiceBus.Community.MicrosoftLogging\NServiceBus.Community.MicrosoftLogging.csproj" />
1618
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.2" />

0 commit comments

Comments
 (0)