|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <OutputType>Exe</OutputType> |
5 |
| - <TargetFramework>net5.0</TargetFramework> |
6 |
| - <Nullable>disable</Nullable> |
7 |
| - <DebugType>embedded</DebugType> |
8 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>net5.0</TargetFramework> |
| 6 | + <Nullable>disable</Nullable> |
| 7 | + </PropertyGroup> |
9 | 8 |
|
10 |
| - <PropertyGroup Condition="'$(OS)' == 'Windows_NT'"> |
11 |
| - <DefineConstants>$(DefineConstants);OS_WIN</DefineConstants> |
12 |
| - </PropertyGroup> |
| 9 | + <PropertyGroup Condition="'$(OS)' == 'Windows_NT'"> |
| 10 | + <DefineConstants>$(DefineConstants);OS_WIN</DefineConstants> |
| 11 | + </PropertyGroup> |
13 | 12 |
|
14 |
| - <ItemGroup> |
15 |
| - <PackageReference Include="BenchmarkDotNet" Version="0.12.1" /> |
16 |
| - <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" Condition="'$(OS)' == 'Windows_NT'" /> |
17 |
| - </ItemGroup> |
| 13 | + <ItemGroup> |
| 14 | + <PackageReference Include="BenchmarkDotNet" Version="0.12.1" /> |
| 15 | + <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" Condition="'$(OS)' == 'Windows_NT'" /> |
| 16 | + </ItemGroup> |
18 | 17 |
|
19 |
| - <ItemGroup> |
20 |
| - <ProjectReference Include="..\..\src\MyCSharp.HttpUserAgentParser\MyCSharp.HttpUserAgentParser.csproj" /> |
21 |
| - </ItemGroup> |
| 18 | + <ItemGroup> |
| 19 | + <ProjectReference Include="..\..\src\MyCSharp.HttpUserAgentParser\MyCSharp.HttpUserAgentParser.csproj" /> |
| 20 | + </ItemGroup> |
22 | 21 |
|
23 |
| - <ItemGroup Label="Libraries for comparison"> |
24 |
| - <PackageReference Include="UAParser" Version="3.1.46" /> |
25 |
| - <PackageReference Include="DeviceDetector.NET" Version="4.2.0" /> |
26 |
| - <PackageReference Include="Ng.UserAgentService" Version="1.0.3" /> |
27 |
| - </ItemGroup> |
| 22 | + <ItemGroup Label="Libraries for comparison"> |
| 23 | + <PackageReference Include="UAParser" Version="3.1.46" /> |
| 24 | + <PackageReference Include="DeviceDetector.NET" Version="4.2.0" /> |
| 25 | + <PackageReference Include="Ng.UserAgentService" Version="1.0.3" /> |
| 26 | + </ItemGroup> |
28 | 27 |
|
29 | 28 | </Project>
|
0 commit comments