mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
2024.0.0 (#1330)
This commit is contained in:
committed by
GitHub
parent
f8b3ef30fc
commit
442f0a9706
@@ -10,7 +10,7 @@
|
||||
<PropertyGroup>
|
||||
<PackageId>SSH.NET</PackageId>
|
||||
<Title>SSH.NET</Title>
|
||||
<Version>2023.0.2</Version>
|
||||
<Version>2024.0.0</Version>
|
||||
<Description>SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.</Description>
|
||||
<Copyright>Copyright © Renci 2010-$([System.DateTime]::UtcNow.Year)</Copyright>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<!--
|
||||
Testcontainers has a dependency on SSH.NET which causes build warnings during assembly resolution:
|
||||
|
||||
warning MSB3243: No way to resolve conflict between "Renci.SshNet, Version=2023.0.2.0, Culture=neutral
|
||||
warning MSB3243: No way to resolve conflict between "Renci.SshNet, Version=2024.0.0.0, Culture=neutral
|
||||
, PublicKeyToken=1cee9f8bde3db106" and "Renci.SshNet, Version=2023.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db
|
||||
106". Choosing "Renci.SshNet, Version=2023.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106" arbitrarily.
|
||||
106". Choosing "Renci.SshNet, Version=2024.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106" arbitrarily.
|
||||
|
||||
To fix, we explicitly exclude the SSH.NET nuget package from this project's dependencies.
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user