This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Description
I'm getting the following warnings on a Universal Windows App.
warning MSB3817: The assembly "Microsoft.Framework.DependencyInjection.dll" does not have a NeutralResourcesLanguageAttribute on it. To be used in an app package, portable libraries must define a NeutralResourcesLanguageAttribute on their main assembly (ie, the one containing code, not a satellite assembly).
warning MSB3817: The assembly "Microsoft.Framework.DependencyInjection.Abstractions.dll" does not have a NeutralResourcesLanguageAttribute on it. To be used in an app package, portable libraries must define a NeutralResourcesLanguageAttribute on their main assembly (ie, the one containing code, not a satellite assembly).