Skip to content

Commit e53f51c

Browse files
authored
Update IronPython.nuspec (#1599)
* Update IronPython.nuspec `System.Memory` was updated from 4.5.4 to 4.5.5 because of #1562 https://github.com/IronLanguages/ironpython3/pull/1565/files#diff-c3abea1468e0811ae92a67f8e579a269327fd775ed5c273d2e5824366ad45a9a This change is to align the version in nuspec * Update IronPython.nuspec
1 parent 5cf8044 commit e53f51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package/nuget/IronPython.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ This package contains the IronPython interpreter engine.</description>
2020
<dependencies>
2121
<group targetFramework="net462">
2222
<dependency id="DynamicLanguageRuntime" version="1.3.2" />
23-
<dependency id="System.Memory" version="4.5.4" />
23+
<dependency id="System.Memory" version="4.5.5" />
2424
</group>
2525
<group targetFramework="netstandard2.0">
2626
<dependency id="DynamicLanguageRuntime" version="1.3.2" />
27-
<dependency id="System.Memory" version="4.5.4" />
27+
<dependency id="System.Memory" version="4.5.5" />
2828
<dependency id="System.Text.Encoding.CodePages" version="4.6.0" />
2929
<dependency id="Microsoft.Win32.Registry" version="4.5.0" />
3030
<dependency id="Mono.Unix" version="7.1.0-final.1.21458.1" />

0 commit comments

Comments
 (0)