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" >
3
2
<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 >
9
4
<OutputType >Exe</OutputType >
10
- <RootNamespace >ApiDiff</RootNamespace >
11
- <AssemblyName >ApiDiff</AssemblyName >
12
- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
5
</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 >
37
6
<ItemGroup >
38
- <Compile Include =" Program.cs" />
39
- <Compile Include =" Properties\AssemblyInfo.cs" />
40
7
<Compile Include =" ..\..\src\SQLite.cs" >
41
8
<Link >SQLite.cs</Link >
42
9
</Compile >
45
12
</Compile >
46
13
</ItemGroup >
47
14
<ItemGroup >
48
- <None Include =" packages.config " />
15
+ <PackageReference Include =" ListDiff " Version = " 1.2.10 " />
49
16
</ItemGroup >
50
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
51
17
</Project >
0 commit comments