Browse Source

Update UniversalAssemblyResolver to include missing .NET 3 support

pull/1347/head
Chris Poole 7 years ago committed by GitHub
parent
commit
3cf492382c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ICSharpCode.Decompiler/Metadata/UniversalAssemblyResolver.cs

1
ICSharpCode.Decompiler/Metadata/UniversalAssemblyResolver.cs

@ -415,6 +415,7 @@ namespace ICSharpCode.Decompiler.Metadata
return "v1.0.3705"; return "v1.0.3705";
return "v1.1.4322"; return "v1.1.4322";
case 2: case 2:
case 3:
return "v2.0.50727"; return "v2.0.50727";
case 4: case 4:
return "v4.0.30319"; return "v4.0.30319";

Loading…
Cancel
Save