Skip to content

Commit bddab43

Browse files
committed
readied for release
1 parent 17b8964 commit bddab43

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/SpanExtensions.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net7.0;net6.0;net5.0;netstandard2.1</TargetFrameworks>
4+
<TargetFrameworks>net9.0;net8.0;net7.0;net6.0;net5.0;netstandard2.1</TargetFrameworks>
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
@@ -22,15 +22,11 @@
2222
<PackageTags>Span;Performance;Extension;String</PackageTags>
2323
<PackageReleaseNotes>https://github.com/draconware-dev/SpanExtensions.Net/blob/main/Changelog.md</PackageReleaseNotes>
2424
<PackageLicenseFile>LICENSE</PackageLicenseFile>
25-
<Version>1.4.2</Version>
25+
<Version>1.5</Version>
2626
<PackageId>SpanExtensions.Net</PackageId>
2727
<PackageReadmeFile>README.md</PackageReadmeFile>
2828
<PackageIcon>icon.png</PackageIcon>
2929
</PropertyGroup>
30-
31-
<Target Name="BlokcCompilationDotNet9Onwards" BeforeTargets="Compile">
32-
<Error Condition="'$(TargetFramework)' == 'net9.0'" Text="Error: This project does not support versions past .NET 8. Please upgrade to the latest version of SpanExtensions.Net. Due to the introduction of the new variable-length Split methods in .Net 9, the rich set of Split extension methods provided by this package has been removed in favour of the new built-in versions. If you wish to continue using our rich set of methds over the new Split versions, they are still available under 'ReadOnlySpanExtensions.Split(...)' and 'SpanExtensions.Split(...)' respectively." />
33-
</Target>
3430

3531
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
3632
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)