|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>net6.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <OutputType>Library</OutputType>
|
6 | 6 | <RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers>
|
| 7 | + <!-- <SelfContained>true</SelfContained> --> |
7 | 8 | <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
8 |
| - <NoWarn>NU1701;NU1603</NoWarn> |
| 9 | + <NoWarn>NU1701;NU1603;SYSLIB0050;SYSLIB0051</NoWarn> |
9 | 10 | <Version>$(Version)</Version>
|
10 | 11 | <DefineConstants>TRACE</DefineConstants>
|
11 | 12 | <LangVersion>8.0</LangVersion>
|
|
14 | 15 |
|
15 | 16 | <ItemGroup>
|
16 | 17 | <PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
|
17 |
| - <PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" /> |
| 18 | + <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> |
18 | 19 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
19 |
| - <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" /> |
20 |
| - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.2.1" /> |
21 |
| - <PackageReference Include="System.Security.Cryptography.Cng" Version="4.4.0" /> |
22 |
| - <PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.4.0" /> |
23 |
| - <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.4.0" /> |
| 20 | + <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" /> |
| 21 | + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" /> |
| 22 | + <PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" /> |
| 23 | + <PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" /> |
| 24 | + <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" /> |
24 | 25 | <PackageReference Include="Minimatch" Version="2.0.0" />
|
25 | 26 | <PackageReference Include="YamlDotNet.Signed" Version="5.3.0" />
|
26 | 27 | <PackageReference Include="System.Net.Http" Version="4.3.4" />
|
|
0 commit comments