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 183d017 commit 27ecc68Copy full SHA for 27ecc68
Directory.Build.props
@@ -34,7 +34,7 @@
34
<LangVersion>preview</LangVersion>
35
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen</OtherFlags>
36
<!-- Set to true and adjust the path to your local repo if you want to use that instead of the nuget packages -->
37
- <UseLocalAnalyzersSDK>true</UseLocalAnalyzersSDK>
+ <UseLocalAnalyzersSDK>false</UseLocalAnalyzersSDK>
38
<LocalAnalyzersSDKRepo>../../../FSharp.Analyzers.SDK</LocalAnalyzersSDKRepo>
39
</PropertyGroup>
40
0 commit comments