1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <TargetFramework >net10.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- <OutputType >Exe</OutputType >
8- </PropertyGroup >
9-
10- <ItemGroup >
11- <PackageReference Include =" FastEndpoints.Testing" Version =" 7.1.1 " />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
13- <PackageReference Include =" Shouldly" Version =" 4.3.0" />
14- <PackageReference Include =" xunit.v3" Version =" 3.2.0" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" PrivateAssets =" all" IncludeAssets =" runtime; build; native; contentfiles; analyzers; buildtransitive" />
16- </ItemGroup >
17-
18- <ItemGroup >
19- <ProjectReference Include =" ..\Source\MyProject.csproj" />
20- </ItemGroup >
21-
22- <ItemGroup >
23- <Content Include =" xunit.runner.json" CopyToOutputDirectory =" Always" />
24- </ItemGroup >
25-
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net10.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ <OutputType >Exe</OutputType >
8+ </PropertyGroup >
9+
10+ <ItemGroup >
11+ <PackageReference Include =" FastEndpoints.Testing" Version =" 8.0.0 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
13+ <PackageReference Include =" Shouldly" Version =" 4.3.0" />
14+ <PackageReference Include =" xunit.v3" Version =" 3.2.0" />
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" PrivateAssets =" all" IncludeAssets =" runtime; build; native; contentfiles; analyzers; buildtransitive" />
16+ </ItemGroup >
17+
18+ <ItemGroup >
19+ <ProjectReference Include =" ..\Source\MyProject.csproj" />
20+ </ItemGroup >
21+
22+ <ItemGroup >
23+ <Content Include =" xunit.runner.json" CopyToOutputDirectory =" Always" />
24+ </ItemGroup >
25+
2626</Project >
0 commit comments