mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
Include Bcl.Build dependency
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ImportGroup>
|
<ImportGroup>
|
||||||
|
<Import Project="$(NuGetPackageRoot)\Microsoft.Bcl.Build\1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('$(NuGetPackageRoot)\Microsoft.Bcl.Build\1.0.21\build\Microsoft.Bcl.Build.targets')" />
|
||||||
<Import Project="$(NuGetPackageRoot)\NETStandard.Library\2.0.0\build\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)\NETStandard.Library\2.0.0\build\NETStandard.Library.targets')" />
|
<Import Project="$(NuGetPackageRoot)\NETStandard.Library\2.0.0\build\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)\NETStandard.Library\2.0.0\build\NETStandard.Library.targets')" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
@@ -15,6 +15,7 @@
|
|||||||
<tags>KeePass KeePassLib Portable PCL</tags>
|
<tags>KeePass KeePassLib Portable PCL</tags>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<group targetFramework=".NETStandard1.2">
|
<group targetFramework=".NETStandard1.2">
|
||||||
|
<dependency id="Microsoft.Bcl.Build" version="1.0.21" exclude="Build,Analyzers" />
|
||||||
<dependency id="Microsoft.NETCore.Portable.Compatibility" version="1.0.2" exclude="Build,Analyzers" />
|
<dependency id="Microsoft.NETCore.Portable.Compatibility" version="1.0.2" exclude="Build,Analyzers" />
|
||||||
<dependency id="NETStandard.Library" version="2.0.0" exclude="Build,Analyzers" />
|
<dependency id="NETStandard.Library" version="2.0.0" exclude="Build,Analyzers" />
|
||||||
<dependency id="Portable.BouncyCastle" version="1.8.1.3" exclude="Build,Analyzers" />
|
<dependency id="Portable.BouncyCastle" version="1.8.1.3" exclude="Build,Analyzers" />
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"supports": {},
|
"supports": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.Bcl.Build": "1.0.21",
|
||||||
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
|
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
|
||||||
"NETStandard.Library": "2.0.0",
|
"NETStandard.Library": "2.0.0",
|
||||||
"Portable.BouncyCastle": "1.8.1.3",
|
"Portable.BouncyCastle": "1.8.1.3",
|
||||||
|
Reference in New Issue
Block a user