We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after
dotnet new -i BenchmarkDotNet.Templates::0.13.1
JetBrains Rider create broken project because TargetFramework contains v0.0
TargetFramework
v0.0
I've created issue for Rider.
But also we can fix template – for example rename framework parameter to targetFramework. Or set defaultValue for framework to non-empty string
framework
targetFramework
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
after
JetBrains Rider create broken project because
TargetFramework
containsv0.0
I've created issue for Rider.
But also we can fix template – for example rename
framework
parameter totargetFramework
.Or set defaultValue for
framework
to non-empty stringThe text was updated successfully, but these errors were encountered: