Skip to content

Commit

Permalink
fix: fix Detected package downgrade: CouchDB.NET
Browse files Browse the repository at this point in the history
NU1605: Detected package downgrade: CouchDB.NET from 3.6.1 to 3.6.0. Reference the package directly from the project to select a different version.
Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed May 21, 2024
1 parent 3a23da0 commit 11cc59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LivestreamRecorderService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.7.3" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="CodeHollow.FeedReader" Version="1.2.6" />
<PackageReference Include="CouchDB.NET" Version="3.6.1" />
<PackageReference Include="CouchDB.NET.DependencyInjection" Version="3.6.1" />
<PackageReference Include="Discord.Net.Webhook" Version="3.15.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
Expand Down

0 comments on commit 11cc59c

Please sign in to comment.