|
3 | 3 | <PropertyGroup> |
4 | 4 | <MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion> |
5 | 5 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| 6 | + <TargetFrameworkProfile /> |
6 | 7 | </PropertyGroup> |
7 | 8 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
8 | 9 | <PropertyGroup> |
|
15 | 16 | <AppDesignerFolder>Properties</AppDesignerFolder> |
16 | 17 | <RootNamespace>Snyk.VisualStudio.Extension.Shared</RootNamespace> |
17 | 18 | <AssemblyName>Snyk.VisualStudio.Extension</AssemblyName> |
18 | | - <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 19 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
19 | 20 | <GeneratePkgDefFile>true</GeneratePkgDefFile> |
20 | 21 | <UseCodebase>true</UseCodebase> |
21 | 22 | <IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer> |
|
68 | 69 | <Reference Include="WindowsBase" /> |
69 | 70 | </ItemGroup> |
70 | 71 | <ItemGroup> |
71 | | - <PackageReference Include="Community.VisualStudio.Toolkit.16"> |
72 | | - <Version>16.0.394</Version> |
| 72 | + <PackageReference Include="Community.VisualStudio.Toolkit.17"> |
| 73 | + <Version>17.0.430</Version> |
73 | 74 | </PackageReference> |
74 | 75 | <PackageReference Include="MarkdownSharp"> |
75 | 76 | <Version>2.0.5</Version> |
76 | 77 | </PackageReference> |
77 | | - <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.31902.203" ExcludeAssets="runtime"> |
| 78 | + <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.1.32210.191" ExcludeAssets="runtime"> |
78 | 79 | <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
79 | 80 | </PackageReference> |
80 | | - <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232"> |
| 81 | + <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.1.4054"> |
81 | 82 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
82 | 83 | <PrivateAssets>all</PrivateAssets> |
83 | 84 | </PackageReference> |
|
0 commit comments