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

Commit 9c7bf6b

Browse files
committed
Relax framework dependency from 8.0.3 to 8.0.1
8.0.1 is the minimum version of the oidc handler that we can safely depend on, so we use it.
1 parent f08f453 commit 9c7bf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Directory.Build.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
3-
<FrameworkVersion>8.0.3</FrameworkVersion>
3+
<FrameworkVersion>8.0.1</FrameworkVersion>
44
<ExtensionsVersion>8.0.0</ExtensionsVersion>
55
<WilsonVersion>7.1.2</WilsonVersion>
66
<IdentityServerVersion>7.0.6</IdentityServerVersion>

0 commit comments

Comments
 (0)