Skip to content

Commit db46425

Browse files
authored
Updating to reflect the fact it is .NET 4.5 now
1 parent 8c685a3 commit db46425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
</metadata>
3636
<files>
3737
<file src="readme.txt" />
38-
<file src="bin\Release\AutofacContrib.NSubstitute.dll" target="lib\NET40" />
39-
<file src="bin\Release\AutofacContrib.NSubstitute.pdb" target="lib\NET40" />
40-
<file src="bin\Release\AutofacContrib.NSubstitute.xml" target="lib\NET40" />
38+
<file src="bin\Release\AutofacContrib.NSubstitute.dll" target="lib\NET45" />
39+
<file src="bin\Release\AutofacContrib.NSubstitute.pdb" target="lib\NET45" />
40+
<file src="bin\Release\AutofacContrib.NSubstitute.xml" target="lib\NET45" />
4141
<file src="**\*.cs" exclude="obj\**\*.*" target="src" />
4242
</files>
4343
</package>

0 commit comments

Comments
 (0)