We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dc6d3 commit 4c96b98Copy full SHA for 4c96b98
tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFrameworks>net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
5
<LangVersion>13.0</LangVersion>
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
0 commit comments