deterministic-guid-generator icon indicating copy to clipboard operation
deterministic-guid-generator copied to clipboard

Unable to build project with this nuget as dependency in .NET 5.0

Open pedro-elipse opened this issue 2 years ago • 3 comments

I'm currently unable to build my project in both .NET 5.0 and .NET 5.0-Windows when using version 3.0+ of this nuget. When I downgrade back to v2.2.12 or change to .NET 6.0, everything goes back to normal.

The error is the following:

CS1705:

Assembly 'Be.Vlaanderen.Basisregisters.Generators.Guid.Deterministic' with identity 'Be.Vlaanderen.Basisregisters.Generators.Guid.Deterministic, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

pedro-elipse avatar May 25 '22 17:05 pedro-elipse