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
We could get into problems having all the different projects (.NET 3.1, .NET 8, someday 9), all using the same versions of dependencies. We should have a folder for each version of .NET and a Directory.Build.props specific to it.
We should also wild card more of the versions in order for the canaries to say up to date on the latest versions.
The text was updated successfully, but these errors were encountered:
We could get into problems having all the different projects (.NET 3.1, .NET 8, someday 9), all using the same versions of dependencies. We should have a folder for each version of .NET and a Directory.Build.props specific to it.
We should also wild card more of the versions in order for the canaries to say up to date on the latest versions.
The text was updated successfully, but these errors were encountered: