MicroservicesBuffet / Email

https://buffetemail.azurewebsites.net/swagger/index.html
MIT License
2 stars 1 forks source link

Resolve some NU1608 warnings in the SenderEmail.csproj #31

Closed sucrose0413 closed 3 years ago

sucrose0413 commented 3 years ago

Hi, I found some NU1608 warnings in the SenderEmail.csproj:

Warning NU1608 Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.CSharp 3.8.0 requires Microsoft.CodeAnalysis.Common (= 3.8.0),but version Microsoft.CodeAnalysis.Common 3.10.0 was resolved. Warning NU1608 Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.CSharp.Workspaces 3.8.0 requires Microsoft.CodeAnalysis.Common (= 3.8.0),but version Microsoft.CodeAnalysis.Common 3.10.0 was resolved. Warning NU1608 Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.Workspaces.Common 3.8.0 requires Microsoft.CodeAnalysis.Common (= 3.8.0),but version Microsoft.CodeAnalysis.Common 3.10.0 was resolved.

This fix can remove this warnings from Email's dependency graph. Hope the PR can help you.

Best regards, sucrose

sucrose0413 commented 3 years ago

@ignatandrei, Could help me review this PR?

ignatandrei commented 3 years ago

@all-contributors please add @sucrose0413 for code

allcontributors[bot] commented 3 years ago

@ignatandrei

I've put up a pull request to add @sucrose0413! :tada:

sucrose0413 commented 3 years ago

Thanks a lot!