You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
828 B
21 lines
828 B
8 months ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<Nullable>enable</Nullable>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
|
||
|
<PackageReference Include="System.Management" Version="8.0.0" />
|
||
|
<PackageReference Include="WebDav.Client" Version="2.8.0" />
|
||
|
<PackageReference Include="Makaretu.Dns.Multicast" Version="0.27.0" />
|
||
|
<PackageReference Include="System.IO.Ports" Version="8.0.0" />
|
||
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
|
||
|
<PackageReference Include="Quartz" Version="3.8.1" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|