File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net8.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ </PropertyGroup >
8+
9+ </Project >
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net8.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+
8+ <IsPackable >false</IsPackable >
9+ <IsTestProject >true</IsTestProject >
10+ </PropertyGroup >
11+
12+ <ItemGroup >
13+ <PackageReference Include =" coverlet.collector" Version =" 6.0.0" />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
15+ <PackageReference Include =" xunit" Version =" 2.5.3" />
16+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3" />
17+ </ItemGroup >
18+
19+ <ItemGroup >
20+ <Using Include =" Xunit" />
21+ </ItemGroup >
22+
23+ </Project >
You can’t perform that action at this time.
0 commit comments