fix before merge
This commit is contained in:
parent
d7bfacb34e
commit
ceaaa619c2
31 changed files with 921 additions and 704 deletions
|
|
@ -91,24 +91,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"BMA.EHR.Core/1.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net7.0/BMA.EHR.Core.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net7.0/BMA.EHR.Core.dll": {}
|
||||
}
|
||||
},
|
||||
"BMA.EHR.Extensions/1.0.4": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net7.0/BMA.EHR.Extensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net7.0/BMA.EHR.Extensions.dll": {}
|
||||
}
|
||||
},
|
||||
"BouncyCastle.NetCore/1.8.5": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
|
|
@ -5260,28 +5242,6 @@
|
|||
"lib/netstandard2.0/Azure.Identity.xml"
|
||||
]
|
||||
},
|
||||
"BMA.EHR.Core/1.0.0": {
|
||||
"sha512": "d6BdoeFq0BLoL54AY2+ftRVJTLczcJ0AadPP2c4QtFN6eU8xGRYjMlR65uxVdzij+TBqbcl0MbQuoUn6LAJZNw==",
|
||||
"type": "package",
|
||||
"path": "bma.ehr.core/1.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
"bma.ehr.core.1.0.0.nupkg.sha512",
|
||||
"bma.ehr.core.nuspec",
|
||||
"lib/net7.0/BMA.EHR.Core.dll"
|
||||
]
|
||||
},
|
||||
"BMA.EHR.Extensions/1.0.4": {
|
||||
"sha512": "rXAYg7HV5RWQ8ZwDNQ8EBDgGgRQmWtVAo4RuU5kWl5jJRpdoayiMktPGbahnxTbazVMynahsibiOLylzGyTpyg==",
|
||||
"type": "package",
|
||||
"path": "bma.ehr.extensions/1.0.4",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
"bma.ehr.extensions.1.0.4.nupkg.sha512",
|
||||
"bma.ehr.extensions.nuspec",
|
||||
"lib/net7.0/BMA.EHR.Extensions.dll"
|
||||
]
|
||||
},
|
||||
"BouncyCastle.NetCore/1.8.5": {
|
||||
"sha512": "6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==",
|
||||
"type": "package",
|
||||
|
|
@ -13702,8 +13662,6 @@
|
|||
"projectFileDependencyGroups": {
|
||||
"net7.0": [
|
||||
"AWSSDK.S3 >= 3.7.103.35",
|
||||
"BMA.EHR.Core >= 1.0.0",
|
||||
"BMA.EHR.Extensions >= 1.0.4",
|
||||
"CoreAdmin >= 2.7.0",
|
||||
"EPPlus >= 6.1.3",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer >= 7.0.3",
|
||||
|
|
@ -13734,26 +13692,35 @@
|
|||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Windows 10\\.nuget\\packages\\": {}
|
||||
"C:\\Users\\suphonchai\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files\\DevExpress 23.1\\Components\\Offline Packages": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"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": {}
|
||||
},
|
||||
|
|
@ -13767,6 +13734,11 @@
|
|||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
@ -13777,14 +13749,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, )"
|
||||
|
|
@ -13915,7 +13879,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