Skip to content

Commit 5ccad91

Browse files
committed
update versions in manifest
1 parent 112bdcc commit 5ccad91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FineCodeCoverage2022/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<Tags>visual studio; code coverage; c#; vb; .net core; coverlet; unit test; free; community edition</Tags>
1111
</Metadata>
1212
<Installation>
13-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
13+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.10,18.0)">
1414
<ProductArchitecture>amd64</ProductArchitecture>
1515
</InstallationTarget>
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.10,18.0)">
1717
<ProductArchitecture>arm64</ProductArchitecture>
1818
</InstallationTarget>
1919
</Installation>
2020
<Dependencies>
2121
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" />
2222
</Dependencies>
2323
<Prerequisites>
24-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
24+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.10,18.0)" DisplayName="Visual Studio core editor" />
2525
</Prerequisites>
2626
<Assets>
2727
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)