Skip to content

Commit f81f448

Browse files
jennyf19jmprieur
andauthored
update to 2.13.3 (#243)
* update to 2.13.3 * Update dotnet.yml * Update dotnet.yml --------- Co-authored-by: Jean-Marc Prieur <[email protected]>
1 parent df1b899 commit f81f448

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
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

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="2.13.2" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="2.13.3" />
1111
</ItemGroup>
1212
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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>

0 commit comments

Comments
 (0)