File tree Expand file tree Collapse file tree 4 files changed +15
-17
lines changed Expand file tree Collapse file tree 4 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 11<Project Sdk="IKVM.NET.Sdk">
22
33 <PropertyGroup>
4- <TargetFramework>net472 </TargetFramework>
4+ <TargetFramework>net8.0 </TargetFramework>
55 </PropertyGroup>
66
77 <Import Project="$(BuildSupportDir)Cyberduck.Java.props" />
88
99 <ItemGroup>
10- <CyberduckReference Include="Core;Bonjour; Protocols;Cryptomator" />
10+ <CyberduckReference Include="Core;Protocols;Cryptomator" />
1111 <PackageReference Include="iterate-ch.IKVM.MSBuild.SkipDuplicates" />
1212
1313 <Convert Include="$(TargetBuildDir)*.jar" />
1414 </ItemGroup>
1515
16- </Project>
16+ </Project>
Original file line number Diff line number Diff line change 7070 <configuration >
7171 <artifacts >
7272 <artifact >
73- <classifier >net472</classifier >
7473 <type >dll</type >
75- <file >${project.build.directory} /net472 /Cyberduck.Cli.dll</file >
74+ <file >${project.build.directory} /net8.0 /Cyberduck.Cli.dll</file >
7675 </artifact >
7776 </artifacts >
7877 </configuration >
9190 <dependency >
9291 <groupId >ch.cyberduck</groupId >
9392 <artifactId >Cyberduck.Core</artifactId >
94- <classifier >net472 </classifier >
93+ <classifier >net8.0 </classifier >
9594 <type >dll</type >
9695 <version >${project.version} </version >
9796 </dependency >
9897 <dependency >
9998 <groupId >ch.cyberduck</groupId >
10099 <artifactId >Cyberduck.Core.Native</artifactId >
101- <classifier >net472 </classifier >
100+ <classifier >net8.0 </classifier >
102101 <type >dll</type >
103102 <version >${project.version} </version >
104103 </dependency >
105104 <dependency >
106105 <groupId >ch.cyberduck</groupId >
107106 <artifactId >Cyberduck.Protocols</artifactId >
108- <classifier >net472 </classifier >
107+ <classifier >net8.0 </classifier >
109108 <type >dll</type >
110109 <version >${project.version} </version >
111110 </dependency >
112111 <dependency >
113112 <groupId >ch.cyberduck</groupId >
114113 <artifactId >Cyberduck.Cryptomator</artifactId >
115- <classifier >net472 </classifier >
114+ <classifier >net8.0 </classifier >
116115 <type >dll</type >
117116 <version >${project.version} </version >
118117 </dependency >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net472</TargetFramework >
6- <Platforms >x64</Platforms >
5+ <TargetFramework >net8.0-windows10.0.22621.0</TargetFramework >
76 <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
7+ <Platforms >x64</Platforms >
88 </PropertyGroup >
99
1010 <ItemGroup >
4141
4242 <ItemGroup >
4343 <PackageReference Include =" IKVM" />
44- <PackageReference Include =" System.Memory " />
44+ <PackageReference Include =" System.Configuration.ConfigurationManager " />
4545 </ItemGroup >
4646
4747</Project >
Original file line number Diff line number Diff line change 8383 <dependency >
8484 <groupId >ch.cyberduck</groupId >
8585 <artifactId >Cyberduck.Core</artifactId >
86- <classifier >net472 </classifier >
86+ <classifier >net8.0 </classifier >
8787 <type >dll</type >
8888 <version >${project.version} </version >
8989 </dependency >
9090 <dependency >
9191 <groupId >ch.cyberduck</groupId >
9292 <artifactId >Cyberduck.Core.Native</artifactId >
93- <classifier >net472 </classifier >
93+ <classifier >net8.0 </classifier >
9494 <type >dll</type >
9595 <version >${project.version} </version >
9696 <scope >runtime</scope >
9797 </dependency >
9898 <dependency >
9999 <groupId >ch.cyberduck</groupId >
100100 <artifactId >Cyberduck.Protocols</artifactId >
101- <classifier >net472 </classifier >
101+ <classifier >net8.0 </classifier >
102102 <type >dll</type >
103103 <version >${project.version} </version >
104104 </dependency >
105105 <dependency >
106106 <groupId >ch.cyberduck</groupId >
107107 <artifactId >Cyberduck.Cryptomator</artifactId >
108- <classifier >net472 </classifier >
108+ <classifier >net8.0 </classifier >
109109 <type >dll</type >
110110 <version >${project.version} </version >
111111 </dependency >
112112 <dependency >
113113 <groupId >ch.cyberduck</groupId >
114114 <artifactId >Cyberduck.Cli</artifactId >
115- <classifier >net472</classifier >
116115 <type >dll</type >
117116 <version >${project.version} </version >
118117 </dependency >
You can’t perform that action at this time.
0 commit comments