Skip to content

Commit 1ddd58e

Browse files
authored
Allow our VS Code extension to report telemetry (through Roslyn) (#12015)
Fixes #12009 Needs a Roslyn bump before this will compile. Roslyn PR: dotnet/roslyn#79254
2 parents 2ed235b + 6b748d1 commit 1ddd58e

File tree

16 files changed

+148
-143
lines changed

16 files changed

+148
-143
lines changed

Directory.Packages.props

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
-->
77
<PropertyGroup>
88
<_MicrosoftWebToolsPackageVersion>17.11.11-preview-0001</_MicrosoftWebToolsPackageVersion>
9-
<_MicrosoftVisualStudioShellPackagesVersion>17.13.40008</_MicrosoftVisualStudioShellPackagesVersion>
10-
<_MicrosoftVisualStudioPackagesVersion>17.13.226</_MicrosoftVisualStudioPackagesVersion>
9+
<_MicrosoftVisualStudioShellPackagesVersion>18.0.1306-preview.1</_MicrosoftVisualStudioShellPackagesVersion>
10+
<_MicrosoftVisualStudioPackagesVersion>18.0.255-preview</_MicrosoftVisualStudioPackagesVersion>
1111
<_VisualStudioLanguageServerProtocolVersion>17.12.1-preview</_VisualStudioLanguageServerProtocolVersion>
1212
<_MicrosoftExtensionsPackageVersion>9.0.0</_MicrosoftExtensionsPackageVersion>
1313
<_BasicReferenceAssembliesVersion>1.7.2</_BasicReferenceAssembliesVersion>
@@ -16,7 +16,7 @@
1616
<_RoslynDiagnosticAnalyzersPackageVersion>3.11.0-beta1.24508.2</_RoslynDiagnosticAnalyzersPackageVersion>
1717
<_MicrosoftVisualStudioLanguageServicesPackageVersion>$(MicrosoftVisualStudioLanguageServicesPackageVersion)</_MicrosoftVisualStudioLanguageServicesPackageVersion>
1818
<_XunitPackageVersion>2.9.2</_XunitPackageVersion>
19-
<_MicrosoftBuildPackageVersion>17.13.9</_MicrosoftBuildPackageVersion>
19+
<_MicrosoftBuildPackageVersion>17.15.0-preview-25279-04</_MicrosoftBuildPackageVersion>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
@@ -25,7 +25,7 @@
2525
<PackageVersion Include="BenchmarkDotNet" Version="$(_BenchmarkDotNetPackageVersion)" />
2626
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="$(_BenchmarkDotNetPackageVersion)" />
2727
<PackageVersion Include="DiffPlex" Version="1.7.2" />
28-
<PackageVersion Include="MessagePack" Version="2.5.192" />
28+
<PackageVersion Include="MessagePack" Version="2.5.198" />
2929
<PackageVersion Include="Microsoft.AspNetCore.App.Runtime.$(NetCoreSDKRuntimeIdentifier)" Version="8.0.2" />
3030
<PackageVersion Include="Microsoft.Build.Framework" Version="$(_MicrosoftBuildPackageVersion)" />
3131
<PackageVersion Include="Microsoft.Build.Locator" Version="1.4.1" />
@@ -64,7 +64,6 @@
6464
<PackageVersion Include="Microsoft.Internal.VisualStudio.Interop" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
6565
<PackageVersion Include="Microsoft.NET.Sdk.Razor" Version="$(MicrosoftNETSdkRazorPackageVersion)" />
6666
<PackageVersion Include="Microsoft.VisualStudio.Copilot" Version="0.2.28-beta" />
67-
<PackageVersion Include="Microsoft.VisualStudio.ComponentModelHost" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
6867
<PackageVersion Include="Microsoft.VisualStudio.Editor" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
6968
<PackageVersion Include="Microsoft.VisualStudio.Extensibility.Testing.Xunit" Version="$(_MicrosoftVisualStudioExtensibilityTestingVersion)" />
7069
<PackageVersion Include="Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator" Version="$(_MicrosoftVisualStudioExtensibilityTestingVersion)" />
@@ -80,14 +79,14 @@
8079
<PackageVersion Include="Microsoft.VisualStudio.LanguageServices.Implementation.Symbols" Version="$(_MicrosoftVisualStudioLanguageServicesPackageVersion)" />
8180
<PackageVersion Include="Microsoft.VisualStudio.LiveShare" Version="0.3.1074" />
8281
<PackageVersion Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="17.7.294-pre" />
83-
<PackageVersion Include="Microsoft.VisualStudio.RpcContracts" Version="17.13.7" />
82+
<PackageVersion Include="Microsoft.VisualStudio.RpcContracts" Version="17.15.10-pre" />
8483
<PackageVersion Include="Microsoft.VisualStudio.Shell.Framework" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
8584
<PackageVersion Include="Microsoft.VisualStudio.Shell.15.0" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
86-
<PackageVersion Include="Microsoft.VisualStudio.Telemetry" Version="17.14.8" />
85+
<PackageVersion Include="Microsoft.VisualStudio.Telemetry" Version="17.14.18" />
8786
<PackageVersion Include="Microsoft.VisualStudio.Text.Data" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
8887
<PackageVersion Include="Microsoft.VisualStudio.Text.Implementation" Version="$(_MicrosoftVisualStudioPackagesVersion)" NoWarn="NU1701" />
8988
<PackageVersion Include="Microsoft.VisualStudio.Text.Logic" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
90-
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="17.13.2" />
89+
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="17.15.3-alpha" />
9190
<PackageVersion Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
9291
<PackageVersion Include="Microsoft.VisualStudio.Web" Version="16.10.0-preview-1-31008-014" />
9392
<PackageVersion Include="Microsoft.WebTools.Languages.Html" Version="$(_MicrosoftWebToolsPackageVersion)" />
@@ -99,7 +98,7 @@
9998
<PackageVersion Include="Microsoft.WebTools.Shared" Version="$(_MicrosoftWebToolsPackageVersion)" />
10099
<PackageVersion Include="Moq" Version="4.18.4" />
101100
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
102-
<PackageVersion Include="Nerdbank.Streams" Version="2.11.79" />
101+
<PackageVersion Include="Nerdbank.Streams" Version="2.12.87" />
103102
<PackageVersion Include="NuGet.VisualStudio" Version="17.9.1" />
104103
<PackageVersion Include="Roslyn.Diagnostics.Analyzers" Version="$(_RoslynDiagnosticAnalyzersPackageVersion)" />
105104
<PackageVersion Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutablePackageVersion)" />

