Skip to content

Commit b9a1982

Browse files
update nuget packages and target framework to net10
1 parent 6befa6c commit b9a1982

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

FileSyncApp/FileSyncApp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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>

FileSyncAppConfigEditor/FileSyncAppConfigEditor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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>

FileSyncAppWin/FileSyncAppWin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

FileSyncAppWin/buildcommand.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

FileSyncLibNet/FileSyncLibNet.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
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">

0 commit comments

Comments
 (0)