Skip to content

Commit 94e00d0

Browse files
committed
Fix support for .NET 4.0 and .NET 4.5.
1 parent 286b724 commit 94e00d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CommandLine.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<dependency id="System.Runtime" version="4.1.0-rc2-24027" />
3131
<dependency id="System.Runtime.Extensions" version="4.1.0-rc2-24027" />
3232
</group>
33+
<group targetFramework=".NETFramework4.0" />
34+
<group targetFramework=".NETFramework4.5" />
3335
</dependencies>
3436
</metadata>
3537
<files>

0 commit comments

Comments
 (0)