File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
10- <PackageReference Include =" Serilog" Version =" 4.2 .0" />
11- <PackageReference Include =" Serilog.Extensions.Logging" Version =" 9 .0.1 " />
9+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4 " />
10+ <PackageReference Include =" Serilog" Version =" 4.3 .0" />
11+ <PackageReference Include =" Serilog.Extensions.Logging" Version =" 10 .0.0 " />
1212 <PackageReference Include =" Serilog.Sinks.Async" Version =" 2.1.0" />
13- <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0 " />
13+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.1.1 " />
1414 <PackageReference Include =" Serilog.Sinks.File" Version =" 7.0.0" />
1515 <PackageReference Include =" System.Runtime.InteropServices" Version =" 4.3.0" />
1616 </ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net9 .0-windows</TargetFramework >
5+ <TargetFramework >net10 .0-windows</TargetFramework >
66 <Nullable >enable</Nullable >
77 <UseWindowsForms >true</UseWindowsForms >
88 <ImplicitUsings >enable</ImplicitUsings >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
12+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4 " />
1313 </ItemGroup >
1414
1515 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net9 .0-windows</TargetFramework >
5+ <TargetFramework >net10 .0-windows</TargetFramework >
66
77 <UseWindowsForms >true</UseWindowsForms >
88 <ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 1- dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -p:Version=0.0.18 -r win-x64 --self-contained .\FileSyncAppWin.csproj
1+ dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -p:Version=0.0.20 -r win-x64 --self-contained .\FileSyncAppWin.csproj
Original file line number Diff line number Diff line change 1212 <Description >A library to easily backup or sync 2 folders either once or in a given interval.</Description >
1313 </PropertyGroup >
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.4 " />
15+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 10 .0.1 " />
1616 <PackageReference Include =" RoboSharp" Version =" 1.6.0" />
17- <PackageReference Include =" SMBLibrary" Version =" 1.5.4 " />
18- <PackageReference Include =" SSH.NET" Version =" 2025.0 .0" />
19- <PackageReference Include =" System.Text.Json" Version =" 9 .0.4 " />
17+ <PackageReference Include =" SMBLibrary" Version =" 1.5.5.1 " />
18+ <PackageReference Include =" SSH.NET" Version =" 2025.1 .0" />
19+ <PackageReference Include =" System.Text.Json" Version =" 10 .0.1 " />
2020 </ItemGroup >
2121 <ItemGroup >
2222 <Content Include =" ../README.md" >
You can’t perform that action at this time.
0 commit comments