novotnyllc / MSBuildSdkExtras

Extra properties for MSBuild SDK projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packing satellite assemblies

mterwoord opened this issue · comments

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?