Skip to content

Commit d53ea54

Browse files
authored
update to latest ironpython3 (#19)
1 parent 119304a commit d53ea54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

IronPython3Extension/IronPython3Extension.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PrivateAssets>all</PrivateAssets>
1818
<ExcludeAssets></ExcludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="IronPython" Version="3.4.1" />
21-
<PackageReference Include="IronPython.StdLib" Version="3.4.1" />
20+
<PackageReference Include="IronPython" Version="3.4.2" />
21+
<PackageReference Include="IronPython.StdLib" Version="3.4.2" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

python3eval/python3eval.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<ExcludeAssets>runtime</ExcludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>
23-
<PackageReference Include="IronPython" Version="3.4.1">
23+
<PackageReference Include="IronPython" Version="3.4.2">
2424
<IncludeAssets></IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="IronPython.StdLib" Version="3.4.1" />
26+
<PackageReference Include="IronPython.StdLib" Version="3.4.2" />
2727
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)