C#C
C#3y ago
8 replies
Thalnos

❔ self contained app deployment

I have just read in the dotnetpro magazine that creating a self contained app / file (an exe that comes with the runtime and all dependencies included) requires a .net core verison. Or one of the new .net versions ofc where we dropped "core" from the name.
Unity supports .net standard 2.0/2.1 and .net FW 4.7 so is it not possible then to create a self contained app from a unity project?
Was this page helpful?