mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
Update Publisher.csproj to go back to net 3.1 to see if that fixes the build (#3022)
This commit is contained in:
committed by
GitHub
parent
fe160a570f
commit
29e2f728e0
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
<RootNamespace>Bit.Publisher</RootNamespace>
|
<RootNamespace>Bit.Publisher</RootNamespace>
|
||||||
<Configurations>Debug;Release;FDroid</Configurations>
|
<Configurations>Debug;Release;FDroid</Configurations>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user