Skip to content

Commit 85f8cf4

Browse files
authored
Update to Identity Web 0.2.1-preview. Add serviceDependencies.json. (#150)
1 parent ee1cab1 commit 85f8cf4

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

1. Desktop app calls Web API/TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Web" Version="0.2.0-preview" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="0.2.1-preview" />
1111
</ItemGroup>
1212
</Project>

2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Identity.Web" Version="0.2.0-preview" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="0.2.1-preview" />
1515
<PackageReference Include="Microsoft.Graph" Version="3.8.0" />
1616
</ItemGroup>
1717

4.-Console-app-calls-web-API-with-PoP/Microsoft.Identity.Web.Future/Microsoft.Identity.Web.Future.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PropertyGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="Microsoft.Identity.Web" Version="0.2.0-preview" />
44+
<PackageReference Include="Microsoft.Identity.Web" Version="0.2.1-preview" />
4545
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.7.1" />
4646
<PackageReference Include="System.Collections" Version="4.3.0" />
4747
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.7.1" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"dependencies": {
3+
"secrets1": {
4+
"type": "secrets"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"dependencies": {
3+
"secrets1": {
4+
"type": "secrets.user"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)