You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: