Skip to content

Commit

Permalink
IronPython 3.4.1に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
utopiat-ire committed Feb 3, 2024
1 parent 659f47f commit fa6f6e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RdrIronPython.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DynamicLanguageRuntime">
<Version>1.3.1</Version>
<Version>1.3.4</Version>
</PackageReference>
<PackageReference Include="IronPython">
<Version>3.4.0-alpha1</Version>
<Version>3.4.1</Version>
</PackageReference>
<PackageReference Include="Utopiat.Produire">
<Version>1.8.1053</Version>
<Version>1.8.1117</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit fa6f6e0

Please sign in to comment.