|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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">
|
3 | 3 | <Metadata>
|
4 |
| - <Identity Id="WpfAnalyzers.Vsix.A4A479E7-7FCE-4BA0-B1B5-3902F66DA75F" Version="1.0.0" Language="en-US" Publisher="Johan Larsson"/> |
| 4 | + <Identity Id="WpfAnalyzers.Vsix.A4A479E7-7FCE-4BA0-B1B5-3902F66DA75F" Version="3.5.3" Language="en-US" Publisher="Johan Larsson"/> |
5 | 5 | <DisplayName>WpfAnalyzers</DisplayName>
|
6 | 6 | <Description xml:space="preserve">Analyzers & codefixes.</Description>
|
7 | 7 | </Metadata>
|
8 | 8 |
|
9 | 9 | <Installation>
|
10 |
| - <InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.Pro" /> |
11 |
| - <InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.VSWinDesktopExpress" /> |
12 |
| - <InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.VWDExpress" /> |
13 |
| - <InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.VSWinExpress" /> |
| 10 | + <InstallationTarget Version="[16.0,]" Id="Microsoft.VisualStudio.Community" /> |
14 | 11 | </Installation>
|
15 | 12 |
|
16 |
| - <Dependencies> |
17 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" /> |
18 |
| - </Dependencies> |
| 13 | + <Prerequisites> |
| 14 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,)" DisplayName="Visual Studio core editor" /> |
| 15 | + <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[16.0,)" DisplayName="Roslyn Language Services" /> |
| 16 | + </Prerequisites> |
19 | 17 |
|
20 | 18 | <Assets>
|
21 | 19 | <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="WpfAnalyzers" Path="|WpfAnalyzers|"/>
|
|
24 | 22 | <Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="File" Path="Gu.Roslyn.Extensions.dll" />
|
25 | 23 | <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Gu.Roslyn.Extensions.dll" />
|
26 | 24 | </Assets>
|
27 |
| - |
28 |
| - <Prerequisites> |
29 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" /> |
30 |
| - </Prerequisites> |
31 | 25 | </PackageManifest>
|
0 commit comments