microsoft / ProjFS-Managed-API

A managed-code API for the Windows Projected File System
Other
142 stars 34 forks source link

Compiling with Visual Studio 2022 : Change ProjectedFSLib.Managed.Props #91

Open pauliver opened 1 year ago

pauliver commented 1 year ago

Hello,

I believe that Lines 24 and 30 of ProjectedFSLib.Managed.Props needs to be changed from v142 to v143 to support compiling in VS2022 per the instructions. The VS2022 auto-upgrade was not able to fix this for me.

I would normally submit a pull request but things got weird since this is in the microsoft github 'team'.

Scottlis26 commented 7 months ago

Did this get resolved? I'm using VS2022 and not able to build. It looks like a versioning issue, but net461, netcoreapp3.1, and 4.8 are installed. Getting CS0006 and MSB3073 as the build fails.