Skip to content

Commit 479de0b

Browse files
committed
Don't update to net6.0 afterall
1 parent 24d60b8 commit 479de0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BCnEnc.Net/BCnEncoder.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
<PublishRepositoryUrl>true</PublishRepositoryUrl>
66
<IncludeSymbols>true</IncludeSymbols>
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
@@ -31,8 +31,7 @@ Supported formats are:
3131
<RepositoryType>git</RepositoryType>
3232
<PackageTags>BCn BC BC1 BC2 BC3 BC4 BC5 BC6 BC6H BC7 BPTC RGTC S3TC DXT1 DXT3 DXT5 ktx dds texture compression encoding decoding decompression image gpu</PackageTags>
3333
<PackageProjectUrl>https://github.com/Nominom/BCnEncoder.NET</PackageProjectUrl>
34-
<PackageReleaseNotes>2.2.0 - Updated dependencies. Updated to .NET 6.0
35-
</PackageReleaseNotes>
34+
<PackageReleaseNotes>2.2.0 - Updated dependencies.</PackageReleaseNotes>
3635
</PropertyGroup>
3736

3837
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

BCnEncTests/Bc6HDecoderTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using SixLabors.ImageSharp.PixelFormats;
1111
using Xunit;
1212
using Xunit.Abstractions;
13+
using Half = BCnEncoder.Shared.Half;
1314

1415
namespace BCnEncTests
1516
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ different algorithms. The current version is capable of encoding and decoding BC
2424
Please note, that the API might change between versions.
2525
# Dependencies
2626
Current dependencies are:
27-
* [Microsoft.Toolkit.HighPerformance](https://github.com/windows-toolkit/WindowsCommunityToolkit) licensed under the [MIT](https://opensource.org/licenses/MIT) license for Span2D and Memory2D types.
27+
* [CommunityToolkit.HighPerformance](https://www.nuget.org/packages/CommunityToolkit.HighPerformance/) licensed under the [MIT](https://opensource.org/licenses/MIT) license for Span2D and Memory2D types.
2828

2929
# Image library extensions
3030
This library has extension packages available for the following image libraries:

0 commit comments

Comments
 (0)