Skip to content

Commit

Permalink
refactor: update Graph deps in VS tab template (#10580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimin-Jin authored Dec 22, 2023
1 parent a99ae9a commit df858bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
<PackageReference Include="Microsoft.Graph" Version="5.6.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.2.0" />
<PackageReference Include="Microsoft.TeamsFx" Version="2.3.*" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion templates/csharp/non-sso-tab/{{ProjectName}}.csproj.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
<PackageReference Include="Microsoft.Graph" Version="5.6.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.2.0" />
<PackageReference Include="Microsoft.TeamsFx" Version="2.3.*" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion templates/csharp/sso-tab-ssr/{{ProjectName}}.csproj.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
<PackageReference Include="Microsoft.Graph" Version="5.6.0" />
<PackageReference Include="Microsoft.Graph" Version="5.37.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.2.0" />
<PackageReference Include="Microsoft.TeamsFx" Version="2.3.*" />
</ItemGroup>
Expand Down

0 comments on commit df858bc

Please sign in to comment.