Skip to content

Commit

Permalink
Merge pull request #20 from HebaruSan/fix/netstandard-dep-err
Browse files Browse the repository at this point in the history
Fix netstandard runtime error by installing mono-devel
  • Loading branch information
HebaruSan committed Jan 5, 2024
2 parents ae7837c + 52c7c2c commit 786ecaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion KSPMMCfgParser/KSPMMCfgParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<Reference Include="System.Transactions" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="ParsecSharp" Version="3.5.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KSPMMCfgValidator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update \

# Install the necessary pieces of Mono
RUN apt-get install -y --no-install-recommends \
mono-runtime ca-certificates-mono libmono-microsoft-csharp4.0-cil libmono-system-data4.0-cil libmono-system-runtime-serialization4.0-cil libmono-system-transactions4.0-cil libmono-system-net-http-webrequest4.0-cil
mono-runtime ca-certificates-mono mono-devel mono-roslyn

ADD KSPMMCfgValidator.exe /usr/local/bin/.
ENTRYPOINT ["mono", "/usr/local/bin/KSPMMCfgValidator.exe"]

0 comments on commit 786ecaa

Please sign in to comment.