Skip to content

Commit

Permalink
Update package dependencies to latest stable versions. (#355)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tmds authored Jun 19, 2024
1 parent 7cee853 commit aae405c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
You can change it locally when running without the test runner to match with the .NET SDK under test. -->
<TestTargetFramework Condition="'$(TestTargetFramework)' == ''">net6.0</TestTargetFramework>

<SystemDataOdbcVersion>6.0.0</SystemDataOdbcVersion>
<MicrosoftNetTestSdkVersion>17.4.0</MicrosoftNetTestSdkVersion>
<XunitVersion>2.4.1</XunitVersion>
<XunitRunnerVisualStudioVersion>2.4.3</XunitRunnerVisualStudioVersion>
<SystemDataOdbcVersion>8.0.0</SystemDataOdbcVersion>
<MicrosoftNetTestSdkVersion>17.10.0</MicrosoftNetTestSdkVersion>
<XunitVersion>2.8.1</XunitVersion>
<XunitRunnerVisualStudioVersion>2.8.1</XunitRunnerVisualStudioVersion>
</PropertyGroup>
</Project>

0 comments on commit aae405c

Please sign in to comment.