Skip to content

Commit

Permalink
changed to netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusq committed Aug 23, 2024
1 parent 54b4de1 commit 103999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSMRender/OSMRender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<LangVersion>11.0</LangVersion>
<TargetFramework>net472</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11.0</LangVersion>
Expand Down

0 comments on commit 103999d

Please sign in to comment.