File tree Expand file tree Collapse file tree
ProjectTemplates/ReferenceProject Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
55 <LangVersion >latest</LangVersion >
6+ <AspNetCoreModuleName >AspNetCoreModuleV2</AspNetCoreModuleName >
67 </PropertyGroup >
78
89 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 1515 </modules >
1616 <handlers >
1717 <clear />
18- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule " resourceType =" Unspecified" />
18+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2 " resourceType =" Unspecified" />
1919 </handlers >
2020 <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" >
2121 <environmentVariables />
You can’t perform that action at this time.
0 commit comments