File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
AbpCompanyName.AbpProjectName.Application/Roles/Dto
AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ public class CreateRoleDto
2222 [ StringLength ( Role . MaxDescriptionLength ) ]
2323 public string Description { get ; set ; }
2424
25- public bool IsStatic { get ; set ; }
26-
2725 public List < string > Permissions { get ; set ; }
2826 }
2927}
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ public class RoleDto : EntityDto<int>
2323 [ StringLength ( Role . MaxDescriptionLength ) ]
2424 public string Description { get ; set ; }
2525
26- public bool IsStatic { get ; set ; }
27-
2826 public List < string > Permissions { get ; set ; }
2927 }
3028}
Original file line number Diff line number Diff line change 22<configuration >
33 <system .webServer>
44 <handlers >
5- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule " resourceType =" Unspecified" />
5+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2 " resourceType =" Unspecified" />
66 </handlers >
77 <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" >
88 <environmentVariables />
You can’t perform that action at this time.
0 commit comments