File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 "type" : " coreclr" ,
77 "request" : " launch" ,
88 "preLaunchTask" : " Build" ,
9- "program" : " ${workspaceFolder}/src/TestServer/bin/Debug/netcoreapp3.1 /TestServer.dll" ,
10- "cwd" : " ${workspaceFolder}/src/TestServer/bin/Debug/netcoreapp3.1 /" ,
9+ "program" : " ${workspaceFolder}/src/TestServer/bin/Debug/net6.0 /TestServer.dll" ,
10+ "cwd" : " ${workspaceFolder}/src/TestServer/bin/Debug/net6.0 /" ,
1111 "internalConsoleOptions" : " openOnSessionStart" ,
1212 "env" :
1313 {
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <OutputType >Exe</OutputType >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
66 <ProjectReference Include =" ..\Simplify.Web.Multipart\Simplify.Web.Multipart.csproj" />
You can’t perform that action at this time.
0 commit comments