Невозможно загрузить System.Net.WebHeaderCollection.C#

Место общения программистов C#
Anonymous
Невозможно загрузить System.Net.WebHeaderCollection.

Сообщение Anonymous »

.net 6.0 проект, не могу найти dll. Я проверил библиотеку nuget и System.Net.WebHeaderCollection.
это ошибка:

Код: Выделить всё

System.AggregateException: One or more errors occurred. (Could not load file or assembly 'System.Net.WebHeaderCollection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
)
---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Net.WebHeaderCollection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

File name: 'System.Net.WebHeaderCollection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Net.HttpWebRequest..ctor(Uri uri)
at System.Net.WebRequest.HttpRequestCreator.Create(Uri Uri)
at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
at System.Net.WebRequest.Create(Uri reque

Файл csproj:

Код: Выделить всё



net6.0
enable
enable
true

















Я пробовал:

[*]полная перестройка
очистка кэша nuget< /li>


Подробнее здесь: https://stackoverflow.com/questions/787 ... collection

Вернуться в «C#»