Skip to content

Commit 79d2217

Browse files
committed
升级到 NET 7
1 parent 6708d1b commit 79d2217

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ComputerLock.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<Version>1.2.4.8</Version>
77

88
<OutputType>WinExe</OutputType>
9-
<TargetFramework>net6.0-windows</TargetFramework>
9+
<TargetFramework>net7.0-windows</TargetFramework>
1010
<UseWindowsForms>true</UseWindowsForms>
1111
<ApplicationManifest>app.manifest</ApplicationManifest>
1212
<ApplicationIcon>icon.ico</ApplicationIcon>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="JiuLing.AutoUpgrade" Version="1.2.4" />
17-
<PackageReference Include="JiuLing.CommonLibs" Version="1.3.2" />
16+
<PackageReference Include="JiuLing.AutoUpgrade" Version="1.2.8" />
17+
<PackageReference Include="JiuLing.CommonLibs" Version="1.5.2" />
1818
<PackageReference Include="JiuLing.Controls.WinForms" Version="0.0.3" />
1919
</ItemGroup>
2020

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
首次运行时需要安装.Net6运行时,下载地址:
2-
https://aka.ms/dotnet/6.0/windowsdesktop-runtime-win-x64.exe
1+
首次运行时需要安装.Net7运行时,下载地址:
2+
https://aka.ms/dotnet/7.0/windowsdesktop-runtime-win-x64.exe

0 commit comments

Comments
 (0)