James Jackson-South
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
3 deletions
-
Directory.Build.props
|
|
|
@ -21,9 +21,8 @@ |
|
|
|
<!-- Import the shared global .props file --> |
|
|
|
<Import Project="$(MSBuildThisFileDirectory)shared-infrastructure\msbuild\props\SixLabors.Global.props" /> |
|
|
|
|
|
|
|
<PropertyGroup Condition="$(SIXLABORS_TESTING_PREVIEW) == true"> |
|
|
|
<!-- Workaround various issues bound to implicit language features. --> |
|
|
|
<LangVersion>preview</LangVersion> |
|
|
|
<PropertyGroup> |
|
|
|
<LangVersion>12.0</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!-- |
|
|
|
|