File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >net8.0</TargetFramework >
5
- <ImplicitUsings >enable</ImplicitUsings >
6
- <Nullable >enable</Nullable >
7
- <IsTestProject >true</IsTestProject >
8
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >net8.0</TargetFramework >
5
+ <ImplicitUsings >enable</ImplicitUsings >
6
+ <Nullable >enable</Nullable >
7
+ <IsTestProject >true</IsTestProject >
8
+ </PropertyGroup >
9
9
10
- <ItemGroup >
11
- <ProjectReference Include =" ..\QRCoder.Xaml\QRCoder.Xaml.csproj" />
12
- <ProjectReference Include =" ..\QRCoder\QRCoder.csproj" />
13
- </ItemGroup >
10
+ <ItemGroup >
11
+ <ProjectReference Include =" ..\QRCoder.Xaml\QRCoder.Xaml.csproj" />
12
+ <ProjectReference Include =" ..\QRCoder\QRCoder.csproj" />
13
+ </ItemGroup >
14
14
15
- <ItemGroup >
16
- <PackageReference Include =" PublicApiGenerator" Version =" 11.1.0" />
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
18
- <PackageReference Include =" xunit" Version =" 2.4.1" />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
20
- <PackageReference Include =" shouldly" Version =" 4.0.3" />
21
- </ItemGroup >
15
+ <ItemGroup >
16
+ <PackageReference Include =" PublicApiGenerator" Version =" 11.1.0" />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
18
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
20
+ <PackageReference Include =" shouldly" Version =" 4.0.3" />
21
+ </ItemGroup >
22
22
23
23
</Project >
You can’t perform that action at this time.
0 commit comments