File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyName >Devlooped.TableStorage.Bson</AssemblyName >
5- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;net8 .0</TargetFrameworks >
66 <IsPackable >true</IsPackable >
77 <Description >A BSON binary serializer for use with document-based repositories.</Description >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyName >Devlooped.TableStorage.MessagePack</AssemblyName >
5- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;net8 .0</TargetFrameworks >
66 <IsPackable >true</IsPackable >
77 <Description >A MessagePack binary serializer for use with document-based repositories.</Description >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyName >Devlooped.TableStorage.Newtonsoft</AssemblyName >
5- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;net8 .0</TargetFrameworks >
66 <IsPackable >true</IsPackable >
77 <Description >A Json.NET serializer for use with document-based repositories.</Description >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyName >Devlooped.TableStorage.Protobuf</AssemblyName >
5- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;net8 .0</TargetFrameworks >
66 <IsPackable >true</IsPackable >
77 <Description >A Protocol Buffers binary serializer for use with document-based repositories.</Description >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyName >Devlooped.TableStorage</AssemblyName >
5- <TargetFrameworks >netstandard2.0;netstandard2.1;net6.0; net8.0</TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;netstandard2.1;net8.0</TargetFrameworks >
66 <IsPackable >true</IsPackable >
77 <Description >Repository pattern with POCO object support for storing to Azure/CosmosDB Table Storage</Description >
88 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments