File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <!-- The configuration and platform will be used to determine which assemblies to include from solution and
4+ <!-- A target framework version is required by Visual Studio. It can be any version with a targeting pack installed. -->
5+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
6+ <!-- The configuration and platform will be used to determine which assemblies to include from solution and
57 project documentation sources -->
68 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
79 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
Original file line number Diff line number Diff line change 7474 </ItemGroup >
7575 <ItemGroup >
7676 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" >
77- <Version >4.13 .0</Version >
77+ <Version >4.14 .0</Version >
7878 </PackageReference >
7979 <PackageReference Include =" Microsoft.CodeAnalysis.Features" >
80- <Version >4.13 .0</Version >
80+ <Version >4.14 .0</Version >
8181 </PackageReference >
8282 <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.Common" >
83- <Version >4.13 .0</Version >
83+ <Version >4.14 .0</Version >
8484 </PackageReference >
85- <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.13.40008 " ExcludeAssets =" runtime" >
85+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.14.40265 " ExcludeAssets =" runtime" >
8686 <IncludeAssets >compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
8787 </PackageReference >
88- <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.13.2126 " >
88+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.14.2094 " >
8989 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
9090 <PrivateAssets >all</PrivateAssets >
9191 </PackageReference >
9292 </ItemGroup >
93- <ItemGroup />
9493 <ItemGroup >
9594 <Compile Include =" CommentsElement.cs" />
9695 <Compile Include =" CSharpXmlDocCommentsCompletionProvider.cs" />
111110 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
112111 </Content >
113112 </ItemGroup >
113+ <ItemGroup >
114+ <Reference Include =" System" />
115+ </ItemGroup >
114116 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115117 <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
116118 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments