Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Relax framework dependency from 8.0.3 to 8.0.1
Browse files Browse the repository at this point in the history
8.0.1 is the minimum version of the oidc handler that we can safely depend on, so we use it.
  • Loading branch information
josephdecock committed Aug 12, 2024
1 parent 74c33e8 commit 956f5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<FrameworkVersion>8.0.3</FrameworkVersion>
<FrameworkVersion>8.0.1</FrameworkVersion>
<ExtensionsVersion>8.0.0</ExtensionsVersion>
<WilsonVersion>7.1.2</WilsonVersion>
<IdentityServerVersion>7.0.6</IdentityServerVersion>
Expand Down

0 comments on commit 956f5ef

Please sign in to comment.