You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
I also get this issue when building for netcoreapp3.1 and net6.0 TFMs (the netcoreapp3.1 build fails, while net6.0 succeeds).
CSC : error 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=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I would suggest making a pull request, but judging by all PRs from dependabot still pending and the fact that the last commit was 4 months ago, I'm not sure it would be fruitful. Maybe forking and implementing the changes on your own will be faster and more reliable.
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:
The text was updated successfully, but these errors were encountered: