Skip to content

Commit d6be4f9

Browse files
authored
Merge pull request #257 from Athari/nuspec-fix
Fix support for .NET 4.0 and .NET 4.5
2 parents 77f4840 + 94e00d0 commit d6be4f9

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)