Skip to content

Commit 203ab54

Browse files
committed
Upgrade ApiDiff to .NET 8
1 parent 9b226f1 commit 203ab54

File tree

3 files changed

+3
-65
lines changed

3 files changed

+3
-65
lines changed

tests/ApiDiff/ApiDiff.csproj

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project Sdk="Microsoft.NET.Sdk">
32
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{1DEF735C-B973-4ED9-8446-7FFA6D0B410B}</ProjectGuid>
3+
<TargetFramework>net8.0</TargetFramework>
94
<OutputType>Exe</OutputType>
10-
<RootNamespace>ApiDiff</RootNamespace>
11-
<AssemblyName>ApiDiff</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
135
</PropertyGroup>
14-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15-
<DebugSymbols>true</DebugSymbols>
16-
<DebugType>full</DebugType>
17-
<Optimize>false</Optimize>
18-
<OutputPath>bin\Debug</OutputPath>
19-
<DefineConstants>DEBUG;</DefineConstants>
20-
<ErrorReport>prompt</ErrorReport>
21-
<WarningLevel>4</WarningLevel>
22-
<ExternalConsole>true</ExternalConsole>
23-
</PropertyGroup>
24-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25-
<Optimize>true</Optimize>
26-
<OutputPath>bin\Release</OutputPath>
27-
<ErrorReport>prompt</ErrorReport>
28-
<WarningLevel>4</WarningLevel>
29-
<ExternalConsole>true</ExternalConsole>
30-
</PropertyGroup>
31-
<ItemGroup>
32-
<Reference Include="System" />
33-
<Reference Include="ListDiff">
34-
<HintPath>..\..\packages\ListDiff.1.0.7\lib\netstandard1.0\ListDiff.dll</HintPath>
35-
</Reference>
36-
</ItemGroup>
376
<ItemGroup>
38-
<Compile Include="Program.cs" />
39-
<Compile Include="Properties\AssemblyInfo.cs" />
407
<Compile Include="..\..\src\SQLite.cs">
418
<Link>SQLite.cs</Link>
429
</Compile>
@@ -45,7 +12,6 @@
4512
</Compile>
4613
</ItemGroup>
4714
<ItemGroup>
48-
<None Include="packages.config" />
15+
<PackageReference Include="ListDiff" Version="1.2.10" />
4916
</ItemGroup>
50-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
5117
</Project>

tests/ApiDiff/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/ApiDiff/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)