mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
Bump testcontainers to 4.13 (#1809)
* Downgrade testcontainers to 4.11 Running the .NET Framework integration tests locally (not CI since we don't use the library there) is broken in 4.12. Also add .dockerignore since the image was including 200MB of stuff under bin/. * bump to 4.13
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
|
||||
<!-- Should stay on LTS .NET releases. -->
|
||||
<PackageVersion Include="System.Formats.Asn1" Version="10.0.9" />
|
||||
<PackageVersion Include="Testcontainers" Version="4.12.0" />
|
||||
<PackageVersion Include="Testcontainers" Version="4.13.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!server/*
|
||||
!user/*
|
||||
Reference in New Issue
Block a user