File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 137
137
138
138
<TargetFramework >net7.0</TargetFramework >
139
139
<LangVersion >10.0</LangVersion >
140
- <!-- disable ReadyToRun due to issue: https://github.com/dotnet/runtime/issues/72550
141
140
<PublishReadyToRun Condition =" '$(Configuration)' != 'Debug' " >true</PublishReadyToRun >
142
- <PublishReadyToRunEmitSymbols>true</PublishReadyToRunEmitSymbols-- >
141
+ <PublishReadyToRunEmitSymbols >true</PublishReadyToRunEmitSymbols >
143
142
144
143
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
145
144
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ Describe "Validate start of console host" -Tag CI {
70
70
else {
71
71
$allowedAssemblies += @ (
72
72
' System.Net.Sockets.dll'
73
- ' System.Reflection.Emit.dll'
74
73
)
75
74
}
76
75
You can’t perform that action at this time.
0 commit comments