redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

Update package dependencies to latest stable versions. #355

Closed tmds closed 5 months ago

tmds commented 5 months ago

The current version we have for the test framework references vulnerable versions for System.Net.Http and System.Text.RegularExpressions which causes the test projects to fail to build with the latest .NET 9 SDK.

This updates all dependencies to their latest stable versions.

cc @nicrowe00 @omajid

tmds commented 5 months ago

CI failures are unrelated to the changes.

omajid commented 5 months ago

Vulnerable versions fail to restore with .NET 9 SDK? That's a pretty cool feature!