skwasjer / IbanNet

C# .NET IBAN validator, parser, builder and generator
Apache License 2.0
119 stars 31 forks source link

ci: remove latest .NET SDK temporarily #165

Closed skwasjer closed 10 months ago

skwasjer commented 10 months ago

There is an issue with latest SDK (7.0.400) on Linux with .NET Framework causing builds with .NET Framework to fail. https://github.com/microsoft/vstest/issues/4549

Unfortunatey, it becomes preinstalled with latest GitHub runner images, so have to remove it for now.

Opting to lower version (eg. 7.0.307) via installer is not sufficient!