Skip to content

Commit 8446318

Browse files
author
Konard
committed
Update target framework from net7 to net8
1 parent b4a5be1 commit 8446318

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

csharp/Platform.Data.Doublets.Json.Benchmarks/Platform.Data.Doublets.Json.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net7;net8</TargetFrameworks>
5+
<TargetFramework>net8</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

csharp/Platform.Data.Doublets.Json.Exporter/Platform.Data.Doublets.Json.Exporter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<VersionPrefix>0.1.0</VersionPrefix>
88
<Authors>FreePhoenix888</Authors>
99
<OutputType>Exe</OutputType>
10-
<TargetFrameworks>net7;net8</TargetFrameworks>
10+
<TargetFramework>net8</TargetFramework>
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>links2json</ToolCommandName>
1313
<AssemblyName>Platform.Data.Doublets.Json.Exporter</AssemblyName>
@@ -25,7 +25,7 @@
2525
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
28-
<PackageReleaseNotes>Arguments order is changed.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Update target framework from net7 to net8</PackageReleaseNotes>
2929
<LangVersion>latest</LangVersion>
3030
<Nullable>enable</Nullable>
3131
</PropertyGroup>

csharp/Platform.Data.Doublets.Json.Importer/Platform.Data.Doublets.Json.Importer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<VersionPrefix>0.1.0</VersionPrefix>
88
<Authors>FreePhoenix888</Authors>
99
<OutputType>Exe</OutputType>
10-
<TargetFrameworks>net7;net8</TargetFrameworks>
10+
<TargetFramework>net8</TargetFramework>
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>json2links</ToolCommandName>
1313
<AssemblyName>Platform.Data.Doublets.Json.Importer</AssemblyName>
@@ -25,7 +25,7 @@
2525
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
28-
<PackageReleaseNotes>Arguments order is changed.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Update target framework from net7 to net8</PackageReleaseNotes>
2929
<LangVersion>latest</LangVersion>
3030
<Nullable>enable</Nullable>
3131
</PropertyGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7;net8</TargetFrameworks>
4+
<TargetFramework>net8</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<LangVersion>latest</LangVersion>
77
</PropertyGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>Platform.Data.Doublets.Json</AssemblyTitle>
77
<VersionPrefix>0.1.2</VersionPrefix>
88
<Authors>FreePhoenix888</Authors>
9-
<TargetFrameworks>net7;net8</TargetFrameworks>
9+
<TargetFramework>net8</TargetFramework>
1010
<AssemblyName>Platform.Data.Doublets.Json</AssemblyName>
1111
<PackageId>Platform.Data.Doublets.Json</PackageId>
1212
<PackageTags>LinksPlatform;Data;Doublets;Json</PackageTags>
@@ -23,7 +23,7 @@
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26-
<PackageReleaseNotes>Platform.Data.Doublets.Sequences dependency is used instead of Platform.Data.Doublets.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Update target framework from net7 to net8.</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
</PropertyGroup>
2929

0 commit comments

Comments
 (0)