Skip to content

Commit 9493476

Browse files
committed
Package reference updates
1 parent f0261b0 commit 9493476

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Docs/ExtendedDocCommentsProviderDocs.shfbproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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>

Source/ExtendedDocCommentsProvider.csproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,22 @@
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" />
@@ -111,6 +110,9 @@
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>

0 commit comments

Comments
 (0)