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

Add a dependencies.prop file for the library #50

Open
jmprieur opened this issue May 24, 2019 · 0 comments
Open

Add a dependencies.prop file for the library #50

jmprieur opened this issue May 24, 2019 · 0 comments
Labels
enhancement New feature or request P2

Comments

@jmprieur
Copy link
Contributor

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

A common practice is to have a 'dependencies.prop' file that defines the dependencies version.
For example the file would contain:
3.0.3

Then TodoListService.csproj would include dependencies.prop and write:

This makes updating versions simpler and the same across projects.
For example see:
https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev5x/build/dependencies.props

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev5x/src/Microsoft.IdentityModel.Tokens/Microsoft.IdentityModel.Tokens.csproj

@jmprieur jmprieur added the enhancement New feature or request label Oct 18, 2019
@jmprieur jmprieur added the P2 label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2
Projects
None yet
Development

No branches or pull requests

1 participant