VideoStudy/VideoStudy.Desktop/VideoStudy.Desktop.Client/VideoStudy.Desktop.Client.csproj
2026-02-09 18:31:08 -03:00

20 lines
599 B
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.22" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\VideoStudy.Shared\VideoStudy.Shared.csproj" />
</ItemGroup>
</Project>