1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-31 19:43:07 +00:00

Renamed clients directory to senders

This commit is contained in:
Michael Hollister 2025-05-28 18:02:59 -05:00
parent 7405cca08f
commit 0d6856872f
30 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>