Adding dependencies for Common

This commit is contained in:
2023-04-02 22:15:06 +02:00
parent 4f3a768432
commit 028298156a
8 changed files with 181 additions and 11 deletions

View File

@@ -1,11 +1,30 @@
{
"version": 3,
"targets": {
"net7.0-windows7.0": {}
"net7.0-windows7.0": {
"Common/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"compile": {
"bin/placeholder/Common.dll": {}
},
"runtime": {
"bin/placeholder/Common.dll": {}
}
}
}
},
"libraries": {
"Common/1.0.0": {
"type": "project",
"path": "../Common/Common.csproj",
"msbuildProject": "../Common/Common.csproj"
}
},
"libraries": {},
"projectFileDependencyGroups": {
"net7.0-windows7.0": []
"net7.0-windows7.0": [
"Common >= 1.0.0"
]
},
"packageFolders": {
"C:\\Users\\Typo\\.nuget\\packages\\": {}
@@ -32,7 +51,11 @@
"frameworks": {
"net7.0-windows7.0": {
"targetAlias": "net7.0-windows",
"projectReferences": {}
"projectReferences": {
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj": {
"projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj"
}
}
}
},
"warningProperties": {