Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
9abb389
Move naming
Jan 28, 2025
e4cb0ac
Fix build
Jan 28, 2025
3ef44b4
Remove ProjectEngineHost project by moving things into
Jan 28, 2025
315658b
Update resource files
Feb 11, 2025
590367c
Fix compilation
Feb 12, 2025
1413236
Bump local packages
Feb 14, 2025
a3eeb9f
Respond to changes in roslyn EA
Feb 19, 2025
0f09a56
Merge branch 'main' into remove_razor_ea
Feb 19, 2025
2a57a43
Nullability and usings
Feb 19, 2025
fdacf95
Remove local nuget
Feb 19, 2025
059341f
Final changes
Feb 21, 2025
404c321
Compiling and ready for testing. Still failing
Feb 22, 2025
f265359
Merge branch 'main' into remove_razor_ea
Feb 23, 2025
46a9970
Merge branch 'main' into remove_razor_ea
Mar 12, 2025
4c4871b
Don't export stateless service
Mar 12, 2025
1eb80e6
Merge branch 'main' into remove_razor_ea
Mar 14, 2025
f964da7
Remove using
Mar 14, 2025
5bce5e4
Working...
Mar 20, 2025
5cc494e
Package the extension into a nupkg
Mar 20, 2025
24381ea
Remove Nuget.config changes
Mar 21, 2025
951f9ea
Update layering doc and undo unnecessary changes
Mar 21, 2025
87517c1
Remove file that was meant to be removed...
Mar 21, 2025
26ff153
change to sealed class
Mar 21, 2025
9c18bad
Rename files
Mar 21, 2025
21fb54c
Remove file
Mar 21, 2025
d1c4f2b
Fix namespaces
Mar 21, 2025
d9a7e5a
Remove test project and merge into workspaces
Mar 21, 2025
24efc13
Remove last references to Microsoft.CodeAnalysis.Razor.ProjectEngineHost
Mar 21, 2025
1f654eb
Restore PrivateAssets
Mar 21, 2025
138491f
Merge branch 'main' into remove_razor_ea
Mar 21, 2025
9c1bfd6
Add back UrlDecoderTests
Mar 21, 2025
bd88e39
Use collection expressions
Mar 21, 2025
7cda646
Remove unused type
Mar 24, 2025
003e335
Merge branch 'remove_razor_ea' of https://github.com/ryzngard/razor i…
Mar 24, 2025
76ee9d5
Remove duplicated types
Mar 24, 2025
f7a49db
Reuse types
Mar 25, 2025
6c7b39b
Fix HashSet usage and null out when done
Mar 25, 2025
be26139
Allow multiple updates to be applied since we allow that in the vs co…
Mar 25, 2025
39a5c88
Consolidate code
Mar 25, 2025
8758737
Handle null response
Mar 25, 2025
ba48169
Use real versions
Mar 26, 2025
b70298f
Update namespaces
Mar 26, 2025
6fa2618
Update Version.details.xml
Mar 26, 2025
9d86df7
Update with darc and fix source build
Mar 26, 2025
91ba66c
Skip failing test
Mar 26, 2025
e812dab
Unblock for now
Mar 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<_MicrosoftVisualStudioShellPackagesVersion>17.13.40008</_MicrosoftVisualStudioShellPackagesVersion>
<_MicrosoftVisualStudioPackagesVersion>17.13.226</_MicrosoftVisualStudioPackagesVersion>
<_VisualStudioLanguageServerProtocolVersion>17.12.1-preview</_VisualStudioLanguageServerProtocolVersion>
<_MicrosoftExtensionsPackageVersion>8.0.0</_MicrosoftExtensionsPackageVersion>
<_MicrosoftExtensionsPackageVersion>9.0.0</_MicrosoftExtensionsPackageVersion>
<_BasicReferenceAssembliesVersion>1.7.2</_BasicReferenceAssembliesVersion>
<_BenchmarkDotNetPackageVersion>0.13.5.2136</_BenchmarkDotNetPackageVersion>
<_MicrosoftVisualStudioExtensibilityTestingVersion>0.1.187-beta</_MicrosoftVisualStudioExtensibilityTestingVersion>
Expand Down Expand Up @@ -48,6 +48,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.EditorFeatures.Wpf" Version="$(MicrosoftCodeAnalysisEditorFeaturesWpfPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="$(MicrosoftCodeAnalysisExternalAccessRazorPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.Razor" Version="$(MicrosoftCodeAnalysisExternalAccessRazorPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.Razor.Features" Version="$(MicrosoftCodeAnalysisExternalAccessRazorPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="$(MicrosoftCodeAnalysisRemoteServiceHubPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.Test.Utilities" Version="$(MicrosoftCodeAnalysisTestUtilitiesPackageVersion)"/>
<PackageVersion Include="Microsoft.CodeAnalysis.Testing.Verifiers.XUnit" Version="1.1.2-beta1.24121.1" />
Expand Down Expand Up @@ -87,7 +88,7 @@
<PackageVersion Include="Microsoft.VisualStudio.RpcContracts" Version="17.13.7" />
<PackageVersion Include="Microsoft.VisualStudio.Shell.Framework" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
<PackageVersion Include="Microsoft.VisualStudio.Shell.15.0" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
<PackageVersion Include="Microsoft.VisualStudio.Telemetry" Version="17.14.2" />
<PackageVersion Include="Microsoft.VisualStudio.Telemetry" Version="17.14.8" />
<PackageVersion Include="Microsoft.VisualStudio.Text.Data" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
<PackageVersion Include="Microsoft.VisualStudio.Text.Implementation" Version="$(_MicrosoftVisualStudioPackagesVersion)" NoWarn="NU1701" />
<PackageVersion Include="Microsoft.VisualStudio.Text.Logic" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
Expand All @@ -107,13 +108,13 @@
<PackageVersion Include="NuGet.VisualStudio" Version="17.9.1" />
<PackageVersion Include="Roslyn.Diagnostics.Analyzers" Version="$(_RoslynDiagnosticAnalyzersPackageVersion)" />
<PackageVersion Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutablePackageVersion)" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.0" />
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
<PackageVersion Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataPackageVersion)" />
<PackageVersion Include="System.Resources.Extensions" Version="8.0.0" />
<PackageVersion Include="System.Resources.Extensions" Version="9.0.0" />
<PackageVersion Include="System.Security.Cryptography.Xml" Version="8.0.2" />
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="System.Text.Encodings.Web" Version="9.0.0" />
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="$(SystemThreadingTasksExtensionsVersion)" />
<PackageVersion Include="xunit" Version="$(_XunitPackageVersion)" />
<PackageVersion Include="Xunit.Combinatorial" Version="1.6.24" />
Expand Down
26 changes: 2 additions & 24 deletions Razor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compiler Tests", "Compiler
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.Microbenchmarks.Generator", "src\Compiler\perf\Microsoft.AspNetCore.Razor.Microbenchmarks.Generator\Microsoft.AspNetCore.Razor.Microbenchmarks.Generator.csproj", "{7400A168-2552-49C7-93E3-D4DAA90C216F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace", "src\Razor\src\Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace\Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace.csproj", "{2223B8FD-D98A-47BE-94A9-6A3A6B8557B8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudioCode.RazorExtension", "src\Razor\src\Microsoft.VisualStudioCode.RazorExtension\Microsoft.VisualStudioCode.RazorExtension.csproj", "{2223B8FD-D98A-47BE-94A9-6A3A6B8557B8}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know of a better name, and I don't think it matters, but I would like to state for the record that Microsoft.VisualStudio.RazorExtension is a visual studio extension and Microsoft.VisualStudioCode.RazorExtension is not a visual studio code extension 😛

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't love the name either. It's a bit too generic, and MS.VS.RazorExtension is not something to emulate. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea... I didn't love writing it but wasn't able to come up with an alternative.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same. 😢

EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.ProjectEngineHost", "src\Razor\src\Microsoft.AspNetCore.Razor.ProjectEngineHost\Microsoft.AspNetCore.Razor.ProjectEngineHost.csproj", "{2FB4801C-A083-4F08-A4FB-C4910985DE31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace.Test", "src\Razor\test\Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace.Test\Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace.Test.csproj", "{70C6EAF1-202B-481B-ADD4-D30DF1396BDE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudioCode.RazorExtension.Test", "src\Razor\test\Microsoft.VisualStudioCode.RazorExtension.Test\Microsoft.VisualStudioCode.RazorExtension.Test.csproj", "{70C6EAF1-202B-481B-ADD4-D30DF1396BDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Net.Compilers.Razor.Toolset", "src\Compiler\Microsoft.Net.Compilers.Razor.Toolset\Microsoft.Net.Compilers.Razor.Toolset.csproj", "{6117D32B-DDAE-4654-8260-783B27153E0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor", "src\Razor\src\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor.csproj", "{53977089-1A87-4521-8368-0D50DFDA1279}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor.Test", "src\Razor\test\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor.Test\Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor.Test.csproj", "{C0C2AD17-5F5B-4B11-956D-203D91C377FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.ProjectEngineHost.Test", "src\Razor\test\Microsoft.AspNetCore.Razor.ProjectEngineHost.Test\Microsoft.AspNetCore.Razor.ProjectEngineHost.Test.csproj", "{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.Utilities.Shared.Test", "src\Shared\Microsoft.AspNetCore.Razor.Utilities.Shared.Test\Microsoft.AspNetCore.Razor.Utilities.Shared.Test.csproj", "{7275F376-1B63-49D3-8078-0F7CA15CC637}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Razor.Utilities.Shared", "src\Shared\Microsoft.AspNetCore.Razor.Utilities.Shared\Microsoft.AspNetCore.Razor.Utilities.Shared.csproj", "{BAFE178B-7AD4-41AE-A75D-9B920B9EA050}"
Expand Down Expand Up @@ -418,14 +414,6 @@ Global
{2223B8FD-D98A-47BE-94A9-6A3A6B8557B8}.Release|Any CPU.Build.0 = Release|Any CPU
{2223B8FD-D98A-47BE-94A9-6A3A6B8557B8}.ReleaseNoVSIX|Any CPU.ActiveCfg = Release|Any CPU
{2223B8FD-D98A-47BE-94A9-6A3A6B8557B8}.ReleaseNoVSIX|Any CPU.Build.0 = Release|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.DebugNoVSIX|Any CPU.ActiveCfg = Debug|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.DebugNoVSIX|Any CPU.Build.0 = Debug|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.Release|Any CPU.Build.0 = Release|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.ReleaseNoVSIX|Any CPU.ActiveCfg = Release|Any CPU
{2FB4801C-A083-4F08-A4FB-C4910985DE31}.ReleaseNoVSIX|Any CPU.Build.0 = Release|Any CPU
{70C6EAF1-202B-481B-ADD4-D30DF1396BDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C6EAF1-202B-481B-ADD4-D30DF1396BDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C6EAF1-202B-481B-ADD4-D30DF1396BDE}.DebugNoVSIX|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -458,14 +446,6 @@ Global
{C0C2AD17-5F5B-4B11-956D-203D91C377FB}.Release|Any CPU.Build.0 = Release|Any CPU
{C0C2AD17-5F5B-4B11-956D-203D91C377FB}.ReleaseNoVSIX|Any CPU.ActiveCfg = Release|Any CPU
{C0C2AD17-5F5B-4B11-956D-203D91C377FB}.ReleaseNoVSIX|Any CPU.Build.0 = Release|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.DebugNoVSIX|Any CPU.ActiveCfg = Debug|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.DebugNoVSIX|Any CPU.Build.0 = Debug|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.Release|Any CPU.Build.0 = Release|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.ReleaseNoVSIX|Any CPU.ActiveCfg = Release|Any CPU
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD}.ReleaseNoVSIX|Any CPU.Build.0 = Release|Any CPU
{7275F376-1B63-49D3-8078-0F7CA15CC637}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7275F376-1B63-49D3-8078-0F7CA15CC637}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7275F376-1B63-49D3-8078-0F7CA15CC637}.DebugNoVSIX|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -591,12 +571,10 @@ Global
{A9F9B5E5-C5C2-4860-BE56-038C70ADBAC9} = {FB7C870E-A173-4F75-BE63-4EF39C79A759}
{7400A168-2552-49C7-93E3-D4DAA90C216F} = {C2C98051-0F39-47F2-80B6-E72B29159F2C}
{2223B8FD-D98A-47BE-94A9-6A3A6B8557B8} = {3C0D6505-79B3-49D0-B4C3-176F0F1836ED}
{2FB4801C-A083-4F08-A4FB-C4910985DE31} = {3C0D6505-79B3-49D0-B4C3-176F0F1836ED}
{70C6EAF1-202B-481B-ADD4-D30DF1396BDE} = {92463391-81BE-462B-AC3C-78C6C760741F}
{6117D32B-DDAE-4654-8260-783B27153E0B} = {AA4EE974-E765-4B97-AF35-F734BF9830F6}
{53977089-1A87-4521-8368-0D50DFDA1279} = {3C0D6505-79B3-49D0-B4C3-176F0F1836ED}
{C0C2AD17-5F5B-4B11-956D-203D91C377FB} = {92463391-81BE-462B-AC3C-78C6C760741F}
{4126E0A6-1CA9-44B1-AD22-66EDB9FEE7AD} = {92463391-81BE-462B-AC3C-78C6C760741F}
{7275F376-1B63-49D3-8078-0F7CA15CC637} = {3AE210D1-C435-4693-BF79-2EF13ED554B9}
{BAFE178B-7AD4-41AE-A75D-9B920B9EA050} = {3AE210D1-C435-4693-BF79-2EF13ED554B9}
{45B207E2-DDB3-44F0-87C5-DEFB5A9534A5} = {4AA319E0-C81E-47CC-841A-6EFCB6784A1F}
Expand Down
8 changes: 4 additions & 4 deletions docs/ProjectsAndLayering.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ target the broadest set of frameworks.

### Razor Language Server (rzls)

- Target Framework: `net8.0`
- Target Framework: `net9.0`
- Projects:
- rzls

Expand All @@ -101,11 +101,11 @@ target the broadest set of frameworks.
- Microsoft.VisualStudio.RazorExtension.Dependencies
- RazorDeployment

### Miscellaneous / Test hosting
### RazorExtension for Roslyn Language Server in VS Code

- Target Framework: net7.0
- Target Framework: net9.0
- Projects:
- Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace
- Microsoft.VisualStudioCode.RazorExtension

## Testing Layers

Expand Down
3 changes: 3 additions & 0 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<IgnorePatterns>
<!-- Prebuilts showing in repo build only - ignoring. -->
<UsagePattern IdentityGlob="Microsoft.Extensions.ObjectPool/8.0.0" />
<UsagePattern IdentityGlob="System.Collections.Immutable/9.0*" />
<UsagePattern IdentityGlob="System.Reflection.Metadata/9.0*" />


<!--
Ignoring the following prebuilts. NetPrevious targeting is needed in repo legs
Expand Down
84 changes: 42 additions & 42 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,82 +11,82 @@
<Sha>c3d4c372a15c2de79a2f26fe2b6b3644996d8550</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CommonLanguageServerProtocol.Framework" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CommonLanguageServerProtocol.Framework" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.EditorFeatures" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.EditorFeatures" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Common" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Common" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Wpf" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Wpf" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Test.Utilities" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.CodeAnalysis.Test.Utilities" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25128.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25176.5">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b531abfbc6e526397562a8d906087e1577f796a1</Sha>
<Sha>0a79874a2ea127eafd3a95a2a474d1e38b85221d</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
</ProductDependencies>
Expand All @@ -113,13 +113,13 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>3f1acb59718cadf111a0a796681e3d3509bb3381</Sha>
</Dependency>
<Dependency Name="System.Collections.Immutable" Version="8.0.0">
<Dependency Name="System.Collections.Immutable" Version="9.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
<Dependency Name="System.Reflection.Metadata" Version="8.0.0">
<Dependency Name="System.Reflection.Metadata" Version="9.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
Loading