diff --git a/rider-fsharp/build.gradle.kts b/rider-fsharp/build.gradle.kts
index 9a1669ad37..743a2e6ac6 100644
--- a/rider-fsharp/build.gradle.kts
+++ b/rider-fsharp/build.gradle.kts
@@ -66,6 +66,7 @@ dependencies {
bundledModule("intellij.platform.langInjection")
bundledPlugin("org.jetbrains.plugins.textmate")
bundledPlugin("rider.intellij.plugin.appender")
+ bundledPlugin("com.intellij.moduleSet.structureView")
bundledModule("intellij.resharper.assist")
instrumentationTools()
// TODO: Temporary I hope hope hope
diff --git a/rider-fsharp/src/main/resources/META-INF/plugin.xml b/rider-fsharp/src/main/resources/META-INF/plugin.xml
index 7423670923..ac3f13ff42 100644
--- a/rider-fsharp/src/main/resources/META-INF/plugin.xml
+++ b/rider-fsharp/src/main/resources/META-INF/plugin.xml
@@ -15,6 +15,7 @@
com.intellij.modules.rider
rider.intellij.plugin.appender
com.intellij.rider.rdclient.spellchecker
+ com.intellij.moduleSet.structureView
diff --git a/rider-fsharp/src/test/testData/templates/net10/Net10/XUnitProjectTemplateTest/projectModel/gold/projectModel.gold b/rider-fsharp/src/test/testData/templates/net10/Net10/XUnitProjectTemplateTest/projectModel/gold/projectModel.gold
index fdd3514ab0..16ba28ceff 100644
--- a/rider-fsharp/src/test/testData/templates/net10/Net10/XUnitProjectTemplateTest/projectModel/gold/projectModel.gold
+++ b/rider-fsharp/src/test/testData/templates/net10/Net10/XUnitProjectTemplateTest/projectModel/gold/projectModel.gold
@@ -11,7 +11,7 @@ Opened
...
-Packages
coverlet.collector/6.0.4
- FSharp.Core/10.0.100
+ FSharp.Core/10.1.202
Microsoft.NET.Test.Sdk/17.14.1
xunit.runner.visualstudio/3.1.4
xunit/2.9.3
@@ -39,6 +39,7 @@ Project [Name:UnitTestProject, GUID:GUID]
Child items:
Folder [Name:net10.0, IsHidden:true]
Child items:
+ ProjectFileImpl(Path : ILLink.Substitutions.xml)[Hidden EMBEDDEDRESOURCE Properties:LogicalName=ILLink.Substitutions.xml]
ProjectFileImpl(Path : UnitTestProject.AssemblyInfo.fs)[Hidden COMPILE Properties:CompileOrder=CompileBefore]
ProjectFileImpl(Path : xunit.abstractions.dll (.nuget/packages))[Hidden NONE ]
ProjectFileImpl(Path : xunit.runner.visualstudio.testadapter.dll (.nuget/packages))[Hidden NONE ]