Files
pengchen-exam-java-applicat…/Applications/Applications.csproj

17 lines
491 B
XML
Raw Normal View History

2025-06-27 11:51:40 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="9.3.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
2025-06-27 11:51:40 +08:00
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.6" />
</ItemGroup>
</Project>