|
25 | 25 | <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
26 | 26 | <PackageReference Include="Microsoft.DiaSymReader" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
27 | 27 | <PackageReference Include="Microsoft.DiaSymReader.PortablePdb" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
| 28 | + <PackageReference Include="Microsoft.Extensions.Configuration" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 29 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 30 | + <PackageReference Include="Microsoft.Extensions.Logging" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 31 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 33 | + <PackageReference Include="Microsoft.Extensions.Options" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 34 | + <PackageReference Include="Microsoft.Extensions.Primitives" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
28 | 35 | <PackageReference Include="System.Buffers" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
| 36 | + <PackageReference Include="System.Composition" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
29 | 37 | <PackageReference Include="System.CodeDom" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
30 | 38 | <PackageReference Include="System.Collections.Immutable" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
| 39 | + <PackageReference Include="System.ComponentModel.Composition" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
31 | 40 | <PackageReference Include="System.Configuration.ConfigurationManager" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
32 | 41 | <PackageReference Include="System.Drawing.Common" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
| 42 | + <PackageReference Include="System.Diagnostics.DiagnosticSource" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 43 | + <PackageReference Include="System.Diagnostics.EventLog" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 44 | + <PackageReference Include="System.IO.Hashing" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
33 | 45 | <PackageReference Include="System.IO.Pipelines" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
34 | 46 | <PackageReference Include="System.Memory" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
35 | 47 | <PackageReference Include="System.Reflection.Metadata" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
36 | 48 | <PackageReference Include="System.Resources.Extensions" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
37 | 49 | <PackageReference Include="System.Runtime.CompilerServices.Unsafe" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
| 50 | + <PackageReference Include="System.Security.Cryptography.ProtectedData" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
| 51 | + <PackageReference Include="System.Security.Permissions" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
38 | 52 | <PackageReference Include="System.Text.Encoding.CodePages" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
| 53 | + <PackageReference Include="System.Text.Encodings.Web" IncludeInVsix="true" PkgDefEntry="BindingRedirect" /> |
39 | 54 | <PackageReference Include="System.Text.Json" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
40 | 55 | <PackageReference Include="System.Threading.Channels" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
41 | 56 | <PackageReference Include="System.Threading.Tasks.Dataflow" IncludeInVsix="true" PkgDefEntry="BindingRedirect" />
|
|
0 commit comments