Skip to content

Commit

Permalink
target net8.0 and net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Sep 27, 2024
1 parent 38167b0 commit 022ce4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libloc.Access/libloc.Access.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>libloc.Access</PackageId>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<Description>Automated database management for libloc library</Description>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion libloc.Tests/libloc.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<IsTestProject>true</IsTestProject>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libloc/libloc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<PackageId>libloc</PackageId>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<Description>A version of IPFire's libloc library rewritten for C#</Description>
</PropertyGroup>

Expand Down

0 comments on commit 022ce4e

Please sign in to comment.