Skip to content

Commit

Permalink
Set minimal SSH.NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkes committed Mar 25, 2024
1 parent af8f7f8 commit 0cefbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SshNet.Agent/SshNet.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<PackageId>SshNet.Agent</PackageId>
<Version>2024.0.0.1-beta</Version>
<Version>2024.0.0.2-beta</Version>
<PackageVersion>$(Version)</PackageVersion>
<PackageTags>ssh;scp;sftp</PackageTags>
<Description>SSH.NET Extension to authenticate via OpenSSH Agent and PuTTY Pageant</Description>
Expand All @@ -19,6 +19,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SSH.NET" Version="2024.0.0" />
<PackageReference Include="SSH.NET" Version="[2023.0.1,)" />
</ItemGroup>
</Project>

0 comments on commit 0cefbe5

Please sign in to comment.