<TargetFramework> vs <TargetFrameworks> #1088
|
When using TargetFrameworks plural in csproj *.feature.cs files always auto generate expecting nUnit when I am using msTest. Using TargetFramework (singular) resolves the problem. Anyone able to explain this behavior? |
Replies: 2 comments 1 reply
|
@BrianSchaffer Are you still having this problem? If you are still having this problem, please create an Issue (bug report) and include as much detail as you can, and if possible, post a link to a solution demonstration a reproduction. |
|
@BrianSchaffer do you have a Directory.Build.props or related file that could mix with your projects? See https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=visualstudio and https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=visualstudio |
Yes, I was using a simple Directory.Build.props.
had problem with
problems went away by changing Directory.Build.props to
rootDir
Directory.Build.props.
*.csproj