Skip to content

Commit c88d8d7

Browse files
authored
Fixup for IdentityModel preview4 (#200)
This was missed in #198
1 parent b7d271d commit c88d8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-projects/azure-activedirectory-identitymodel-extensions-for-dotnet.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<BuildCommandArgs>$(BuildCommandArgs) /p:Configuration=$(Configuration)</BuildCommandArgs>
1919
<BuildCommandArgs>$(BuildCommandArgs) /v:$(LogVerbosity)</BuildCommandArgs>
2020
<BuildCommandArgs>$(BuildCommandArgs) $(RedirectRepoOutputToLog)</BuildCommandArgs>
21-
<BuildCommandArgs>$(BuildCommandArgs) /p:Version=7.0.0-preview3</BuildCommandArgs>
21+
<BuildCommandArgs>$(BuildCommandArgs) /p:Version=7.0.0-preview4</BuildCommandArgs>
2222

2323
<PackCommandArgs>$(BuildCommandArgs) --output $(ProjectDirectory)pack</PackCommandArgs>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)