Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoiding problem which empty proxy class is created in linux and mac(#355) #357

Merged

Commits on Dec 25, 2018

  1. avoiding problem which empty proxy class is created in linux and mac(M…

    …essagePack-CSharp#355)
    
    It is because dotnet SDK's msbuild in linux and mac cannot
    resolve `net4x` targetframework.
    
    This fix changes to following behavior in generating project info.
    
    1. execute `dotnet msbuild` with output msbuild's binary log
    2. if failed, execute `msbuild` with output msbuild's binary log
    3. if success with `dotnet msbuild` or `msbuild`, analyze binary log
    itn3000 committed Dec 25, 2018
    Copy the full SHA
    0ad4ae0 View commit details
    Browse the repository at this point in the history