❔ .NET MAUI class library name dependend on platform
I have created a .NET MAUI class library for Windows and Android. The build gives me the following
folders:
net7.0-android\SampleProject.Android.dll
net7.0-android\SampleProject.Windows.dll
Is there some way I can specifiy a different name for each platform?
folders:
- net7.0-android
- net7.0-windows10.0.19041.0
net7.0-android\SampleProject.Android.dll
net7.0-android\SampleProject.Windows.dll
Is there some way I can specifiy a different name for each platform?