4
4
<Description >LinksPlatform's Platform.Data.Triplets Class Library</Description >
5
5
<Copyright >Konstantin Diachenko</Copyright >
6
6
<AssemblyTitle >Platform.Data.Triplets</AssemblyTitle >
7
- <VersionPrefix >0.1.0 </VersionPrefix >
7
+ <VersionPrefix >0.1.1 </VersionPrefix >
8
8
<Authors >Konstantin Diachenko</Authors >
9
9
<TargetFrameworks >net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks >
10
10
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
25
25
<IncludeSymbols >true</IncludeSymbols >
26
26
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
27
<LangVersion >latest</LangVersion >
28
- <PackageReleaseNotes >Lowest supported version of .NET Framework is now 4.7.2.
29
- Platform.Communication dependency updated from 0.1.7 to 0.2.0.
30
- Platform.Data dependency updated from 0.2.2 to 0.3.0.</PackageReleaseNotes >
28
+ <PackageReleaseNotes >.NET 5 support is added.
29
+ Platform.Data.Sequences 0.0.2 dependency is added.
30
+ Platform.Data dependency is updated from 0.3.0 to 0.5.0.
31
+ Microsoft.NETFramework.ReferenceAssemblies dependency is updated from 1.0.0 to 1.0.2</PackageReleaseNotes >
31
32
</PropertyGroup >
32
33
33
34
<ItemGroup Condition =" $(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'" >
@@ -41,6 +42,7 @@ Platform.Data dependency updated from 0.2.2 to 0.3.0.</PackageReleaseNotes>
41
42
<ItemGroup >
42
43
<PackageReference Include =" Platform.Communication" Version =" 0.2.0" />
43
44
<PackageReference Include =" Platform.Data" Version =" 0.5.0" />
45
+ <PackageReference Include =" Platform.Data.Sequences" Version =" 0.0.2" />
44
46
<PackageReference Include =" Platform.Data.Triplets.Kernel" Version =" 0.0.4" />
45
47
</ItemGroup >
46
48
0 commit comments