You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: dir.props
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,6 @@
180
180
</ItemGroup>
181
181
182
182
<!-- Use Roslyn Compilers to build -->
183
-
<ImportProject="$(RoslynPropsFile)"Condition="'$(RunningOnUnix)'!='true' and Exists('$(RoslynPropsFile)') and '$(UseRoslynCompilers)'!='false'" />
184
-
<ImportProject="$(RoslynPropsFile)"Condition="'$(RunningOnUnix)'=='true' and Exists('$(RoslynPropsFile)')" />
183
+
<ImportProject="$(RoslynPropsFile)"Condition="'$(RunningOnUnix)'!='true' and Exists('$(RoslynPropsFile)') and '$(UseRoslynCompilers)'!='false' and '$(RoslynIncompatibleMsbuildVersion)' != 'true'" />
184
+
<ImportProject="$(RoslynPropsFile)"Condition="'$(RunningOnUnix)'=='true' and Exists('$(RoslynPropsFile)') and '$(RoslynIncompatibleMsbuildVersion)' != 'true'" />
0 commit comments