Skip to content

Commit dc46c9d

Browse files
committed
MonoDevelop.TextEditor.Wpf.csproj: adjust packages
1 parent 67426df commit dc46c9d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

main/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
2424
<NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
2525
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
26-
<NuGetVersionVSEditor>16.1.28-g2ad4df7366</NuGetVersionVSEditor>
26+
<NuGetVersionVSEditor>16.4.280</NuGetVersionVSEditor>
2727
</PropertyGroup>
2828
</Project>

main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor.Wpf/MonoDevelop.TextEditor.Wpf.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
<AddMonoDevelopCoreReferences>true</AddMonoDevelopCoreReferences>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="DiagnosticMargin" Version="1.0.1" PrivateAssets="all" />
1312
<PackageReference Include="Microsoft.VisualStudio.CoreUtility" Version="$(NuGetVersionVSEditor)" PrivateAssets="all" ExcludeAssets="runtime" />
14-
<PackageReference Include="Microsoft.VisualStudio.Imaging" Version="16.0.27828" PrivateAssets="all" ExcludeAssets="runtime" />
13+
<PackageReference Include="Microsoft.VisualStudio.Imaging" Version="16.3.29318.209" PrivateAssets="all" ExcludeAssets="runtime" />
1514
<PackageReference Include="Microsoft.VisualStudio.Text.Data" Version="$(NuGetVersionVSEditor)" PrivateAssets="all" ExcludeAssets="runtime" />
16-
<PackageReference Include="Microsoft.VisualStudio.Text.Internal" Version="$(NuGetVersionVSEditor)" PrivateAssets="all" ExcludeAssets="runtime" />
1715
<PackageReference Include="Microsoft.VisualStudio.Text.Logic" Version="$(NuGetVersionVSEditor)" PrivateAssets="all" ExcludeAssets="runtime" />
1816
<PackageReference Include="Microsoft.VisualStudio.Text.UI" Version="$(NuGetVersionVSEditor)" PrivateAssets="all" ExcludeAssets="runtime" />
1917
<PackageReference Include="Microsoft.VisualStudio.Language" Version="$(NuGetVersionVSEditor)" PrivateAssets="all" ExcludeAssets="runtime" />

0 commit comments

Comments
 (0)