Update python net to 2.0.3 (#5640)
Build & Test Lean / build (push) Has been cancelled

* Update pythonNet version to 2.0.3

* Fix outputPath causing issues with nuget
This commit is contained in:
Martin-Molinero
2021-06-07 21:37:26 -03:00
committed by GitHub
parent 37cce922d3
commit a231a7d47a
12 changed files with 13 additions and 12 deletions
@@ -51,7 +51,7 @@
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.2" />
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.3" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>