File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
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-windows10.0.18362.0</TargetFramework >
5
- <ImplicitUsings >enable</ImplicitUsings >
6
- <Nullable >enable</Nullable >
7
- <Platforms >AnyCPU;x86</Platforms >
8
- </PropertyGroup >
9
-
10
- <ItemGroup >
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
12
- <PackageReference Include =" xunit" Version =" 2.9.0" />
13
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
14
- <PrivateAssets >all</PrivateAssets >
15
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
- </PackageReference >
17
- </ItemGroup >
18
-
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net8.0-windows10.0.18362.0</TargetFramework >
5
+ <ImplicitUsings >enable</ImplicitUsings >
6
+ <Nullable >enable</Nullable >
7
+ <Platforms >AnyCPU;x86</Platforms >
8
+ </PropertyGroup >
9
+
10
+ <ItemGroup >
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .0" />
12
+ <PackageReference Include =" xunit" Version =" 2.9.0" />
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
14
+ <PrivateAssets >all</PrivateAssets >
15
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
+ </PackageReference >
17
+ </ItemGroup >
18
+
19
19
<ItemGroup >
20
20
<ProjectReference Include =" ..\NeedABreak\NeedABreak.csproj" />
21
- </ItemGroup >
22
-
23
- </Project >
21
+ </ItemGroup >
22
+
23
+ </Project >
You can’t perform that action at this time.
0 commit comments