UnityPluginManager / PluginManager

Unity Plugin Manager
MIT License
21 stars 6 forks source link

I can't build PluginManager.Core #1

Closed ittaJ closed 6 years ago

ittaJ commented 6 years ago

Hello, I'm trying to build PluginManager.Core but every time I try, it don't work I had to add mscorlib.dll to C:\ and when I'm trying to build it can't find any reference from this project

ittaJ commented 6 years ago

I have changed DotNet35.props to:


<Project>
    <PropertyGroup>
        <FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319</FrameworkPathOverride>
    </PropertyGroup>
</Project>```
this, and now it works fine