Bump PasswordGenerator from 2.0.1 to 2.0.3

This commit is contained in:
Alexander 2019-12-11 16:16:07 +02:00
parent 8c7770c9dc
commit be8dfa895c
No known key found for this signature in database
GPG key ID: 1F83313BFEB322E9
2 changed files with 3 additions and 4 deletions

View file

@ -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" />

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.1" targetFramework="net472" />
<package id="PasswordGenerator" version="2.0.3" targetFramework="net461" />
</packages>