Adding dependencies for Common
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\Common\Common.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
|
|||||||
@@ -23,6 +23,64 @@
|
|||||||
"sources": {
|
"sources": {
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
|
||||||
},
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"projectReferences": {
|
||||||
|
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj": {
|
||||||
|
"projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
|
||||||
|
"projectName": "Common",
|
||||||
|
"projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\",
|
||||||
|
"outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\Typo\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net7.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
|
||||||
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net7.0": {
|
"net7.0": {
|
||||||
"targetAlias": "net7.0",
|
"targetAlias": "net7.0",
|
||||||
|
|||||||
@@ -1,11 +1,30 @@
|
|||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"targets": {
|
"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": {
|
"projectFileDependencyGroups": {
|
||||||
"net7.0": []
|
"net7.0": [
|
||||||
|
"Common >= 1.0.0"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\Typo\\.nuget\\packages\\": {}
|
"C:\\Users\\Typo\\.nuget\\packages\\": {}
|
||||||
@@ -32,7 +51,11 @@
|
|||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net7.0": {
|
"net7.0": {
|
||||||
"targetAlias": "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": {
|
"warningProperties": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "/TrcOrQwy4M32zxEcS8h60kZ6Jz029hDeCC3np4mZDLAABrP89YQxREx287M8JF4+yo9oxX7E68CT2Ot57xbJQ==",
|
"dgSpecHash": "iautXyRXvsxxILWht5t5ThhZbr6538LnjRHcyPUoCeNJ6GODVpJs1jI3nD5v9qZrsKkWA40tDb8pjyZBM3bY9A==",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj",
|
"projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\Common\Common.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net7.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
|
|||||||
@@ -4,6 +4,60 @@
|
|||||||
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj": {}
|
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
|
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
|
||||||
|
"projectName": "Common",
|
||||||
|
"projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\",
|
||||||
|
"outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\Typo\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net7.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj": {
|
"C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
@@ -26,7 +80,11 @@
|
|||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net7.0-windows7.0": {
|
"net7.0-windows7.0": {
|
||||||
"targetAlias": "net7.0-windows",
|
"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": {
|
"warningProperties": {
|
||||||
|
|||||||
@@ -1,11 +1,30 @@
|
|||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"targets": {
|
"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": {
|
"projectFileDependencyGroups": {
|
||||||
"net7.0-windows7.0": []
|
"net7.0-windows7.0": [
|
||||||
|
"Common >= 1.0.0"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\Typo\\.nuget\\packages\\": {}
|
"C:\\Users\\Typo\\.nuget\\packages\\": {}
|
||||||
@@ -32,7 +51,11 @@
|
|||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net7.0-windows7.0": {
|
"net7.0-windows7.0": {
|
||||||
"targetAlias": "net7.0-windows",
|
"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": {
|
"warningProperties": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "xaQBQGwURe1doe22aGJbi0HP95BxuO3cRTGnqxZ81KyO175G+7XH7+HrQ+5nqIv097lQVB83fMvc2QzSX3cXAA==",
|
"dgSpecHash": "aNfKBkpK2vpMR5TV5R0N7gIG6sWOCNgDfo1Edbdl0wsRp7WCCT9EoYodbYHsN2A9dPzRUNh4VuSxORXLXNep6w==",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj",
|
"projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user