Refactoring

This commit is contained in:
Husky
2021-02-23 21:20:20 +01:00
parent 48d7f66a55
commit 7658dbdedd
12 changed files with 123 additions and 105 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\ProtokollWriterContract\ProtokollWriterContract.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>