File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
2. Web API now calls Microsoft Graph/TodoListService Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <UserSecretsId >aspnet-TodoListService-03230DB1-5145-408C-A48B-BE3DAFC56C31</UserSecretsId >
66 <WebProject_DirectoryAccessLevelKey >0</WebProject_DirectoryAccessLevelKey >
77 </PropertyGroup >
1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 3.6.2" />
1514 <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.6.2" />
15+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 3.6.2" />
1616 </ItemGroup >
1717
1818</Project >
You can’t perform that action at this time.
0 commit comments