Skip to content

Add Target Frameworks .net6.0 .net7.0 to MatrixDotNet.csproj #152

@toor1245

Description

@toor1245

Update TargetFrameworks in MatrixDotNet.csproj to:

<TargetFrameworks>net7.0;net6.0;net5.0;netcoreapp3.1;netstandard2.1</TargetFrameworks>

Also, in .net7.0 BinaryFormatter.Serialize and BinaryFormatter.Deserialize methods reports as error.
So need to add [Obsolete("Obsolete")] attribute to BinaryOpenAsync and BinarySaveAsync in Extensions/Template.cs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions