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