55 <LangVersion >latest</LangVersion >
66 <!-- <TargetFramework>net5.0</TargetFramework> -->
77 <!-- <TargetFramework>net5.0-windows</TargetFramework> -->
8+ <TargetFramework >net6.0-windows10.0.22000.0</TargetFramework >
89
9- <TargetFramework >net5.0-windows10.0.17763.0</TargetFramework >
1010
11+ <!-- <TargetFramework>net6.0-windows10.0.17763.0</TargetFramework> -->
1112 <RuntimeIdentifier >win10-x64</RuntimeIdentifier >
12- <PublishSingleFile >true</PublishSingleFile >
13+
14+
15+
16+ <!-- <PublishSingleFile>true</PublishSingleFile> -->
17+
1318 <PublishTrimmed >true</PublishTrimmed >
19+
20+
1421 <!-- <RuntimeIdentifiers>win10-x64;ubuntu.16.04-x64</RuntimeIdentifiers> -->
1522
1623 <!-- <PublishReadyToRun>true</PublishReadyToRun>-->
2734
2835
2936 </PropertyGroup >
30- <ItemGroup >
31-
32- <!-- <SupportedPlatform Include="win10-x64" /> -->
33-
34- </ItemGroup >
3537 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
3638 <DefineConstants >DEBUG;TRACE;JETBRAINS_ANNOTATIONS</DefineConstants >
3739 <!-- <NoWarn>CA1416</NoWarn> -->
4648 </PropertyGroup >
4749
4850 <ItemGroup >
49- <PackageReference Include =" JetBrains.Annotations" Version =" 2021.1 .0" />
50- <PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.0 .2" />
51+ <PackageReference Include =" JetBrains.Annotations" Version =" 2021.3 .0" />
52+ <PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.1 .2" />
5153 <PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0.0" />
5254 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
53- <PackageReference Include =" RestSharp" Version =" 106.12 .0" />
54- <PackageReference Include =" System.Drawing.Common" Version =" 5 .0.2 " />
55+ <PackageReference Include =" RestSharp" Version =" 106.13 .0" />
56+ <PackageReference Include =" System.Drawing.Common" Version =" 6 .0.0 " />
5557 <PackageReference Include =" System.Json" Version =" 4.7.1" />
56- <PackageReference Include =" System.Windows.Extensions" Version =" 5 .0.0" />
58+ <PackageReference Include =" System.Windows.Extensions" Version =" 6 .0.0" />
5759 <ProjectReference Include =" ..\SmartImage.Lib\SmartImage.Lib.csproj" />
60+ <Reference Include =" Kantan" >
61+ <HintPath >..\..\..\VSProjects\Kantan\Kantan\bin\Release\net6.0\Kantan.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" Kantan.Net" >
64+ <HintPath >..\..\..\VSProjects\Kantan\Kantan.Net\bin\Release\net6.0\Kantan.Net.dll</HintPath >
65+ </Reference >
66+ <Reference Include =" Novus" >
67+ <HintPath >..\..\..\VSProjects\Novus\Novus\bin\Release\net6.0\Novus.dll</HintPath >
68+ </Reference >
5869
5970
6071 <!-- Trimmer dependencies -->
7283 <PackageIcon >Icon.png</PackageIcon >
7384 <Description >Reverse image search identification library. Features Windows context menu integration and a command line interface.</Description >
7485 <Copyright >Copyright 2021</Copyright >
86+ <ImplicitUsings >enable</ImplicitUsings >
7587 <!-- <PackageIconUrl>https://raw.githubusercontent.com/Decimation/SmartImage/master/icon64.png</PackageIconUrl>-->
7688 </PropertyGroup >
77-
78-
79- <ItemGroup >
80-
81- <Reference Include =" Kantan" >
82- <HintPath >..\..\..\VSProjects\Kantan\Kantan\bin\Release\net5.0\Kantan.dll</HintPath >
83- </Reference >
84-
85- <Reference Include =" Kantan.Net" >
86- <HintPath >..\..\..\VSProjects\Kantan\Kantan.Net\bin\Release\net5.0\Kantan.Net.dll</HintPath >
87- </Reference >
88-
89- <Reference Include =" Novus" >
90- <HintPath >..\..\..\VSProjects\Novus\Novus\bin\Release\net5.0\Novus.dll</HintPath >
91- </Reference >
92-
93-
94- </ItemGroup >
9589</Project >
0 commit comments