microsoft / TeamMate

TeamMate is an application for managing Azure DevOps work items and pull requests.
MIT License
31 stars 11 forks source link

SDK-ify csproj / sln files #108

Closed supermem613 closed 2 months ago

supermem613 commented 10 months ago

Let's upgrade our csproj / sln files to use the (newer) SDK style. This simplifies the files themselves and improves dependency management (nuget packages). This allows us to remove no longer needed build files and executables.

This change also adds to the About page the currently running .NET to help diagnose issues.

No actual runtime impact is expected. Just faster builds, more modern toolkit.

This work is pre-requisite for any future-facing work in #93.