File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks >
88 <PackageProjectUrl >https://github.com/google/flatbuffers</PackageProjectUrl >
99 <RepositoryUrl >https://github.com/google/flatbuffers</RepositoryUrl >
1010 <PublishRepositoryUrl >true</PublishRepositoryUrl >
11- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
11+ <PackageLicenseExpression >Apache-2.0</ PackageLicenseExpression >
1212 <PackageIcon >flatbuffers.png</PackageIcon >
1313 <PackageTags >Google;FlatBuffers;Serialization;Buffer;Binary;zero copy</PackageTags >
1414 <Copyright >Copyright 2022 Google LLC</Copyright >
3535 </ItemGroup >
3636
3737 <ItemGroup >
38- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
3938 <None Include =" flatbuffers.png" Pack =" true" PackagePath =" " />
4039 </ItemGroup >
4140
You can’t perform that action at this time.
0 commit comments