eng/Version.Details.xml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,89 +2,89 @@
22
<Dependencies>
33
<Source Uri="https://github.com/dotnet/dotnet" Mapping="razor" Sha="f5705c8f4c5079bba77bae8698ba1583bde0388c" BarId="269610" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25321.1">
5+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25358.2">
66
<Uri>https://github.com/dotnet/roslyn</Uri>
7-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
7+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.CommonLanguageServerProtocol.Framework" Version="5.0.0-1.25321.1">
9+
<Dependency Name="Microsoft.CommonLanguageServerProtocol.Framework" Version="5.0.0-1.25358.2">
1010
<Uri>https://github.com/dotnet/roslyn</Uri>
11-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
11+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="5.0.0-1.25321.1">
13+
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="5.0.0-1.25358.2">
1414
<Uri>https://github.com/dotnet/roslyn</Uri>
15-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
15+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25321.1">
17+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25358.2">
1818
<Uri>https://github.com/dotnet/roslyn</Uri>
19-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
19+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.EditorFeatures" Version="5.0.0-1.25321.1">
21+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.EditorFeatures" Version="5.0.0-1.25358.2">
2222
<Uri>https://github.com/dotnet/roslyn</Uri>
23-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
23+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="5.0.0-1.25321.1">
25+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="5.0.0-1.25358.2">
2626
<Uri>https://github.com/dotnet/roslyn</Uri>
27-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
27+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0-1.25321.1">
29+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0-1.25358.2">
3030
<Uri>https://github.com/dotnet/roslyn</Uri>
31-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
31+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="5.0.0-1.25321.1">
33+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="5.0.0-1.25358.2">
3434
<Uri>https://github.com/dotnet/roslyn</Uri>
35-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
35+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Common" Version="5.0.0-1.25321.1">
37+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Common" Version="5.0.0-1.25358.2">
3838
<Uri>https://github.com/dotnet/roslyn</Uri>
39-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
39+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="5.0.0-1.25321.1">
41+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="5.0.0-1.25358.2">
4242
<Uri>https://github.com/dotnet/roslyn</Uri>
43-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
43+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
4444
</Dependency>
45-
<Dependency Name="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="5.0.0-1.25321.1">
45+
<Dependency Name="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="5.0.0-1.25358.2">
4646
<Uri>https://github.com/dotnet/roslyn</Uri>
47-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
47+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
4848
</Dependency>
49-
<Dependency Name="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="5.0.0-1.25321.1">
49+
<Dependency Name="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="5.0.0-1.25358.2">
5050
<Uri>https://github.com/dotnet/roslyn</Uri>
51-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
51+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
5252
</Dependency>
53-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0-1.25321.1">
53+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0-1.25358.2">
5454
<Uri>https://github.com/dotnet/roslyn</Uri>
55-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
55+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
5656
</Dependency>
57-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.0.0-1.25321.1">
57+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.0.0-1.25358.2">
5858
<Uri>https://github.com/dotnet/roslyn</Uri>
59-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
59+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
6060
</Dependency>
61-
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="5.0.0-1.25321.1">
61+
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="5.0.0-1.25358.2">
6262
<Uri>https://github.com/dotnet/roslyn</Uri>
63-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
63+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
6464
</Dependency>
65-
<Dependency Name="Microsoft.CodeAnalysis.Test.Utilities" Version="5.0.0-1.25321.1">
65+
<Dependency Name="Microsoft.CodeAnalysis.Test.Utilities" Version="5.0.0-1.25358.2">
6666
<Uri>https://github.com/dotnet/roslyn</Uri>
67-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
67+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
6868
</Dependency>
69-
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.Features" Version="5.0.0-1.25321.1">
69+
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.Features" Version="5.0.0-1.25358.2">
7070
<Uri>https://github.com/dotnet/roslyn</Uri>
71-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
71+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
7272
</Dependency>
73-
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.EditorFeatures" Version="5.0.0-1.25321.1">
73+
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.EditorFeatures" Version="5.0.0-1.25358.2">
7474
<Uri>https://github.com/dotnet/roslyn</Uri>
75-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
75+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
7676
</Dependency>
77-
<Dependency Name="Microsoft.CodeAnalysis.LanguageServer.Protocol" Version="5.0.0-1.25321.1">
77+
<Dependency Name="Microsoft.CodeAnalysis.LanguageServer.Protocol" Version="5.0.0-1.25358.2">
7878
<Uri>https://github.com/dotnet/roslyn</Uri>
79-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
79+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
8080
</Dependency>
81-
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="5.0.0-1.25321.1">
81+
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="5.0.0-1.25358.2">
8282
<Uri>https://github.com/dotnet/roslyn</Uri>
83-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
83+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
8484
</Dependency>
85-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25321.1">
85+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25358.2">
8686
<Uri>https://github.com/dotnet/roslyn</Uri>
87-
<Sha>ad14335550de1134f0b5a59b6cd040001d0d8c8d</Sha>
87+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
8888
</Dependency>
8989
</ProductDependencies>
9090
<ToolsetDependencies>

