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