Skip to content

Commit

Permalink
chore(deps): updated Directory.Build.props file
Browse files Browse the repository at this point in the history
changes:
- removed the support for `net6.0`
- added the support for `net9.0`
  • Loading branch information
BoBoBaSs84 authored Jan 22, 2025
1 parent 8c11caa commit d8e3be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<Nullable>enable</Nullable>
<SignAssembly>true</SignAssembly>
<TargetFrameworks>netstandard2.0;net462;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462;net481;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down Expand Up @@ -63,7 +63,7 @@
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFrameworks>net462;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net462;net481;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup Condition="!$(MSBuildProjectName.EndsWith('Tests'))">
Expand Down

0 comments on commit d8e3be8

Please sign in to comment.