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

Does not support dotnet5.4 #298

Closed
Eaglef90 opened this issue Feb 3, 2016 · 1 comment
Closed

Does not support dotnet5.4 #298

Eaglef90 opened this issue Feb 3, 2016 · 1 comment

Comments

@Eaglef90
Copy link

Eaglef90 commented Feb 3, 2016

When you create a ASP.Net Core 1 class library the framework name is "dotnet5.4" which does not appear to be supported by 1.3.0-beta6 as the error "The dependency MailKit 1.3.0-beta6 does not support framework .NetPlatform, Version=v5.4" is thrown.

Example project.json from the RC1 Empty project template in VS 2015

{
    "version": "1.0.0",
    "description": "JobSight.Core Class Library",
    "authors": [ "Matthew Verstraete" ],
    "tags": [ "" ],
    "projectUrl": "",
    "licenseUrl": "",
    "frameworks": {
        "dotnet5.4": {
            "dependencies": {
                "Microsoft.CSharp": "4.0.1-beta-23516",
                "System.Collections": "4.0.11-beta-23516",
                "System.Linq": "4.0.1-beta-23516",
                "System.Runtime": "4.0.21-beta-23516",
                "System.Threading": "4.0.11-beta-23516"
            }
        }
    },
    "dependencies":
    {
        "JobSight.DAL": "1.0.0",
        "MailKit": "1.3.0-beta6",
        "Newtonsoft.Json": "8.0.2",
        "System.Net.Http": "4.0.1-beta-23516",
        "System.Text.RegularExpressions": "4.0.11-beta-23516"
    }
}
@jstedfast
Copy link
Owner

it's impossible to support dotnet54 in MailKit because it's missing a ton of APIs that I need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants