blazor project for cs

This commit is contained in:
Norm Rasmussen
2022-06-13 08:50:32 -04:00
parent 6b46bc3f67
commit 2287bf6dac
949 changed files with 3335 additions and 24761 deletions

13
TaskTree/TaskTree.csproj Normal file
View File

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazorise.TreeView" Version="1.0.5" />
</ItemGroup>
</Project>