Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

490
Views
¿Cómo agregar UIAutomationClient.dll y UIAutomationTypes.dll al proyecto .Net Core 5.0?

¡Cómo usar UIAutomationClient.dll y UIAutomationTypes.dll en el proyecto .NET 5.0 ya que no hay un paquete nuget disponible!

Estoy tratando de convertir un proyecto de .NET Framework 4.8 a .NET 5.0

 <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFrameworks>net48;net5.0-windows</TargetFrameworks> <UseWindowsForms>true</UseWindowsForms> <LangVersion>9.0</LangVersion> </PropertyGroup> </Project>
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Este .csproj es suficiente para usar System.Windows.Automation (UIAutomation) en net5

 <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net5.0-windows</TargetFramework> </PropertyGroup> <ItemGroup> <FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF"/> </ItemGroup> </Project>
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!