We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7e044 commit a269b6aCopy full SHA for a269b6a
src/Compiler/FSharp.Compiler.Service.fsproj
@@ -146,8 +146,8 @@
146
<Compile Include="Utilities\lib.fsi" />
147
<Compile Include="Utilities\lib.fs" />
148
<Compile Include="Utilities\DependencyGraph.fs" />
149
- <Compile Include="utilities\Caches.fsi" />
150
- <Compile Include="utilities\Caches.fs" />
+ <Compile Include="Utilities\Caches.fsi" />
+ <Compile Include="Utilities\Caches.fs" />
151
<Compile Include="Utilities\LruCache.fsi" />
152
<Compile Include="Utilities\LruCache.fs" />
153
<Compile Include="Utilities\ImmutableArray.fsi" />
0 commit comments