Skip to content
Discussion options

You must be logged in to vote

Yes, I was using a simple Directory.Build.props.

had problem with

<Project>
    <PropertyGroup>
        <TargetFrameworks>net9.0;net10.0</TargetFrameworks>
    </PropertyGroup>
</Project>

problems went away by changing Directory.Build.props to

<Project>
    <PropertyGroup>
        <TargetFramework>net10.0</TargetFramework>
    </PropertyGroup>
</Project>

rootDir

  • testDir
    Directory.Build.props.
    • testProjDir
      *.csproj

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BrianSchaffer
Comment options

Answer selected by 304NotModified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working cannot reproduce We could not reproduce the problem
3 participants