Skip to content

Commit

Permalink
target frameworks clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
snifter committed Dec 31, 2024
1 parent c127549 commit 89fc7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<Version>3.0.0</Version>

<LibraryTargetFrameworks>net6.0;net5.0; netcoreapp3.1; netstandard2.0</LibraryTargetFrameworks>
<TestTargetFrameworks>net6.0;net5.0; netcoreapp3.1; netcoreapp2.1</TestTargetFrameworks>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion src/Graph.ArgumentValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
<TargetFrameworks>net6.0;</TargetFrameworks>
<ExtendedTargetFrameworks>net6.0; netstandard2.0</ExtendedTargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<PackageTags>HotChocolate.Validator, HotChocolate, GraphQL</PackageTags>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 89fc7d9

Please sign in to comment.