Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bukhonov <artem.bukhonov@jetbrains.com>2017-01-26 23:12:40 +0300
committerArtem Bukhonov <Artem.Bukhonov@jetbrains.com>2017-01-26 23:29:32 +0300
commitb158167b1e6bd1cfc92f60ab1413e2b1fff2d441 (patch)
treea875e1aeee4717e8c5de8e6fdace28ab2a42929a /main/src/addins/MonoDevelop.Debugger.Win32
parentaff7ed1c326564884cb944283e00814d532e81da (diff)
Move CorApi assemblies to to net45 dir in nupkg (to be near to *Win32.dll)
(cherry picked from commit 0fc575e)
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger.Win32')
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec b/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
index 3300b07aed..53cf655d2d 100644
--- a/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
+++ b/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
@@ -18,7 +18,7 @@
</dependencies>
</metadata>
<files>
- <file src="bin\$Configuration$\CorApi.dll" target="lib/net40" />
- <file src="bin\$Configuration$\CorApi2.dll" target="lib/net40" />
+ <file src="bin\$Configuration$\CorApi.dll" target="lib/net45" />
+ <file src="bin\$Configuration$\CorApi2.dll" target="lib/net45" />
</files>
</package>