1
0

add nostr relay (#584)

This commit is contained in:
Andrew Camilleri
2022-01-18 15:37:13 +01:00
committed by GitHub
parent c629f3b779
commit 107dd36242
6 changed files with 63 additions and 5 deletions

View File

@@ -2,8 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>8</LangVersion>
<StartupObject>DockerFileBuildHelper.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="YamlDotNet" Version="5.2.1" />