Disable self contained publishing for the test, web and bot dlls
This commit is contained in:
parent
8fcc629106
commit
86068ecc44
4 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<RuntimeIdentifiers>win10-x64;linux-x64;linux-musl-x64</RuntimeIdentifiers>
|
||||
<SelfContained>false</SelfContained>
|
||||
<ApplicationIcon>derp.ico</ApplicationIcon>
|
||||
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
|
||||
<RootNamespace>Geekbot.Bot</RootNamespace>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue