Skip to content

Commit f6704fc

Browse files
committed
Add support for ARM64 processors
1 parent 0b471e0 commit f6704fc

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

EntityFramework Reverse POCO Generator/source.extension.vsixmanifest

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="EntityFramework_Reverse_POCO_Generator..d542a934-8bd6-4136-b490-5f0049d62033" Version="3.9.0" Language="en-US" Publisher="Simon Hughes" />
4+
<Identity Id="EntityFramework_Reverse_POCO_Generator..d542a934-8bd6-4136-b490-5f0049d62033" Version="3.10.0" Language="en-US" Publisher="Simon Hughes" />
55
<DisplayName>EntityFramework Reverse POCO Generator</DisplayName>
66
<Description xml:space="preserve">Reverse engineers an existing database and generates EntityFramework Code First POCO classes, Configuration mappings and DbContext.</Description>
77
<MoreInfo>https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator</MoreInfo>
@@ -12,23 +12,14 @@
1212
</Metadata>
1313
<Installation>
1414
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
15-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
16-
<ProductArchitecture>arm64</ProductArchitecture>
17-
</InstallationTarget>
1815
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
1916
<ProductArchitecture>amd64</ProductArchitecture>
2017
</InstallationTarget>
2118
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
22-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
23-
<ProductArchitecture>arm64</ProductArchitecture>
24-
</InstallationTarget>
2519
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
2620
<ProductArchitecture>amd64</ProductArchitecture>
2721
</InstallationTarget>
2822
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
29-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
30-
<ProductArchitecture>arm64</ProductArchitecture>
31-
</InstallationTarget>
3223
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
3324
<ProductArchitecture>amd64</ProductArchitecture>
3425
</InstallationTarget>

0 commit comments

Comments
 (0)