File tree 2 files changed +1
-31
lines changed
2 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <<<<<<< HEAD
6
- <TargetFramework >net8.0</TargetFramework >
7
5
<IsPackable >false</IsPackable >
8
- <ImplicitUsings >enable</ImplicitUsings >
9
- =======
10
- <IsPackable >false</IsPackable >
11
- >>>>>>> v2_develop
12
6
<Nullable >enable</Nullable >
13
7
<RootNamespace >Terminal.Gui.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace >
14
8
</PropertyGroup >
15
9
16
10
<ItemGroup >
17
- <<<<<<< HEAD
18
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.14.0" />
19
- =======
20
11
<PackageReference Include =" BenchmarkDotNet" />
21
- >>>>>>> v2_develop
22
12
</ItemGroup >
23
13
24
14
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
- <<<<<<< HEAD
3
- <!-- =================================================================== -->
4
- <!-- Version numbers -->
5
- <!-- Automatically updated by gitversion (run `dotnet-gitversion`) -->
6
- <!-- GitVersion.xml controls settings -->
7
- <!-- See ./README.md for more -->
8
- <!-- =================================================================== -->
9
- <PropertyGroup >
10
- <Version >2.0.0</Version >
11
- </PropertyGroup >
12
- <!-- =================================================================== -->
13
- <!-- Assembly name. -->
14
- <!-- Referenced throughout this file for consistency. -->
15
- <!-- =================================================================== -->
16
- <PropertyGroup >
17
- <AssemblyName >Terminal.Gui</AssemblyName >
18
- </PropertyGroup >
19
- =======
20
- <!-- =================================================================== -->
1
+ <!-- =================================================================== -->
21
2
<!-- Version numbers -->
22
3
<!-- Automatically updated by gitversion (run `dotnet-gitversion`) -->
23
4
<!-- GitVersion.xml controls settings -->
33
14
<PropertyGroup >
34
15
<AssemblyName >Terminal.Gui</AssemblyName >
35
16
</PropertyGroup >
36
- >>>>>>> v2_develop
37
17
38
18
<!-- =================================================================== -->
39
19
<!-- .NET Build Settings -->
You can’t perform that action at this time.
0 commit comments