Skip to content

Commit d19edbb

Browse files
authored
Update version.props (#3199)
1 parent 2f82d57 commit d19edbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<!-- MicrosoftIdentityModelVersion -->
44
<PropertyGroup>
5-
<MicrosoftIdentityModelCurrentVersion>8.7.1</MicrosoftIdentityModelCurrentVersion>
5+
<MicrosoftIdentityModelCurrentVersion>8.8.1</MicrosoftIdentityModelCurrentVersion>
66

77
<PreviewVersionSuffix Condition="'$(PreviewVersionSuffix)' == '' and '$(BuildingInsideVisualStudio)' != 'true'">preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHHmmss"))</PreviewVersionSuffix>
88
<!--VS re-evaluates the variables, so having seconds or minutes creates an infinite loop of package updates-->

0 commit comments

Comments
 (0)