react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Upgrade C# codegen to .net 6 / LTS

Open asklar opened this issue 4 years ago • 3 comments

Currently the C# codegen project uses .netcoreapp 2.2. With .net core 5 supporting UWP, it would be a good opportunity to have everything in one framework and not have to hack around .net core 2.2 + UWP unsupported-ness.

asklar avatar Jun 07 '20 05:06 asklar

.netcore 5 is currently in preview. This will need to wait for it to be released, then we can clean all this up.

chrisglein avatar Jun 11 '20 18:06 chrisglein

@dannyvv want to assign this to yourself to do when .net core 5 RTMs?

asklar avatar Jun 12 '20 10:06 asklar

NetCore 5 is not out yet, but we just updated to 3.1

dannyvv avatar Jun 24 '20 18:06 dannyvv