Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

MonoDevelop does not build anymore with mono trunk because .net 2.0 is not supported anymore #6

Open
tpokorra opened this issue Nov 29, 2014 · 0 comments

Comments

@tpokorra
Copy link

https://github.com/mono/ikvm-fork/blob/master/reflect/IKVM.Reflection.csproj references ToolsVersion="3.5", and TargetFrameworkVersion v2.0
this causes an warning when running make on Monodevelop:

[00639] /root/rpmbuild/BUILD/monodevelop-5.8/external/ikvm/reflect/IKVM.Reflection.csproj:  warning : Could not find project file /opt/mono/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring.

and then later an error:

    [00664] Errors:
    [00664] 
    [00664] /root/rpmbuild/BUILD/monodevelop-5.8/Main.sln (default targets) ->
    [00664] (Build target) ->
    [00664] 
    [00664]     /root/rpmbuild/BUILD/monodevelop-5.8/external/ikvm/reflect/IKVM.Reflection.csproj: error : /root/rpmbuild/BUILD/monodevelop-5.8/external/ikvm/reflect/IKVM.Reflection.csproj: /root/rpmbuild/BUILD/monodevelop-5.8/external/ikvm/reflect/IKVM.Reflection.csproj could not import "$(MSBuildToolsPath)\Microsoft.CSharp.targets"
tpokorra added a commit to tpokorra/lbs-mono-nightly that referenced this issue Dec 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant