File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 60
60
three do not. This is likely about our public APIs i.e. external compilation requirements.
61
61
-->
62
62
<_TransitiveExternalAspNetCoreAppReference Include =" System.Diagnostics.EventLog" Version =" $(SystemDiagnosticsEventLogVersion)" />
63
- <_TransitiveExternalAspNetCoreAppReference Include =" System.Diagnostics.EventLog.Messages" Version =" $(SystemDiagnosticsEventLogVersion)" />
64
63
<_TransitiveExternalAspNetCoreAppReference Include =" System.Security.Permissions" Version =" $(SystemSecurityPermissionsVersion)" />
65
64
<_TransitiveExternalAspNetCoreAppReference Include =" System.Windows.Extensions" Version =" $(SystemWindowsExtensionsVersion)" />
66
65
</ItemGroup >
Original file line number Diff line number Diff line change 12
12
<!-- Ignore aspnetcorev2_inprocess because tests expect only managed assemblies in this item group. -->
13
13
<_SharedFrameworkBinariesFromRepo Include =" @(AspNetCoreAppReference);@(AspNetCoreAppReferenceAndPackage)" />
14
14
15
- <_ExpectedSharedFrameworkBinaries Include =" @(_SharedFrameworkBinariesFromRepo);@(ExternalAspNetCoreAppReference);@(_TransitiveExternalAspNetCoreAppReference)" />
15
+ <!--
16
+ Special-case System.Diagnostics.EventLog.Messages.dll because that assembly name does _not_ match a
17
+ package. Can't mention it in @(ExternalAspNetCoreAppReference) or underlying
18
+ @(_TransitiveExternalAspNetCoreAppReference) without thoroughly confusing eng/targets/ResolveReferences.targets.
19
+ -->
20
+ <_ExpectedSharedFrameworkBinaries Include =" @(_SharedFrameworkBinariesFromRepo);
21
+ @(ExternalAspNetCoreAppReference);
22
+ @(_TransitiveExternalAspNetCoreAppReference);
23
+ System.Diagnostics.EventLog.Messages" />
16
24
<_ExpectedSharedFrameworkBinaries Condition =" '$(TargetOsName)' == 'win' AND '$(TargetArchitecture)' != 'arm'" Include =" aspnetcorev2_inprocess" />
17
25
18
26
<AssemblyAttribute Include =" Microsoft.AspNetCore.TestData" >
You can’t perform that action at this time.
0 commit comments