fix before merge
This commit is contained in:
parent
d7bfacb34e
commit
ceaaa619c2
31 changed files with 921 additions and 704 deletions
|
|
@ -1,27 +1,34 @@
|
|||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj": {}
|
||||
"D:\\Develop\\Source\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj": {
|
||||
"D:\\Develop\\Source\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj",
|
||||
"projectUniqueName": "D:\\Develop\\Source\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj",
|
||||
"projectName": "BMA.EHR.Recruit.Service",
|
||||
"projectPath": "D:\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj",
|
||||
"packagesPath": "C:\\Users\\Windows 10\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\BMA-EHR-RECRUIT-SERVICE\\obj\\",
|
||||
"projectPath": "D:\\Develop\\Source\\BMA-EHR-RECRUIT-SERVICE\\BMA.EHR.Recruit.Service.csproj",
|
||||
"packagesPath": "C:\\Users\\suphonchai\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Develop\\Source\\BMA-EHR-RECRUIT-SERVICE\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files\\DevExpress 23.1\\Components\\Offline Packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"D:\\BMA-EHR-RECRUIT-SERVICE\\NuGet.Config",
|
||||
"C:\\Users\\Windows 10\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"D:\\Develop\\Source\\BMA-EHR-RECRUIT-SERVICE\\NuGet.Config",
|
||||
"C:\\Users\\suphonchai\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 23.1.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net7.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {},
|
||||
"https://nuget.frappet.synology.me/v3/index.json": {}
|
||||
},
|
||||
|
|
@ -35,6 +42,11 @@
|
|||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
@ -45,14 +57,6 @@
|
|||
"target": "Package",
|
||||
"version": "[3.7.103.35, )"
|
||||
},
|
||||
"BMA.EHR.Core": {
|
||||
"target": "Package",
|
||||
"version": "[1.0.0, )"
|
||||
},
|
||||
"BMA.EHR.Extensions": {
|
||||
"target": "Package",
|
||||
"version": "[1.0.4, )"
|
||||
},
|
||||
"CoreAdmin": {
|
||||
"target": "Package",
|
||||
"version": "[2.7.0, )"
|
||||
|
|
@ -183,7 +187,7 @@
|
|||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue