dotnet-presentations / dotnet-maui-workshop

A full day workshop (.NET MAUI Workshop in a Box) on how to build apps with .NET MAUI for iOS, Android, macOS, and Windows
https://docs.microsoft.com/dotnet/maui
MIT License
1.88k stars 588 forks source link

Fix Directory.Build.props and Directory.Build.targets links in solution items #146

Open vpkopylov opened 2 months ago

vpkopylov commented 2 months ago

Turned out I haven't fixed all the issues with Directory.Build.props and Directory.Build.targets in my last PR.

Changes:

  1. Renamed Directory.build.props to Directory.Build.props in .sln files
  2. Renamed Directory.build.targets to Directory.Build.targets in .sln files
  3. Fixed relative paths to Directory.build files in .sln files within Community Modules dir