Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Application Files in Visual Studio

I have a WPF project in Visual studio, and suddenly Microsoft.IdentityModel.dll has been included in Application Files. I don't know where it comes from and how to remove it. I know I can set Publish Status to Exclude, but does anyone know why it is there? I have made a text search in all files included in the solution but I'm not able to find it anywhere:

enter image description here

like image 628
Mdh Avatar asked Nov 07 '22 05:11

Mdh


1 Answers

it might be a dependent dll to any reference you added to a project . try removing the reference and check whether it is dependent or not .

like image 152
Test12345 Avatar answered Nov 14 '22 21:11

Test12345