Skip to content

Commit 950244f

Browse files
authored
Merge pull request #437 from AArnott/fixAnalyzerVersion
Use precise assembly version for analyzers project
2 parents b39bdc3 + 78a6a02 commit 950244f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<!-- Opt back out until an SDK with the fix for https://github.com/NuGet/Home/issues/12177 is generally available. -->
2121
<RestoreUseStaticGraphEvaluation>false</RestoreUseStaticGraphEvaluation>
2222

23-
<!-- This entire repo has just one version.json file, so compute the version once and share with all projects in a large build. -->
24-
<GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory>
25-
2623
<!-- Local builds should embed PDBs so we never lose them when a subsequent build occurs. -->
2724
<DebugType Condition=" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' ">embedded</DebugType>
2825

0 commit comments

Comments
 (0)