diff options
Diffstat (limited to 'BatchGrfToJson')
-rw-r--r-- | BatchGrfToJson/BatchGrfToJson.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BatchGrfToJson/BatchGrfToJson.csproj b/BatchGrfToJson/BatchGrfToJson.csproj index 051778c..6923023 100644 --- a/BatchGrfToJson/BatchGrfToJson.csproj +++ b/BatchGrfToJson/BatchGrfToJson.csproj @@ -5,6 +5,8 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <SelfContained>true</SelfContained> + <PublishSingleFile>true</PublishSingleFile> </PropertyGroup> <ItemGroup> |