File tree 6 files changed +15
-12
lines changed
1. Desktop app calls Web API
2. Web API now calls Microsoft Graph
6 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -190,3 +190,5 @@ artifacts/
190
190
/1. Desktop app calls Web API /AppCreationScripts /Steps.md
191
191
/3.-Web-api-call-Microsoft-graph-for-personal-accounts /AppCreationScripts /createdApps.html
192
192
/1.1 Desktop app calls Web API - PoP /AppCreationScripts /createdApps.html
193
+ /.SharedData
194
+ /out
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.54.1 " />
11
- <PackageReference Include =" Microsoft.Identity.Client.Desktop" Version =" 4.54.1 " />
12
- <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 2.29.0 " />
10
+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.67.2 " />
11
+ <PackageReference Include =" Microsoft.Identity.Client.Desktop" Version =" 4.67.2 " />
12
+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.67.2 " />
13
13
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
14
14
</ItemGroup >
15
15
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net9.0 </TargetFramework >
5
5
<UserSecretsId >aspnet-TodoListService-03230DB1-5145-408C-A48B-BE3DAFC56C30</UserSecretsId >
6
6
<WebProject_DirectoryAccessLevelKey >0</WebProject_DirectoryAccessLevelKey >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.19.1" />
10
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.6.2" />
11
+ <PackageReference Include =" System.Drawing.Common" Version =" 6.0.0" />
11
12
</ItemGroup >
12
13
</Project >
Original file line number Diff line number Diff line change 108
108
</ItemGroup >
109
109
<ItemGroup >
110
110
<PackageReference Include =" Microsoft.Identity.Client" >
111
- <Version >4.53.0 </Version >
111
+ <Version >4.67.2 </Version >
112
112
</PackageReference >
113
113
<PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" >
114
- <Version >2.29.0 </Version >
114
+ <Version >4.67.2 </Version >
115
115
</PackageReference >
116
116
<PackageReference Include =" Newtonsoft.Json" >
117
117
<Version >13.0.3</Version >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<UserSecretsId >aspnet-TodoListService-03230DB1-5145-408C-A48B-BE3DAFC56C31</UserSecretsId >
6
6
<WebProject_DirectoryAccessLevelKey >0</WebProject_DirectoryAccessLevelKey >
7
7
</PropertyGroup >
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph " Version =" 2.19.1 " />
15
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.19.1 " />
14
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.6.2 " />
15
+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph " Version =" 3.6.2 " />
16
16
</ItemGroup >
17
17
18
18
</Project >
Original file line number Diff line number Diff line change 1
- msbuild /t:restore buildAllSlns.proj
2
- msbuild buildAllSlns.proj
1
+ msbuild /t:restore buildAllSlns.proj /v:m
2
+ msbuild buildAllSlns.proj /v:m
You can’t perform that action at this time.
0 commit comments