Hi I couldn't find the runtimeconfig.json file in my release.
I made a windows form application (.NET) to connect a commercial software (project made using VB language in visual studio 2022). Now I need to use python to connect the .NET wrapper and therefore send commands to the commercial software. My plan is: use pythonnet, or ironpython to call the .NET from pycharm. This requires me to add the path of runtimeconfig.JSON file of my project to my python code first. And I just found out .NET doesn't generate runtimeconfig.json file any longer unless change the groupproperty setting: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/6.0/runtimeconfigdev-file . enter image description here
I pasted the code in my vsproj file like this: enter image description here Basically i pasted the GenerateRuntimeConfigDevFile commands everywhere I think it should be...But there's not runtimeconfig.json still
My release folder got these: