2018-07-16 16:13:36 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2014-09-09 18:46:13 +00:00
|
|
|
|
<PropertyGroup>
|
2018-07-16 16:13:36 +00:00
|
|
|
|
<TargetFrameworks>netstandard1.1;netstandard1.4;netstandard2.0</TargetFrameworks>
|
2014-09-09 18:46:13 +00:00
|
|
|
|
<RootNamespace>FlatBuffers</RootNamespace>
|
|
|
|
|
<AssemblyName>FlatBuffers</AssemblyName>
|
2018-07-16 16:13:36 +00:00
|
|
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
|
|
|
|
<Copyright>Copyright (c) 2015 Google Inc</Copyright>
|
|
|
|
|
<RepositoryUrl>https://github.com/google/flatbuffers</RepositoryUrl>
|
|
|
|
|
<PackageLicenseUrl>https://github.com/google/flatbuffers/blob/master/LICENSE.txt</PackageLicenseUrl>
|
2014-09-09 18:46:13 +00:00
|
|
|
|
</PropertyGroup>
|
2018-07-16 16:13:36 +00:00
|
|
|
|
|
2018-08-23 17:05:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.Memory" Version="4.5.1" />
|
|
|
|
|
</ItemGroup>
|
2014-09-09 18:46:13 +00:00
|
|
|
|
</Project>
|