|
81 | 81 | <_NetStandardReferences Include="@(Reference)" |
82 | 82 | Condition=" |
83 | 83 | '%(NuGetPackageId)' == 'Microsoft.Win32.Primitives' |
84 | | - OR '%(NuGetPackageId)' == 'System.AppContext' |
| 84 | + OR '%(NuGetPackageId)' == 'XXXSystem.AppContext' |
85 | 85 | OR '%(NuGetPackageId)' == 'System.Collections' |
86 | 86 | OR '%(NuGetPackageId)' == 'System.Collections.Concurrent' |
87 | | - OR '%(NuGetPackageId)' == 'System.Console' |
| 87 | + OR '%(NuGetPackageId)' == 'XXXSystem.Console' |
88 | 88 | OR '%(NuGetPackageId)' == 'System.Diagnostics.Debug' |
89 | 89 | OR '%(NuGetPackageId)' == 'System.Diagnostics.Tools' |
90 | 90 | OR '%(NuGetPackageId)' == 'System.Diagnostics.Tracing' |
|
93 | 93 | OR '%(NuGetPackageId)' == 'System.IO' |
94 | 94 | OR '%(NuGetPackageId)' == 'System.IO.Compression' |
95 | 95 | OR '%(NuGetPackageId)' == 'System.IO.Compression.ZipFile' |
96 | | - OR '%(NuGetPackageId)' == 'System.IO.FileSystem' |
97 | | - OR '%(NuGetPackageId)' == 'System.IO.FileSystem.Primitives' |
| 96 | + OR '%(NuGetPackageId)' == 'XXXSystem.IO.FileSystem' |
| 97 | + OR '%(NuGetPackageId)' == 'XXXSystem.IO.FileSystem.Primitives' |
98 | 98 | OR '%(NuGetPackageId)' == 'System.Linq' |
99 | 99 | OR '%(NuGetPackageId)' == 'System.Linq.Expressions' |
100 | 100 | OR '%(NuGetPackageId)' == 'System.Net.Http' |
|
111 | 111 | OR '%(NuGetPackageId)' == 'System.Runtime.InteropServices' |
112 | 112 | OR '%(NuGetPackageId)' == 'System.Runtime.InteropServices.RuntimeInformation' |
113 | 113 | OR '%(NuGetPackageId)' == 'System.Runtime.Numerics' |
114 | | - OR '%(NuGetPackageId)' == 'System.Security.Cryptography.Algorithms' |
115 | | - OR '%(NuGetPackageId)' == 'System.Security.Cryptography.Encoding' |
116 | | - OR '%(NuGetPackageId)' == 'System.Security.Cryptography.Primitives' |
117 | | - OR '%(NuGetPackageId)' == 'System.Security.Cryptography.X509Certificates' |
| 114 | + OR '%(NuGetPackageId)' == 'XXXSystem.Security.Cryptography.Algorithms' |
| 115 | + OR '%(NuGetPackageId)' == 'XXXSystem.Security.Cryptography.Encoding' |
| 116 | + OR '%(NuGetPackageId)' == 'XXXSystem.Security.Cryptography.Primitives' |
| 117 | + OR '%(NuGetPackageId)' == 'XXXSystem.Security.Cryptography.X509Certificates' |
118 | 118 | OR '%(NuGetPackageId)' == 'System.Text.Encoding' |
119 | 119 | OR '%(NuGetPackageId)' == 'System.Text.Encoding.Extensions' |
120 | 120 | OR '%(NuGetPackageId)' == 'System.Text.RegularExpressions' |
|
163 | 163 | <UnannotatedReferenceAssembly Include="@(Reference->'%(FileName)')" |
164 | 164 | Condition="Exists('$(AnnotatedReferenceAssemblyDirectory)%(Reference.FileName)%(Reference.Extension)') |
165 | 165 | AND ('%(Reference.NuGetPackageId)' == 'Microsoft.Win32.Primitives' |
166 | | - OR '%(Reference.NuGetPackageId)' == 'System.AppContext' |
| 166 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.AppContext' |
167 | 167 | OR '%(Reference.NuGetPackageId)' == 'System.Collections' |
168 | 168 | OR '%(Reference.NuGetPackageId)' == 'System.Collections.Concurrent' |
169 | | - OR '%(Reference.NuGetPackageId)' == 'System.Console' |
| 169 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.Console' |
170 | 170 | OR '%(Reference.NuGetPackageId)' == 'System.Diagnostics.Debug' |
171 | 171 | OR '%(Reference.NuGetPackageId)' == 'System.Diagnostics.Tools' |
172 | 172 | OR '%(Reference.NuGetPackageId)' == 'System.Diagnostics.Tracing' |
|
175 | 175 | OR '%(Reference.NuGetPackageId)' == 'System.IO' |
176 | 176 | OR '%(Reference.NuGetPackageId)' == 'System.IO.Compression' |
177 | 177 | OR '%(Reference.NuGetPackageId)' == 'System.IO.Compression.ZipFile' |
178 | | - OR '%(Reference.NuGetPackageId)' == 'System.IO.FileSystem' |
179 | | - OR '%(Reference.NuGetPackageId)' == 'System.IO.FileSystem.Primitives' |
| 178 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.IO.FileSystem' |
| 179 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.IO.FileSystem.Primitives' |
180 | 180 | OR '%(Reference.NuGetPackageId)' == 'System.Linq' |
181 | 181 | OR '%(Reference.NuGetPackageId)' == 'System.Linq.Expressions' |
182 | 182 | OR '%(Reference.NuGetPackageId)' == 'System.Net.Http' |
|
193 | 193 | OR '%(Reference.NuGetPackageId)' == 'System.Runtime.InteropServices' |
194 | 194 | OR '%(Reference.NuGetPackageId)' == 'System.Runtime.InteropServices.RuntimeInformation' |
195 | 195 | OR '%(Reference.NuGetPackageId)' == 'System.Runtime.Numerics' |
196 | | - OR '%(Reference.NuGetPackageId)' == 'System.Security.Cryptography.Algorithms' |
197 | | - OR '%(Reference.NuGetPackageId)' == 'System.Security.Cryptography.Encoding' |
198 | | - OR '%(Reference.NuGetPackageId)' == 'System.Security.Cryptography.Primitives' |
199 | | - OR '%(Reference.NuGetPackageId)' == 'System.Security.Cryptography.X509Certificates' |
| 196 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.Security.Cryptography.Algorithms' |
| 197 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.Security.Cryptography.Encoding' |
| 198 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.Security.Cryptography.Primitives' |
| 199 | + OR '%(Reference.NuGetPackageId)' == 'XXXSystem.Security.Cryptography.X509Certificates' |
200 | 200 | OR '%(Reference.NuGetPackageId)' == 'System.Text.Encoding' |
201 | 201 | OR '%(Reference.NuGetPackageId)' == 'System.Text.Encoding.Extensions' |
202 | 202 | OR '%(Reference.NuGetPackageId)' == 'System.Text.RegularExpressions' |
|
0 commit comments