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 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<UserSecretsId >aspnet-TodoListService-03230DB1-5145-408C-A48B-BE3DAFC56C31</UserSecretsId >
6
6
<WebProject_DirectoryAccessLevelKey >0</WebProject_DirectoryAccessLevelKey >
7
7
</PropertyGroup >
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 3.6.2" />
15
14
<PackageReference Include =" Microsoft.Identity.Web" Version =" 3.6.2" />
15
+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 3.6.2" />
16
16
</ItemGroup >
17
17
18
18
</Project >
You can’t perform that action at this time.
0 commit comments