fix: No longer the need to rely on string interpolation
This commit is contained in:
parent
cc976c86a1
commit
c21f2dae76
4 changed files with 401 additions and 149 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Reference in a new issue