C#C
C#3y ago
Krümel

❔ .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
  • net7.0-windows10.0.19041.0
The SampleProject.dll is created in both. How do I get the dll to have an addition, e.g:
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?
Was this page helpful?