File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed
Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1818 "type" : " coreclr" ,
1919 "request" : " launch" ,
2020 "preLaunchTask" : " build-webapi" ,
21- "program" : " ${workspaceFolder}/src/WebApi/bin/Debug/net9 .0/WebApi.dll" ,
21+ "program" : " ${workspaceFolder}/src/WebApi/bin/Debug/net10 .0/WebApi.dll" ,
2222 "args" : [],
2323 "cwd" : " ${workspaceFolder}/src/WebApi" ,
2424 "stopAtEntry" : false ,
3434 "type" : " coreclr" ,
3535 "request" : " launch" ,
3636 "preLaunchTask" : " build-webapi2" ,
37- "program" : " ${workspaceFolder}/src/WebApi2/bin/Debug/net9 .0/WebApi2.dll" ,
37+ "program" : " ${workspaceFolder}/src/WebApi2/bin/Debug/net10 .0/WebApi2.dll" ,
3838 "args" : [],
3939 "cwd" : " ${workspaceFolder}/src/WebApi2" ,
4040 "stopAtEntry" : false ,
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.8 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.8 " PrivateAssets =" all" />
12- <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" Version =" 9 .0.8 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.0 " PrivateAssets =" all" />
12+ <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" Version =" 10 .0.0 " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <UserSecretsId >5a50a5a9-4ffd-4fc0-8c35-32601417dc6f</UserSecretsId >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 9.0.8" />
12- <PackageReference Include =" Microsoft.AspNetCore.HttpsPolicy" Version =" 2.3.0" />
13- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.8" />
1411 <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.13.2" />
1512 <PackageReference Include =" Microsoft.Identity.Web.DownstreamApi" Version =" 3.13.2" />
1613 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 9.0.8" />
11- <PackageReference Include =" Microsoft.AspNetCore.HttpsPolicy" Version =" 2.3.0" />
1210 <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.8" />
1311 <PackageReference Include =" Microsoft.Identity.Web" Version =" 3.13.2" />
1412 </ItemGroup >
You can’t perform that action at this time.
0 commit comments