Skip to content

Commit

Permalink
Fix wrong version in nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Nov 11, 2017
1 parent 3625363 commit 0844abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/MQTTnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependencies>

<group targetFramework="netstandard1.3">
<dependency id="NETStandard.Library" version="1.3" />
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1" />
<dependency id="Microsoft.Extensions.Logging" version="1.1.2" />
<dependency id="Microsoft.Extensions.Options" version="1.1.2" />
Expand Down

0 comments on commit 0844abd

Please sign in to comment.