Skip to content

Commit 518c9be

Browse files
committed
fixed merged latest v2_develop
1 parent b60a7be commit 518c9be

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

Benchmarks/Benchmarks.csproj

-10
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<<<<<<< HEAD
6-
<TargetFramework>net8.0</TargetFramework>
75
<IsPackable>false</IsPackable>
8-
<ImplicitUsings>enable</ImplicitUsings>
9-
=======
10-
<IsPackable>false</IsPackable>
11-
>>>>>>> v2_develop
126
<Nullable>enable</Nullable>
137
<RootNamespace>Terminal.Gui.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
148
</PropertyGroup>
159

1610
<ItemGroup>
17-
<<<<<<< HEAD
18-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
19-
=======
2011
<PackageReference Include="BenchmarkDotNet" />
21-
>>>>>>> v2_develop
2212
</ItemGroup>
2313

2414
<ItemGroup>

Terminal.Gui/Terminal.Gui.csproj

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
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+
<!-- =================================================================== -->
212
<!-- Version numbers -->
223
<!-- Automatically updated by gitversion (run `dotnet-gitversion`) -->
234
<!-- GitVersion.xml controls settings -->
@@ -33,7 +14,6 @@
3314
<PropertyGroup>
3415
<AssemblyName>Terminal.Gui</AssemblyName>
3516
</PropertyGroup>
36-
>>>>>>> v2_develop
3717

3818
<!-- =================================================================== -->
3919
<!-- .NET Build Settings -->

0 commit comments

Comments
 (0)