|
3 | 3 | <PropertyGroup>
|
4 | 4 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
5 | 5 | <LangVersion>9.0</LangVersion>
|
| 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>InsertGuid</RootNamespace>
|
17 | 18 | <AssemblyName>InsertGuid</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>
|
|
83 | 84 | <Reference Include="System.Design" />
|
84 | 85 | </ItemGroup>
|
85 | 86 | <ItemGroup>
|
86 |
| - <PackageReference Include="Community.VisualStudio.Toolkit" Version="16.0.75.152-pre" ExcludeAssets="runtime"> |
| 87 | + <PackageReference Include="Community.VisualStudio.Toolkit" Version="17.0.76.303" ExcludeAssets="runtime"> |
87 | 88 | <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
88 | 89 | </PackageReference>
|
89 | 90 | <PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />
|
90 |
| - <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="16.10.11" /> |
| 91 | + <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.1.9-preview1"> |
| 92 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 93 | + <PrivateAssets>all</PrivateAssets> |
| 94 | + </PackageReference> |
91 | 95 | </ItemGroup>
|
92 | 96 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
93 | 97 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
0 commit comments