chore: make file client non packable
1 files changed, 1 insertions(+), 0 deletions(-) M Samples/FileClient/FileClient.csproj
M Samples/FileClient/FileClient.csproj => Samples/FileClient/FileClient.csproj +1 -0
@@ 5,6 5,7 @@ <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup>