Skip to content

Commit ed97b54

Browse files
authored
version upper bound for abstractions (#2962)
1 parent a596983 commit ed97b54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
<MicrosoftGraphVersion>4.36.0</MicrosoftGraphVersion>
8888
<MicrosoftGraphBetaVersion>4.57.0-preview</MicrosoftGraphBetaVersion>
8989
<MicrosoftExtensionsHttpVersion>3.1.3</MicrosoftExtensionsHttpVersion>
90-
<MicrosoftIdentityAbstractions>6.0.0</MicrosoftIdentityAbstractions>
90+
<!-- IdentityWeb v3.0.1 is not compatible with Abstractions v7; 6.0.0 ≤ version < 7.0.0 -->
91+
<MicrosoftIdentityAbstractions>[6.0.0, 7.0.0)</MicrosoftIdentityAbstractions>
9192
<NetNineRuntimeVersion>9.0.0-preview.6.24327.7</NetNineRuntimeVersion>
9293
<AspNetCoreNineRuntimeVersion>9.0.0-preview.6.24328.4</AspNetCoreNineRuntimeVersion>
9394
<!--CVE-2024-30105-->

0 commit comments

Comments
 (0)