Browse Source

Fix vanilla build on VS2019

pull/1835/head
Ynse Hoornenborg 4 years ago
parent
commit
065cb1ca45
  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,6 +39,7 @@
<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,6 +28,7 @@
<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,6 +30,7 @@
<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,6 +23,7 @@
<Otherwise>
<PropertyGroup>
<TargetFrameworks>net5.0;netcoreapp3.1;netcoreapp2.1;net472</TargetFrameworks>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
</Otherwise>
</Choose>

Loading…
Cancel
Save