Move CircularBuffer to library

This commit is contained in:
2023-08-08 12:48:57 +02:00
parent a77d5cc235
commit 7b8764ac16
2 changed files with 10 additions and 1 deletions

View File

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