Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update framwork testing version to 8.0.11 to solve vuln warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Nov 28, 2024
1 parent 71af27f commit d40da34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<FrameworkVersionRuntime>8.0.0</FrameworkVersionRuntime>
<FrameworkVersionTesting>8.0.8</FrameworkVersionTesting>
<WilsonVersion>7.1.2</WilsonVersion> <!-- Used in samples -->
<FrameworkVersionTesting>8.0.11</FrameworkVersionTesting>
<WilsonVersion>8.0.1</WilsonVersion>
<YarpVersion>2.1.0</YarpVersion>
<IdentityServerVersion>7.0.6</IdentityServerVersion>
</PropertyGroup>
Expand Down

0 comments on commit d40da34

Please sign in to comment.