ViewModels in eigene DLL gepackt

This commit is contained in:
Husky
2020-02-22 18:52:29 +01:00
parent d7ea23f812
commit 169cfb9830
8 changed files with 25 additions and 5 deletions

View File

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