Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
toor1245 opened this issue Sep 30, 2023 · 0 comments
Open

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

toor1245 opened this issue Sep 30, 2023 · 0 comments
Assignees
Milestone

Comments

@toor1245
Copy link
Owner

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

@toor1245 toor1245 added this to To Do in MatrixDotNet via automation Sep 30, 2023
@toor1245 toor1245 added this to the v0.0.8 milestone Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MatrixDotNet
  
To Do
Development

No branches or pull requests

2 participants