intuit / intuit/QuickBooks-V3-DotNET-SDK

Use version range for Serilog dependencies

Open
#258 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.