File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed 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.2" />
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
15
- <PackageReference Include =" xunit" Version =" 2.9.0" />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
17
- </ItemGroup >
18
-
19
- <ItemGroup >
20
- <Using Include =" Xunit" />
21
- </ItemGroup >
22
-
23
- </Project >
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.2" />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .0" />
15
+ <PackageReference Include =" xunit" Version =" 2.9.0" />
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
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