Replies: 1 comment
-
Not overly familiar with this, but wanted to suggest using the Visual Studio Publish UI for this process. The documentation for it lists a number of considerations that may be affecting your situation. https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=vs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on a C# project using Silk.NET (along with some other libraries like StbImageSharp and System.Text.Json), and I'm trying to produce a single self-contained .exe file using dotnet publish -c Release.
Here’s my .csproj configuration:
**
WinExe
win-x64
net9.0
Voxel_CSharp
true
Is there something I'm missing or doing incorrectly to make this work with Silk.NET? Any help or guidance would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions