From 19b2300f93a59b7839ebccd1f7ea22a8b8015a40 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 11 Dec 2025 01:50:50 +1100 Subject: [PATCH] chore: switch package to license expression (#8840) * switch package to license expression * Remove license file from package --- net/FlatBuffers/Google.FlatBuffers.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/FlatBuffers/Google.FlatBuffers.csproj b/net/FlatBuffers/Google.FlatBuffers.csproj index 6be18dc85..0947dd99a 100644 --- a/net/FlatBuffers/Google.FlatBuffers.csproj +++ b/net/FlatBuffers/Google.FlatBuffers.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1;net6.0;net8.0 @@ -8,7 +8,7 @@ https://github.com/google/flatbuffers https://github.com/google/flatbuffers true - LICENSE + Apache-2.0 flatbuffers.png Google;FlatBuffers;Serialization;Buffer;Binary;zero copy Copyright 2022 Google LLC @@ -35,7 +35,6 @@ -