Adding dependencies for Common
This commit is contained in:
@@ -1,11 +1,30 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net7.0": {}
|
||||
"net7.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": []
|
||||
"net7.0": [
|
||||
"Common >= 1.0.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Typo\\.nuget\\packages\\": {}
|
||||
@@ -32,7 +51,11 @@
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.0",
|
||||
"projectReferences": {}
|
||||
"projectReferences": {
|
||||
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj": {
|
||||
"projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
|
||||
Reference in New Issue
Block a user