mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
update to netstandard2.0 and nuget ref packages
also removed old test projects no longer in use
This commit is contained in:
3
src/App/Resources/AppResources.Designer.cs
generated
3
src/App/Resources/AppResources.Designer.cs
generated
@@ -10,7 +10,6 @@
|
||||
|
||||
namespace Bit.App.Resources {
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -40,7 +39,7 @@ namespace Bit.App.Resources {
|
||||
public static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Bit.App.Resources.AppResources", typeof(AppResources).GetTypeInfo().Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Bit.App.Resources.AppResources", typeof(AppResources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
||||
Reference in New Issue
Block a user