Skip to content

Commit

Permalink
Merge pull request #124 from DotNetDevs/dev
Browse files Browse the repository at this point in the history
fixed nuget packages
  • Loading branch information
matteobruni authored Mar 26, 2018
2 parents 11c68a9 + a18d444 commit 65673c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Synology/Synology.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<Folder Include="FileStation\Rename\Results\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="2.0.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.4.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
</ItemGroup>
</Project>

0 comments on commit 65673c8

Please sign in to comment.