Add missing SelfContained property to migrator

This commit is contained in:
Jordan Dominion
2023-07-27 00:47:22 -04:00
parent 67c4df3563
commit 58eb653732
@@ -5,6 +5,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>$(TgsFrameworkVersion)</TargetFramework> <!-- This is fine, we publish self-contained -->
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<Version>$(TgsMigratorVersion)</Version>
<Nullable>enable</Nullable>
<NoWarn>CA1416</NoWarn>