Skip to content

Commit cf469b6

Browse files
Update csprojs
2 parents de31942 + 59f7926 commit cf469b6

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

csharp/Platform.Data.Doublets.Tests/Platform.Data.Doublets.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010

11-
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
12-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
13-
</ItemGroup>
14-
1511
<ItemGroup>
1612
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1713
<PackageReference Include="xunit" Version="2.4.1" />

csharp/Platform.Data.Doublets/Platform.Data.Doublets.csproj

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
55
<Copyright>konard, FreePhoenix888</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
7-
<VersionPrefix>0.14.0</VersionPrefix>
7+
<VersionPrefix>0.15.0</VersionPrefix>
88
<Authors>konard, FreePhoenix888</Authors>
99
<TargetFramework>net7</TargetFramework>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -13,7 +13,7 @@
1313
<PackageTags>LinksPlatform;Data.Doublets;ILinks;UInt64Links;ResizableDirectMemoryLinks;UInt64ResizableDirectMemoryLinks</PackageTags>
1414
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
1515
<PackageProjectUrl>https://linksplatform.github.io/Data.Doublets</PackageProjectUrl>
16-
<PackageLicenseExpression>Unlicensed</PackageLicenseExpression>
16+
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>git://github.com/linksplatform/Data.Doublets</RepositoryUrl>
1919
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
@@ -24,27 +24,29 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>FFI namespace renamed to Ffi.
28-
Platform.Data.Doublets.FFI dependency is updated from 0.9.0 to 0.10.0.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Target frameworks are changed to net7.
28+
License is changed to Unlicense.
29+
Platform.Data dependency is updated from 0.11.4 to 0.12.0.
30+
Platform.Random dependency is updated from 0.2.0 to 0.3.0.
31+
Platform.Timestamps dependency is updated from 0.2.1 to 0.3.0.
32+
Platform.Collections.Methods dependency is updated from 0.5.2 to 0.6.0.
33+
Platform.Singletons dependency is updated from 0.2.2 to 0.3.0.
34+
Platform.Memory dependency is updated from 0.3.2 to 0.4.0.</PackageReleaseNotes>
2935
<Nullable>enable</Nullable>
3036
</PropertyGroup>
3137

32-
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
33-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
34-
</ItemGroup>
35-
3638
<ItemGroup>
3739
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
3840
</ItemGroup>
3941

4042
<ItemGroup>
41-
<PackageReference Include="Platform.Data" Version="0.11.4" />
42-
<!-- <PackageReference Include="Platform.Data.Doublets.FFI" Version="0.9.0" />-->
43-
<PackageReference Include="Platform.Random" Version="0.2.0" />
44-
<PackageReference Include="Platform.Timestamps" Version="0.2.1" />
45-
<PackageReference Include="Platform.Collections.Methods" Version="0.5.2" />
46-
<PackageReference Include="Platform.Singletons" Version="0.2.2" />
47-
<PackageReference Include="Platform.Memory" Version="0.3.2" />
43+
<PackageReference Include="Platform.Data" Version="0.12.0" />
44+
<PackageReference Include="Platform.Data.Doublets.FFI" Version="0.9.0" />
45+
<PackageReference Include="Platform.Random" Version="0.3.0" />
46+
<PackageReference Include="Platform.Timestamps" Version="0.3.0" />
47+
<PackageReference Include="Platform.Collections.Methods" Version="0.6.0" />
48+
<PackageReference Include="Platform.Singletons" Version="0.3.0" />
49+
<PackageReference Include="Platform.Memory" Version="0.4.0" />
4850
</ItemGroup>
4951

5052
</Project>

0 commit comments

Comments
 (0)