Open MattKotsenas opened 10 months ago
Friendly ping here. I fully expect this review to take a couple of rounds to get the directory layout the way maintainers want, so any help / guidance is very appreciated. Thanks!
@AndyGerlicher has assumed ownership of this repo
Just FYI discussing this internally with the MSBuild team. I want to make sure this aligns with their vision before we make this change. Sorry for the delay!
Hi there! Friendly ping here. Any updates, or concerns / issues I can help address? Thanks!
Fixes #472
Add two new projects:
Microsoft.Build.NoTargets.Templates
andMicrosoft.Build.Traversal.Templates
that each publish a NuGet package that can be installed / used viadotnet new
.I wasn't quite sure how best to structure the project, so feedback is appreciated. Some things to consider:
.msbuildproj
extension. If we should use.proj
, or if there's a better extension to use please let me know.TargetFrameworkVersion
in the README from net462 to netstandard2.0, since that's compatible with both .NET Framework and .NET, and still supported (basically) everywhere.