You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] 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 issue is for a: (mark with an
x
)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
The text was updated successfully, but these errors were encountered: