BlazorReorder/BlazorReorderExample/BlazorReorderExample.csproj

19 lines
588 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
2022-04-05 20:48:08 +02:00
<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>
2022-04-05 20:48:08 +02:00
</Project>