Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

370
Vistas
How to make VS2019 not create folder 'net5.0' for building project?

I'm created a solution (with 1 project) in VS 2019 with TargetFramework .NET 5.0 (NET Core). I set OutputPath (in Properties of Project) to 'bin\SomeMyFolder' and expected that all my output files will be there. But it turns out that inside folder 'SomeMyFolder' lays other folder 'net5.0' and my files are inside it. I have never seen such custom folders, created by VS previously, with other .Net Framework version. Is there any way to disable VS 2019 from creating that folder and build my project in that folder, which I set (right into SomeMyFolder)? P.S: Please, do not advise some scrips on post-build event like 'copy SomeMyFolder\net5.0 -> SomeMyFolder | rmdir SomeMyFolder'

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

This can be disabled in your csproj file by adding a propertygroup like this.

<PropertyGroup>
  <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

More info: https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#appendtargetframeworktooutputpath

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda