File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >Mono.Debugging.Win32</id >
5
- <version >$Version $</version >
5
+ <version >$buildver $</version >
6
6
<title >Mono.Debugging.Win32</title >
7
7
<authors >MonoDevelop team</authors >
8
8
<owners >MonoDevelop team</owners >
14
14
<language >en-US</language >
15
15
<tags >mono debug debugger cordebug</tags >
16
16
<dependencies >
17
- <dependency id =" Mono.Debugging" version =" $Version $" />
17
+ <dependency id =" Mono.Debugging" version =" $buildver $" />
18
18
</dependencies >
19
19
</metadata >
20
20
<files >
21
- <file src =" bin\$Configuration$\CorApi.dll" target =" lib/net40 " />
22
- <file src =" bin\$Configuration$\CorApi2.dll" target =" lib/net40 " />
21
+ <file src =" bin\$Configuration$\CorApi.dll" target =" lib/net45 " />
22
+ <file src =" bin\$Configuration$\CorApi2.dll" target =" lib/net45 " />
23
23
</files >
24
24
</package >
You can’t perform that action at this time.
0 commit comments