eng/Versions.props

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,27 @@
4747
4848
-->
4949
<PropertyGroup Label="Automated">
50-
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisAnalyzersPackageVersion>
51-
<MicrosoftNetCompilersToolsetPackageVersion>5.0.0-1.25321.1</MicrosoftNetCompilersToolsetPackageVersion>
52-
<MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>
53-
<MicrosoftCommonLanguageServerProtocolFrameworkPackageVersion>5.0.0-1.25321.1</MicrosoftCommonLanguageServerProtocolFrameworkPackageVersion>
54-
<MicrosoftCodeAnalysisExternalAccessRazorEditorFeaturesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisExternalAccessRazorEditorFeaturesPackageVersion>
55-
<MicrosoftCodeAnalysisExternalAccessRazorFeaturesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisExternalAccessRazorFeaturesPackageVersion>
56-
<MicrosoftCodeAnalysisCommonPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisCommonPackageVersion>
57-
<MicrosoftCodeAnalysisCSharpPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisCSharpPackageVersion>
58-
<MicrosoftCodeAnalysisCSharpEditorFeaturesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisCSharpEditorFeaturesPackageVersion>
59-
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
60-
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
61-
<MicrosoftCodeAnalysisEditorFeaturesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisEditorFeaturesPackageVersion>
62-
<MicrosoftCodeAnalysisEditorFeaturesCommonPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisEditorFeaturesCommonPackageVersion>
63-
<MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>
64-
<MicrosoftCodeAnalysisLanguageServerProtocolPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisLanguageServerProtocolPackageVersion>
65-
<MicrosoftCodeAnalysisRemoteServiceHubPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisRemoteServiceHubPackageVersion>
66-
<MicrosoftCodeAnalysisTestUtilitiesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisTestUtilitiesPackageVersion>
67-
<MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>
68-
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
69-
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>5.0.0-1.25321.1</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
70-
<MicrosoftVisualStudioLanguageServicesPackageVersion>5.0.0-1.25321.1</MicrosoftVisualStudioLanguageServicesPackageVersion>
50+
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisAnalyzersPackageVersion>
51+
<MicrosoftNetCompilersToolsetPackageVersion>5.0.0-1.25358.2</MicrosoftNetCompilersToolsetPackageVersion>
52+
<MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>
53+
<MicrosoftCommonLanguageServerProtocolFrameworkPackageVersion>5.0.0-1.25358.2</MicrosoftCommonLanguageServerProtocolFrameworkPackageVersion>
54+
<MicrosoftCodeAnalysisExternalAccessRazorEditorFeaturesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisExternalAccessRazorEditorFeaturesPackageVersion>
55+
<MicrosoftCodeAnalysisExternalAccessRazorFeaturesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisExternalAccessRazorFeaturesPackageVersion>
56+
<MicrosoftCodeAnalysisCommonPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisCommonPackageVersion>
57+
<MicrosoftCodeAnalysisCSharpPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisCSharpPackageVersion>
58+
<MicrosoftCodeAnalysisCSharpEditorFeaturesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisCSharpEditorFeaturesPackageVersion>
59+
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
60+
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
61+
<MicrosoftCodeAnalysisEditorFeaturesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisEditorFeaturesPackageVersion>
62+
<MicrosoftCodeAnalysisEditorFeaturesCommonPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisEditorFeaturesCommonPackageVersion>
63+
<MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>
64+
<MicrosoftCodeAnalysisLanguageServerProtocolPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisLanguageServerProtocolPackageVersion>
65+
<MicrosoftCodeAnalysisRemoteServiceHubPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisRemoteServiceHubPackageVersion>
66+
<MicrosoftCodeAnalysisTestUtilitiesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisTestUtilitiesPackageVersion>
67+
<MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>
68+
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
69+
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>5.0.0-1.25358.2</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
70+
<MicrosoftVisualStudioLanguageServicesPackageVersion>5.0.0-1.25358.2</MicrosoftVisualStudioLanguageServicesPackageVersion>
7171
<!--
7272
Exception - Microsoft.Extensions.ObjectPool and System.Collections.Immutable packages are not updated by automation,
7373
but are present in Version.Details.xml for source-build PVP flow. See the comment in Version.Details.xml for more information.
@@ -98,8 +98,8 @@
9898
</PropertyGroup>
9999
<!-- The maintenance-packages dependency versions need to be conditionally selected: https://github.com/dotnet/sdk/issues/45155 -->
100100
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
101-
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
102-
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
101+
<MicrosoftIORedistVersion>6.1.0</MicrosoftIORedistVersion>
102+
<SystemThreadingTasksExtensionsVersion>4.6.0</SystemThreadingTasksExtensionsVersion>
103103
</PropertyGroup>
104104
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
105105
<MicrosoftIORedistVersion>6.1.3</MicrosoftIORedistVersion>

src/Razor/src/Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor/Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" PrivateAssets="all" />
1211
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" PrivateAssets="all"/>
1312
<!-- Manually upgrade to address CG alert. When the VS packages
1413
pull in the right version, this can be removed. -->

0 commit comments

Comments
 (0)