-
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9721e52
commit f511a2e
Showing
3 changed files
with
10 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f511a2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это изменение сломало совместимость с приложениями netcoreapp2.2
Требования Microsoft.AspNetCore.App 2.2.0 к Microsoft.Extensions.DependencyInjection >=2.2.0 && < 2.3.0
Отдельно пакет установить нельзя т.к. они конфликтуют
f511a2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну сломало и сломало, кому надо обновятся или вынесут в отдельный микросервис
f511a2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Просто так можно удалять поддержку netstandard2.0 и оставлять только net5
или наоборот вернуть как было и везде в коде if-ы прописывать для разных фреймворков
я просто 1.65 подключил, но я хз насколько это проблема для тех кто пользуется
f511a2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не, как было возвращать не хочу) нужно муздыхаться со старыми версиями пакетов. Ну можно netstandard2.0 обновить до netstandard2.1 тогда
f511a2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я проверю и если че сделаю
Потому что зависимости 5 версии конфликтуют с тем что ниже и нужно как-то определится
Я думал сделать маленькую абстракцию в которую можно будет завернуть конфликтные пакеты чтобы чисто в одном месте прописать условия