PasswordGenerator version update

This commit is contained in:
Alexander 2020-01-17 16:17:17 +02:00
parent 46b65d1972
commit 07d39c221e
No known key found for this signature in database
GPG key ID: 1F83313BFEB322E9
2 changed files with 3 additions and 3 deletions

View file

@ -86,8 +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.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PasswordGenerator.2.0.3\lib\netstandard2.0\PasswordGenerator.dll</HintPath>
<Reference Include="PasswordGenerator, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PasswordGenerator.2.0.5\lib\netstandard2.0\PasswordGenerator.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />

View file

@ -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.3" targetFramework="net461" />
<package id="PasswordGenerator" version="2.0.5" targetFramework="net461" />
</packages>