File tree Expand file tree Collapse file tree 3 files changed +6
-4
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
-4
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/setup-dotnet@v3
2121 with :
2222 dotnet-version : 7.x
23+ - name : Restore
24+ run : dotnet restore buildAllSlns.proj
2325 - name : Build
24- run : dotnet build buildAllSlns.proj
26+ run : dotnet msbuild buildAllSlns.proj
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.13.2 " />
10+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.13.3 " />
1111 </ItemGroup >
1212</Project >
Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 2.13.2 " />
15- <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.13.2 " />
14+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 2.13.3 " />
15+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 2.13.3 " />
1616 </ItemGroup >
1717
1818</Project >
You can’t perform that action at this time.
0 commit comments