Configure project for NuGet packaging and implement WithData for chainable ViewData updates

This commit is contained in:
Developer 02
2024-04-17 16:55:53 +02:00
parent 82da3586a5
commit 217f4049db
196 changed files with 3070 additions and 90 deletions

View File

@@ -579,7 +579,7 @@
}
}
},
"DigitalData.Core.Contracts/1.0.0": {
"WebCore.Contracts/1.0.1": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"dependencies": {
@@ -590,10 +590,10 @@
"System.IdentityModel.Tokens.Jwt": "7.5.1"
},
"compile": {
"bin/placeholder/DigitalData.Core.Contracts.dll": {}
"bin/placeholder/WebCore.Contracts.dll": {}
},
"runtime": {
"bin/placeholder/DigitalData.Core.Contracts.dll": {}
"bin/placeholder/WebCore.Contracts.dll": {}
}
}
}
@@ -1485,7 +1485,7 @@
"useSharedDesignerContext.txt"
]
},
"DigitalData.Core.Contracts/1.0.0": {
"WebCore.Contracts/1.0.1": {
"type": "project",
"path": "../DigitalData.Core.Contracts/DigitalData.Core.Contracts.csproj",
"msbuildProject": "../DigitalData.Core.Contracts/DigitalData.Core.Contracts.csproj"
@@ -1494,13 +1494,13 @@
"projectFileDependencyGroups": {
"net7.0": [
"AutoMapper >= 13.0.1",
"DigitalData.Core.Contracts >= 1.0.0",
"Microsoft.Extensions.Caching.Abstractions >= 7.0.0",
"Microsoft.Extensions.Configuration >= 7.0.0",
"Microsoft.Extensions.Logging >= 7.0.0",
"System.DirectoryServices.AccountManagement >= 7.0.1",
"System.IdentityModel.Tokens.Jwt >= 7.5.1",
"System.Security.Cryptography.Cng >= 5.0.0"
"System.Security.Cryptography.Cng >= 5.0.0",
"WebCore.Contracts >= 1.0.1"
]
},
"packageFolders": {
@@ -1538,6 +1538,7 @@
"D:\\ProgramFiles\\DevExpress 19.2\\Components\\System\\Components\\Packages": {},
"D:\\ProgramFiles\\DevExpress 21.2\\Components\\System\\Components\\Packages": {},
"D:\\ProgramFiles\\DevExpress 22.1\\Components\\System\\Components\\Packages": {},
"http://localhost:5000/v3/index.json": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -1608,5 +1609,13 @@
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
}
}
}
},
"logs": [
{
"code": "NU1803",
"level": "Warning",
"warningLevel": 1,
"message": "You are running the 'restore' operation with an 'HTTP' source, 'http://localhost:5000/v3/index.json'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source."
}
]
}