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

Fix the Microsoft.Net.Compilers.netcore nuspec #7501

Merged
merged 1 commit into from
Dec 15, 2015

Conversation

agocke
Copy link
Member

@agocke agocke commented Dec 15, 2015

The nuspec currently has a >= dependency on the Microsoft.CodeAnalysis.Compilers
package, which contains the compiler DLLs. It's highly unlikely that csc/vbc.exe
will work with mismatched DLL versions, so this dependency should be fixed, not
minimum.

@dotnet/roslyn-compiler Please review

The nuspec currently has a >= dependency on the Microsoft.CodeAnalysis.Compilers
package, which contains the compiler DLLs. It's highly unlikely that csc/vbc.exe
will work with mismatched DLL versions, so this dependency should be fixed, not
minimum.
@agocke
Copy link
Member Author

agocke commented Dec 15, 2015

FYI the [ ] syntax means "exactly this version" while just the "version" syntax means equal to or greater than this version.

@cston
Copy link
Member

cston commented Dec 15, 2015

LGTM

agocke added a commit that referenced this pull request Dec 15, 2015
Fix the Microsoft.Net.Compilers.netcore nuspec
@agocke agocke merged commit 9227786 into dotnet:master Dec 15, 2015
@agocke agocke deleted the update-nuspec branch December 15, 2015 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants