Skip to content

Commit

Permalink
Merge pull request #109 from FherStk/dependabot/nuget/core/SSH.NET-20…
Browse files Browse the repository at this point in the history
…20.0.2

Bump SSH.NET from 2020.0.1 to 2020.0.2 in /core
  • Loading branch information
FherStk authored Jun 2, 2022
2 parents e9492b3 + f7f2d65 commit dd0cc42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/AutoCheck.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Fernando Porrino Serrano</Authors>
<Product>AutoCheck.Core</Product>
<Copyright>Copyright © 2022</Copyright>
<VersionPrefix>2.22.2</VersionPrefix>
<VersionPrefix>2.22.3</VersionPrefix>
<VersionSuffix>stable</VersionSuffix>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<AssemblyFileVersion>$(AssemblyVersion)</AssemblyFileVersion>
Expand All @@ -30,7 +30,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SSH.NET" Version="2020.0.1"/>
<PackageReference Include="SSH.NET" Version="2020.0.2"/>
<PackageReference Include="Google.Apis.Drive.v3" Version="1.55.0.2502"/>
<PackageReference Include="Google.Apis.Storage.v1" Version="1.55.0.2482"/>
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0"/>
Expand Down Expand Up @@ -62,4 +62,4 @@
<Target Name="ObliterateAfterClean" AfterTargets="Build">
<RemoveDir Directories="bin\Debug\net6.0\temp"/>
</Target>
</Project>
</Project>

0 comments on commit dd0cc42

Please sign in to comment.