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

Nuget update error: from 2.0.59 to 2.2.1 #78

Open
mogikanin opened this issue Oct 21, 2024 · 1 comment
Open

Nuget update error: from 2.0.59 to 2.2.1 #78

mogikanin opened this issue Oct 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mogikanin
Copy link

mogikanin commented Oct 21, 2024

Describe the bug

Hi, there is an error after update nuget packages

CSC : error CS1705: Assembly 'H.Formatters.Newtonsoft.Json' with identity 'H.Formatters.Newtonsoft.Json, Versi
on=13.0.59.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b' uses 'H.Formatters, Version=2.0.59.0, Culture=ne
utral, PublicKeyToken=155b585918bc2f0b' which has a higher version than referenced assembly 'H.Formatters' with
identity 'H.Formatters, Version=2.0.0.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b'

Steps to reproduce the bug

Project dependencies

<PackageReference Include="H.Formatters.Newtonsoft.Json" Version="13.0.59" />
<PackageReference Include="H.Pipes" Version="2.0.59" />
<PackageReference Include="H.Pipes.AccessControl" Version="2.0.59" />
@mogikanin mogikanin added the bug Something isn't working label Oct 21, 2024
@HavenDV
Copy link
Owner

HavenDV commented Oct 21, 2024

I simplified it. Now H.Formatters will use the same versioning, but I had to bump the general version number to 14.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants