Browse Source

Fix build

pull/2912/head
James Jackson-South 1 year ago
parent
commit
289470aaca
  1. 5
      Directory.Build.props

5
Directory.Build.props

@ -21,9 +21,8 @@
<!-- Import the shared global .props file --> <!-- Import the shared global .props file -->
<Import Project="$(MSBuildThisFileDirectory)shared-infrastructure\msbuild\props\SixLabors.Global.props" /> <Import Project="$(MSBuildThisFileDirectory)shared-infrastructure\msbuild\props\SixLabors.Global.props" />
<PropertyGroup Condition="$(SIXLABORS_TESTING_PREVIEW) == true"> <PropertyGroup>
<!-- Workaround various issues bound to implicit language features. --> <LangVersion>12.0</LangVersion>
<LangVersion>preview</LangVersion>
</PropertyGroup> </PropertyGroup>
<!-- <!--

Loading…
Cancel
Save