File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
1. Desktop app calls Web API/TodoListService
2. Web API now calls Microsoft Graph/TodoListService Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/setup-dotnet@v3
21
21
with :
22
22
dotnet-version : 7.x
23
- - name : Restore
24
- run : dotnet restore buildAllSlns.proj
23
+ - name : setup-msbuild
24
+ uses : microsoft/setup-msbuild@v2
25
25
- name : Build
26
- run : dotnet msbuild buildAllSlns.proj
26
+ run : msbuild /r buildAllSlns.proj
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.15.1 " />
10
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.17.0 " />
11
11
</ItemGroup >
12
12
</Project >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 2.15.1 " />
15
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.15.1 " />
14
+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 2.17.0 " />
15
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.17.0 " />
16
16
</ItemGroup >
17
17
18
18
</Project >
You can’t perform that action at this time.
0 commit comments