We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653d507 commit bf00f19Copy full SHA for bf00f19
src/Package.1.0.0-rc.nuspec renamed to nuget/Package.1.0.0-rc.nuspec
@@ -18,7 +18,7 @@
18
</dependencies>
19
</metadata>
20
<files>
21
- <file src="JQDT.MVC\bin\Release\JQDT.MVC.dll" target="lib\JQDTServerSide\MVC\JQDT.MVC.dll"/>
22
- <file src="JQDT.MVC\bin\Release\JQDT.dll" target="lib\JQDTServerSide\MVC\JQDT.dll"/>
+ <file src="..\src\JQDT.MVC\bin\Release\JQDT.MVC.dll" target="lib\JQDTServerSide\MVC\JQDT.MVC.dll"/>
+ <file src="..\src\JQDT.MVC\bin\Release\JQDT.dll" target="lib\JQDTServerSide\MVC\JQDT.dll"/>
23
</files>
24
</package>
0 commit comments