Files
Gainsight/TodoList/TodoList.csproj

16 lines
431 B
XML
Raw Normal View History

2022-06-13 08:50:32 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2022-06-17 14:14:24 -04:00
<WasmBuildNative>true</WasmBuildNative>
2022-06-13 08:50:32 -04:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Radzen.Blazor" Version="3.18.15" />
<PackageReference Include="sqlite-helper" Version="1.3.0" />
2022-06-14 17:10:04 -04:00
</ItemGroup>
2022-06-13 08:50:32 -04:00
</Project>