novotnyllc / MSBuildSdkExtras

Extra properties for MSBuild SDK projects
MIT License
347 stars 42 forks source link

Packing satellite assemblies #253

Open mterwoord opened 3 years ago

mterwoord commented 3 years ago

I have a project that's targetting both .net 4.7 and .net 5.0-windows. It contains a StringResources.resx file, and a StringResources.nl.resx file. When compiling, the satellite resource dll is generated, like it should. However, when using dotnet pack to generate a nuget package, it cannot find the dll. Is this a known thing?