AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

Language resource files appear when using PackageReference

Open FisherTsai opened this issue 5 years ago • 2 comments

Recently I migrated one of my projects from packages.config to PackageReference (https://docs.microsoft.com/en-us/nuget/reference/migrate-packages-config-to-package-reference). After migration, I found the language resource files (AutoUpdater.NET.resources.dll) appear in output folder even if the target framework is set to .NET 4.0 or higher version. This should be fixed after commit 279a3add1b9dc4c5209bf264f79a1e9d7b231b06. Does anyone know what's going on?

FisherTsai avatar Jul 27 '19 06:07 FisherTsai

I'm having the same problem and would like to get rid of all the extra output. Found a post (unrelated to AutoUpdate.NET) suggesting to add the line below to the project file to prevent unwanted localization resources, but it hasn't made a difference. <SatelliteResourceLanguages>en</SatelliteResourceLanguages> @FisherTsai, did you ever find a solution?

timcoolman avatar May 19 '20 15:05 timcoolman

+1 to this issue

fma965 avatar Jan 03 '21 20:01 fma965