Add Bundleconfig.Json for Company Master
This commit is contained in:
parent
0529c994a3
commit
b17027163c
12
BCS.BMC/src/BCS.BMC.Web.Mvc/.config/dotnet-tools.json
Normal file
12
BCS.BMC/src/BCS.BMC.Web.Mvc/.config/dotnet-tools.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"isRoot": true,
|
||||||
|
"tools": {
|
||||||
|
"dotnet-ef": {
|
||||||
|
"version": "6.0.10",
|
||||||
|
"commands": [
|
||||||
|
"dotnet-ef"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -156,5 +156,11 @@
|
|||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"wwwroot/Common/helpers.js"
|
"wwwroot/Common/helpers.js"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"outputFileName": "wwwroot/view-resources/Views/CompanyMaster/Index.min.js",
|
||||||
|
"inputFiles": [
|
||||||
|
"wwwroot/view-resources/Views/CompanyMaster/Index.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user