# assemblyVersionValidation

> Set to true to exact version matching for strong named assemblies.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** assemblyVersionValidation has been deprecated due to the introduction of binding redirects

```csharp
public static bool assemblyVersionValidation { get; set; }
```

### Remarks

By default, Mono resolves strong named assemblies by exact version matching. As such, sometimes you might encounter errors when Mono searches for an exact version that doesn't exist. Disable this setting to make Mono ignore version matching.
