Skip to content

Commit 6d2309d

Browse files
committed
[#14] Address PR review findings for .NET 10 support
Remove unnecessary System.Memory NuGet package reference that produces NU1510 warning (Span<T> types are in-box since netcoreapp2.1). Add changelog entry for .NET 10 support feature.
1 parent 901ad54 commit 6d2309d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Features
1111

12+
* Add .NET 10 support across all projects, tests, examples, and CI
13+
[#14](https://github.com/eclipse-iceoryx/iceoryx2-csharp/issues/14)
1214
* Add Eclipse Dash license check script and DEPENDENCIES file for NuGet dependency compliance
1315
[#17](https://github.com/eclipse-iceoryx/iceoryx2-csharp/issues/17)
1416

src/Iceoryx2/Iceoryx2.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
</ItemGroup>
5959

6060
<ItemGroup>
61-
<PackageReference Include="System.Memory" Version="4.5.5" />
6261
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
6362
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
6463
</ItemGroup>

0 commit comments

Comments
 (0)