MapsterMapper / Mapster

A fast, fun and stimulating object to object Mapper
MIT License
4.29k stars 327 forks source link

Update Mapster.Tool to include .net7.0 as target framework #574

Closed janiskulj closed 1 year ago

janiskulj commented 1 year ago

When trying to run dotnet mapster model (version '8.3.0') in .net 7 project I'm getting:

Could not load file or assembly 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

I think it is simmilar issue as https://github.com/MapsterMapper/Mapster/pull/390

andrerav commented 1 year ago

Have you tried the prerelease version?

janiskulj commented 1 year ago

It works in prerelease version 8.4.0-pre06 Thank you