We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f82d57 commit d19edbbCopy full SHA for d19edbb
build/version.props
@@ -2,7 +2,7 @@
2
<Project>
3
<!-- MicrosoftIdentityModelVersion -->
4
<PropertyGroup>
5
- <MicrosoftIdentityModelCurrentVersion>8.7.1</MicrosoftIdentityModelCurrentVersion>
+ <MicrosoftIdentityModelCurrentVersion>8.8.1</MicrosoftIdentityModelCurrentVersion>
6
7
<PreviewVersionSuffix Condition="'$(PreviewVersionSuffix)' == '' and '$(BuildingInsideVisualStudio)' != 'true'">preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHHmmss"))</PreviewVersionSuffix>
8
<!--VS re-evaluates the variables, so having seconds or minutes creates an infinite loop of package updates-->
0 commit comments