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