microsoft / PowerApps-Tooling

Tooling support for PowerApps language and .msapp files
https://make.powerapps.com
MIT License
307 stars 103 forks source link

Return Formulas.Tools to netstandard2.0 #684

Closed tehcrashxor closed 3 weeks ago

tehcrashxor commented 3 weeks ago

In commit 1c9b22c back in Dec 2023, all projects in the repo were set to use the same TargetFramework, all sourced from a single shared file.

This accidentally effected the Formulas.Tooling lib, which needs to remain on netstandard2.0 for use in both .NET and .NET Framework versions of PAC CLI.

This PR switches that library back to netstandard2.0, and reverts a few changes since that point for new syntax net8.0 which is not available to netstandard2.0.