mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-06-16 14:03:21 +08:00
..
This commit is contained in:
parent
d744df3044
commit
38f9248e31
@ -1,16 +1,16 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>disable</Nullable>
|
||||
<LangVersion>preview</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0"/>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
|
||||
<PackageReference Include="SshNet.Security.Cryptography" Version="1.3.0"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0-preview.7.22375.6" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.2-beta2" />
|
||||
<PackageReference Include="SshNet.Security.Cryptography" Version="1.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user