-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
[Mono] MSBuild Task housekeeping #53873
Comments
Tagging subscribers to this area: @directhex Issue DetailsAs discovered in #53827, we are hardcoding paths to Also, while we are at it, we should create a property similar to So, the issue boils down to:
|
|
@radical Naming is always up for discussion - especially when I name things ;-) |
As discovered in #53827, we are hardcoding paths to
net6.0
andnet472
for MSBuild tasks that are configured to multi-target. We should instead create a template props file and generate with the tool version we have configured in runtime.Also, while we are at it, we should create a property similar to
NetCoreAppToolCurrent
and use it within our tasks.NetCoreAppToolCurrent
will likely bump more aggressively between new sdks and we won't really need to.So, the issue boils down to:
NetCoreAppToolCurrent
calledNetCoreAppMSBuildTasksCurrent
and update the tasks insrc/tasks
to use it.Microsoft.NET.Runtime.RuntimeConfigParser.Task
andMicrosoft.NET.Runtime.MonoAOTCompiler.Task
Microsoft.NET.Runtime.WebAssembly.Sdk
The text was updated successfully, but these errors were encountered: