Skip to content

Commit

Permalink
.net 6.0 and .net 8.0 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafier committed Mar 23, 2024
1 parent f86dfc2 commit 844af37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LNUnit.LND/LNUnit.LND.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>LNUnit.LND</PackageId>
<Version>1.5.2</Version>
<Version>1.5.4</Version>
<PackageDescription>LNUnit LND Typed Clients</PackageDescription>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions LNUnit/LNUnit.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.5.2</Version>
<Version>1.5.4</Version>
<IsPackable>true</IsPackable>
<PackageId>LNUnit</PackageId>
<PackageDescription>Lightning Network Unit Testing Framework</PackageDescription>
Expand Down

0 comments on commit 844af37

Please sign in to comment.