intuit / intuit/QuickBooks-V3-DotNET-SDK
Use version range for Serilog dependencies
Open
- Dominant language
- C#
- Stars
- 121
- Forks
- 145
- Avg merge
- 17h 1m
- Merged PRs (30d)
- 1
Description
I've been bitten twice by this: https://github.com/intuit/QuickBooks-V3-DotNET-SDK/issues/225#issuecomment-1209966318
I agree with the suggestion in #221 that removing references to Serilog entirely is a good direction for a library project to take.
In the meantime, some of the developer pain could be avoided by declaring a [version range](https://docs.microsoft.com/en-us/nuget/concepts/package-versioning#examples) in the Nuget package.
Instead of
```xml
```
I suggest
```xml
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.