mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Bump PasswordGenerator from 2.0.1 to 2.0.3
This commit is contained in:
parent
8c7770c9dc
commit
be8dfa895c
2 changed files with 3 additions and 4 deletions
|
|
@ -86,9 +86,8 @@
|
|||
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.VisualBasic" />
|
||||
<Reference Include="PasswordGenerator, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\PasswordGenerator.2.0.1\lib\netstandard2.0\PasswordGenerator.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Reference Include="PasswordGenerator, Version=2.0.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\PasswordGenerator.2.0.3\lib\netstandard2.0\PasswordGenerator.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.configuration" />
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
<packages>
|
||||
<package id="Costura.Fody" version="4.1.0" targetFramework="net472" />
|
||||
<package id="Fody" version="6.0.5" targetFramework="net472" developmentDependency="true" />
|
||||
<package id="PasswordGenerator" version="2.0.1" targetFramework="net472" />
|
||||
<package id="PasswordGenerator" version="2.0.3" targetFramework="net461" />
|
||||
</packages>
|
||||
Loading…
Reference in a new issue