Skip to content

Commit

Permalink
Merge pull request #14 from bromix/main
Browse files Browse the repository at this point in the history
release
  • Loading branch information
bromix authored Dec 29, 2023
2 parents 20b8477 + 7e6a815 commit fe067fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild>
<LangVersion>12</LangVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit fe067fc

Please sign in to comment.