toor1245 / MatrixDotNet

Powerful .NET library for calculating matrix
https://toor1245.github.io/MatrixDotNet/
MIT License
10 stars 3 forks source link

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

Open toor1245 opened 1 year ago

toor1245 commented 1 year ago

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