Wie kann ich runtimeconfig.json und deps.json in .NET 9 einbetten?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wie kann ich runtimeconfig.json und deps.json in .NET 9 einbetten?

by Guest » 17 Jan 2025, 06:31

Ich erstelle eine WPF-App in C#. Ich versuche, deps.json und runtimeconfig.json einzubetten. Ich habe überall gesucht, konnte aber keine Antwort darauf finden. Ich möchte nur, dass die .exe- und .dll-Dateien erstellt werden.
Ich habe Costura Fody ausprobiert, aber es hat nicht funktioniert.

Top