Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
KSemenenko committed Feb 6, 2025
1 parent 9a0ee91 commit 74fd4a0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<IsPackable>false</IsPackable>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 74fd4a0

Please sign in to comment.