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,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>

View File

@@ -23,6 +23,64 @@
"sources": {
"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": {
"net7.0": {
"targetAlias": "net7.0",

View File

@@ -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": {

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "/TrcOrQwy4M32zxEcS8h60kZ6Jz029hDeCC3np4mZDLAABrP89YQxREx287M8JF4+yo9oxX7E68CT2Ot57xbJQ==",
"dgSpecHash": "iautXyRXvsxxILWht5t5ThhZbr6538LnjRHcyPUoCeNJ6GODVpJs1jI3nD5v9qZrsKkWA40tDb8pjyZBM3bY9A==",
"success": true,
"projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj",
"expectedPackageFiles": [],