Skip to content

Commit

Permalink
Add net8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 18, 2024
1 parent a5a76e8 commit adcddfc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: true
- name: Test
run: |
dotnet test -c Release -f net7
dotnet test -c Release -f net8
pushNuGetPackageToGitHubPackageRegistry:
needs: test
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6</TargetFramework>
<TargetFrameworks>net7;net8</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>FreePhoenix888</Authors>
<OutputType>Exe</OutputType>
<TargetFramework>net6</TargetFramework>
<TargetFrameworks>net7;net8</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<ToolCommandName>links2json</ToolCommandName>
<AssemblyName>Platform.Data.Doublets.Json.Exporter</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>FreePhoenix888</Authors>
<OutputType>Exe</OutputType>
<TargetFramework>net6</TargetFramework>
<TargetFrameworks>net7;net8</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<ToolCommandName>json2links</ToolCommandName>
<AssemblyName>Platform.Data.Doublets.Json.Importer</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7</TargetFramework>
<TargetFrameworks>net7;net8</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyTitle>Platform.Data.Doublets.Json</AssemblyTitle>
<VersionPrefix>0.1.2</VersionPrefix>
<Authors>FreePhoenix888</Authors>
<TargetFramework>net7</TargetFramework>
<TargetFrameworks>net7;net8</TargetFrameworks>
<AssemblyName>Platform.Data.Doublets.Json</AssemblyName>
<PackageId>Platform.Data.Doublets.Json</PackageId>
<PackageTags>LinksPlatform;Data;Doublets;Json</PackageTags>
Expand Down

0 comments on commit adcddfc

Please sign in to comment.