Commit 7b2936f
Merged PR 716623: Add missing dependency for Microsoft.Identity.Client
The nuget generation logic seems to have a problem with a particular dependency, and even though Microsoft.IdentityModel lists Microsoft.IdentityModel.Abstractions as a dependency, the generated nuget spec does not include the latter for net6 (it does for other frameworks).
Patching this manually by including the missing dependency explicitly. We'll file a bug for fixing the root cause.1 parent fc72e4c commit 7b2936f
3 files changed
Lines changed: 6 additions & 0 deletions
File tree
- Public/Src
- Cache
- DistributedCache.Host/LauncherServer
- Monitor/Library
- Utilities/Authentication
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments