Browse Source

Restore LangVersion

pull/1851/head
Ynse Hoornenborg 5 years ago
parent
commit
5939bf8ab1
  1. 1
      src/ImageSharp/ImageSharp.csproj
  2. 1
      tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj
  3. 1
      tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj
  4. 1
      tests/ImageSharp.Tests/ImageSharp.Tests.csproj

1
src/ImageSharp/ImageSharp.csproj

@ -39,7 +39,6 @@
<Otherwise>
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.1;netstandard2.1;netstandard2.0;netstandard1.3;net472</TargetFrameworks>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
</Otherwise>
</Choose>

1
tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

@ -28,7 +28,6 @@
<Otherwise>
<PropertyGroup>
<TargetFrameworks>net5.0;netcoreapp3.1;netcoreapp2.1;net472</TargetFrameworks>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
</Otherwise>
</Choose>

1
tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

@ -30,7 +30,6 @@
<Otherwise>
<PropertyGroup>
<TargetFrameworks>net5.0;netcoreapp3.1;netcoreapp2.1;net472</TargetFrameworks>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
</Otherwise>
</Choose>

1
tests/ImageSharp.Tests/ImageSharp.Tests.csproj

@ -23,7 +23,6 @@
<Otherwise>
<PropertyGroup>
<TargetFrameworks>net5.0;netcoreapp3.1;netcoreapp2.1;net472</TargetFrameworks>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
</Otherwise>
</Choose>

Loading…
Cancel
Save