upgrade to .net 8.0
This commit is contained in:
parent
db520a3833
commit
b78416fbdb
@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
|
||||
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
|
||||
<OutputType>Exe</OutputType>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
@ -33,9 +33,9 @@
|
||||
<Copyright>Copyright © Chenx221 2023</Copyright>
|
||||
<AssemblyVersion>1.0.0.3</AssemblyVersion>
|
||||
<FileVersion>1.0.0.3</FileVersion>
|
||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
||||
<StartupObject>ConsoleApp1.Program</StartupObject>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.8.1">
|
||||
@ -55,6 +55,5 @@
|
||||
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.0.3" />
|
||||
<PackageReference Include="itext7.bouncy-castle-fips-adapter" Version="8.0.3" />
|
||||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user