File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
Microsoft.Windows.Compatibility Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ jobs:
378378 buildConfig : Release
379379 runtimeFlavor : mono
380380 platforms :
381- - iOS_arm
381+ # - iOS_arm # https://github.com/dotnet/runtime/issues/34465
382382 - iOS_arm64
383383 - iOS_x64
384384 jobParameters :
@@ -390,7 +390,7 @@ jobs:
390390 buildConfig : Debug
391391 runtimeFlavor : mono
392392 platforms :
393- - iOS_arm
393+ # - iOS_arm # https://github.com/dotnet/runtime/issues/34465
394394 - iOS_arm64
395395 - iOS_x64
396396 jobParameters :
Original file line number Diff line number Diff line change 3232 <PrereleaseLibraryPackage Include =" System.IO.Packaging" />
3333 <PrereleaseLibraryPackage Include =" System.IO.Ports" />
3434 <PrereleaseLibraryPackage Include =" System.Management" />
35- <PrereleaseLibraryPackage Include =" System.Reflection.Emit" />
36- <PrereleaseLibraryPackage Include =" System.Reflection.Emit.ILGeneration" />
37- <PrereleaseLibraryPackage Include =" System.Reflection.Emit.Lightweight" />
3835 <PrereleaseLibraryPackage Include =" System.Runtime.Caching" />
3936 <PrereleaseLibraryPackage Include =" System.Security.AccessControl" />
4037 <PrereleaseLibraryPackage Include =" System.Security.Cryptography.Cng" />
6158 <LibraryPackage Include =" System.Data.SqlClient" >
6259 <Version >4.8.1</Version >
6360 </LibraryPackage >
61+ <LibraryPackage Include =" System.Reflection.Emit" >
62+ <Version >4.7.0</Version >
63+ </LibraryPackage >
64+ <LibraryPackage Include =" System.Reflection.Emit.ILGeneration" >
65+ <Version >4.7.0</Version >
66+ </LibraryPackage >
67+ <LibraryPackage Include =" System.Reflection.Emit.Lightweight" >
68+ <Version >4.7.0</Version >
69+ </LibraryPackage >
6470
6571 <!-- Service model packages -->
6672 <ExternalLibraryPackage Include =" System.ServiceModel.Primitives" >
Original file line number Diff line number Diff line change 44674467 " 4.0.0" ,
44684468 " 4.0.1" ,
44694469 " 4.3.0" ,
4470- " 4.6.0"
4470+ " 4.6.0" ,
4471+ " 4.7.0"
44714472 ],
44724473 "BaselineVersion" : " 4.6.0" ,
44734474 "InboxOn" : {
44954496 " 4.0.0" ,
44964497 " 4.0.1" ,
44974498 " 4.3.0" ,
4498- " 4.6.0"
4499+ " 4.6.0" ,
4500+ " 4.7.0"
44994501 ],
45004502 "BaselineVersion" : " 4.6.0" ,
45014503 "InboxOn" : {
45244526 " 4.0.0" ,
45254527 " 4.0.1" ,
45264528 " 4.3.0" ,
4527- " 4.6.0"
4529+ " 4.6.0" ,
4530+ " 4.7.0"
45284531 ],
45294532 "BaselineVersion" : " 4.6.0" ,
45304533 "InboxOn" : {
You can’t perform that action at this time.
0 commit comments