Skip to content

Commit ef30729

Browse files
[.NET] Add netstandard2.0 as target (#8295)
Co-authored-by: Derek Bailey <derekbailey@google.com>
1 parent 30ae5f1 commit ef30729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/FlatBuffers/Google.FlatBuffers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;net6.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
55
<Description>A cross-platform memory efficient serialization library</Description>
66
<PackageVersion>24.3.25</PackageVersion>
77
<Authors>Google LLC</Authors>

0 commit comments

Comments
 (0)