BlazorReorder/BlazorReorderExample/BlazorReorderExample.csproj
elgransan 3d7ba328c0
Code cleanup (#8)
* * style names
* bug touch
* bug last release

* * More cleanup

Co-authored-by: Santiago Cattaneo <santiago@rd-its.com>
2022-04-22 20:50:11 -03:00

18 lines
588 B
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.2" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BlazorReorderList\BlazorReorderList.csproj" />
</ItemGroup>
</Project>