QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 27 forks source link

Bug linux capitals #40

Closed jaredbroad closed 4 years ago

jaredbroad commented 4 years ago

What does this implement/fix? Explain your changes.

Address this error:


/home/pi/pythonnet/src/embed_tests/Python.EmbeddingTest.csproj(118,3): error MSB4019: The imported project "/usr/lib/mono/msbuild/Current/bin/Microsoft.CSHARP.Targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
/home/pi/pythonnet/src/testing/Python.Test.csproj(104,3): error MSB4019: The imported project "/usr/lib/mono/msbuild/Current/bin/Microsoft.CSHARP.Targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
/home/pi/pythonnet/src/runtime/Python.Runtime.csproj(161,3): error MSB4019: The imported project "/usr/lib/mono/msbuild/Current/bin/Microsoft.CSHARP.Targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.```

### Does this close any currently open issues?
No

### Any other comments?
No
jaredbroad commented 4 years ago

For later mono versions they renamed the file to lower case

jaredbroad commented 4 years ago

Closing for you to merge in via 2.5