|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>netcoreapp2.2</TargetFramework> |
| 5 | + <TargetFramework>net8.0</TargetFramework> |
| 6 | + <NoWarn>$(NoWarn);SYSLIB0011</NoWarn> |
6 | 7 | </PropertyGroup> |
7 | 8 |
|
8 | 9 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
9 | 10 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
10 | 11 | <Prefer32Bit>false</Prefer32Bit> |
11 | | - <DefineConstants>TRACE;DEBUG;NETCOREAPP;NETCOREAPP2_2;DUMP</DefineConstants> |
| 12 | + <DefineConstants>TRACE;DEBUG;DUMP</DefineConstants> |
12 | 13 | </PropertyGroup> |
13 | 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
14 | 15 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
15 | 16 | </PropertyGroup> |
16 | 17 | <ItemGroup> |
| 18 | + <PackageReference Include="curve25519-pcl" Version="1.0.1" /> |
17 | 19 | <PackageReference Include="Makaretu.Dns.Multicast" Version="0.27.0" /> |
18 | | - <PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" /> |
19 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" /> |
20 | | - <PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" /> |
| 20 | + <PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" /> |
| 21 | + <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" /> |
| 22 | + <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" /> |
21 | 23 | <PackageReference Include="RtspClientSharp" Version="1.3.3" /> |
22 | | - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
23 | | - <PackageReference Include="BouncyCastle" Version="1.8.6.1" /> |
24 | | - <PackageReference Include="Curve25519" Version="1.0.1" /> |
| 24 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 25 | + <PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" /> |
25 | 26 | <PackageReference Include="Chaos.NaCl.Core" Version="1.0.0" /> |
26 | | - <PackageReference Include="curve25519-pcl" Version="1.0.1" /> |
| 27 | + <PackageReference Include="Curve25519" Version="1.0.1" /> |
27 | 28 | </ItemGroup> |
28 | 29 |
|
29 | 30 | <ItemGroup> |
|
0 commit comments