Skip to content

Commit

Permalink
Update NuGet-2.0.md
Browse files Browse the repository at this point in the history
Added version numbers to dependencies which were missing them.
  • Loading branch information
JSmurf committed Oct 16, 2018
1 parent 06d1d61 commit 2e715d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes/NuGet-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Starting with version 2.0, package dependencies can vary based on the framework
</group>

<group targetFramework="net40">
<dependency id="jQuery" />
<dependency id="WebActivator" />
<dependency id="jQuery" version="1.6.2" />
<dependency id="WebActivator" version="1.4.4" />
</group>

<group targetFramework="sl30">
Expand Down

1 comment on commit 2e715d7

@JSmurf
Copy link
Author

@JSmurf JSmurf commented on 2e715d7 Oct 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an attempt to resolve #1093.

Please sign in to comment.