File tree Expand file tree Collapse file tree 5 files changed +2
-16
lines changed Expand file tree Collapse file tree 5 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ FROM mono:latest
33WORKDIR /inengine
44ADD . /inengine
55
6- ENTRYPOINT ["mono" , "./InEngine.exe " ]
6+ ENTRYPOINT ["mono" , "./inengine " ]
Original file line number Diff line number Diff line change 2323 <ProjectReference Include =" ..\InEngine.Commands\InEngine.Commands.csproj" />
2424 </ItemGroup >
2525 <ItemGroup >
26+ <PackageReference Include =" Common.Logging.Serilog" Version =" 4.4.0" />
2627 <PackageReference Include =" NETStandard.Library" Version =" 2.0.1" />
2728 <PackageReference Include =" CommandLineParser" Version =" 1.9.71" />
2829 </ItemGroup >
2930 <ItemGroup >
30- <None Update =" Install.ps1" >
31- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
32- </None >
33- <None Update =" Uninstall.ps1" >
34- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
35- </None >
36- <None Update =" inengine" >
37- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
38- </None >
3931 <None Update =" appsettings.json" >
4032 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4133 </None >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments