Files
TranslationApp/PackingLib/packages.config
Stewie a77c617dfe Setting functions for unpacking Rebirth
- Get all python installations
- Install python requirements
- Call Python using C#
2022-09-24 17:52:07 -04:00

6 lines
303 B
XML

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DynamicLanguageRuntime" version="1.3.1" targetFramework="net47" />
<package id="IronPython" version="2.7.12" targetFramework="net47" />
<package id="System.Diagnostics.Process" version="4.3.0" targetFramework="net47" />
</packages>