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
By default, generating packages on build will leave us with >= references between distributed lock projects. However, since we are using SemVer we'd like to be more
restrictive. Since we are referencing DistributedLock.Core internals, we're not going to have the typical [current, next major) range but will instead do
[current, next minor) and only break internal APIs in new minor versions.
Workaround based on https://github.com/NuGet/Home/issues/5556#issuecomment-585482714
<!-- Addition from https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/msbuild/property-functions?view=vs-2015&redirectedfrom=MSDN#BKMK_PropertyFunctions -->