Update Publisher.csproj to go back to net 3.1 to see if that fixes the build (#3022)

This commit is contained in:
Federico Maccaroni 2024-02-22 16:39:09 -03:00 committed by GitHub
parent fe160a570f
commit 29e2f728e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Bit.Publisher</RootNamespace>
<Configurations>Debug;Release;FDroid</Configurations>
</PropertyGroup>