Skip to content

Commit 27ecc68

Browse files
committed
Don't use local SDK silly.
1 parent 183d017 commit 27ecc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<LangVersion>preview</LangVersion>
3535
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen</OtherFlags>
3636
<!-- 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>
37+
<UseLocalAnalyzersSDK>false</UseLocalAnalyzersSDK>
3838
<LocalAnalyzersSDKRepo>../../../FSharp.Analyzers.SDK</LocalAnalyzersSDKRepo>
3939
</PropertyGroup>
4040

0 commit comments

Comments
 (0)