Simple relay import

This commit is contained in:
2024-01-11 13:05:31 +00:00
parent 17df7e73d1
commit a0e59757b5
9 changed files with 232 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nostr.Client" Version="2.0.0" />
</ItemGroup>
</Project>