Skip to content

Commit

Permalink
Change target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
langsamu committed Dec 15, 2024
1 parent e94dfb4 commit ae5b356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GraphEngine.Tests/GraphEngine.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

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

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageId>ExpressionRDF</PackageId>
<Authors>Samu Lang</Authors>
Expand Down

0 comments on commit ae5b356

Please sign in to comment.