File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
src/Microsoft.Identity.Web.OWIN
tools/app-provisioning-tool/app-provisioning-lib Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ updates:
11
11
interval : " daily"
12
12
allow :
13
13
- dependency-name : " Microsoft.Identity*"
14
+ ignore :
15
+ # We do not want this leaving 5.5.0 since we don't use it and it could break customers
16
+ - dependency-name : " Microsoft.IdentityModel.Protocols.WsFederation"
14
17
labels :
15
18
- " dependabot"
16
19
- " dependencies"
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
4
4
<Title >Microsoft Identity Web.OWIN</Title >
Original file line number Diff line number Diff line change 13
13
</ItemGroup >
14
14
15
15
<ItemGroup Condition =" '$(UseWIP)' == 'false' " >
16
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.2.2 " />
16
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" $(MicrosoftIdentityWebVersion) " />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup Condition =" '$(UseWIP)' == 'true' " >
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup Condition =" '$(UseWIP)' == 'false' " >
12
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.2.2 " />
13
- <PackageReference Include =" Microsoft.Identity.Web.UI" Version =" 3.2.0 " />
12
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" $(MicrosoftIdentityWebVersion) " />
13
+ <PackageReference Include =" Microsoft.Identity.Web.UI" Version =" $(MicrosoftIdentityWebVersion) " />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup Condition =" '$(UseWIP)' == 'true' " >
Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 8.0.0" />
19
19
<PackageReference Include =" Microsoft.Graph.Beta" Version =" 5.81.0-preview" />
20
20
<PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.64.1" />
21
- <PackageReference Include =" System.Text.Json" Version =" 8.0.4 " />
21
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5 " />
22
22
</ItemGroup >
23
23
24
24
<ItemGroup >
You can’t perform that action at this time.
0 commit comments