Blazor/BlazorApp/BlazorApp.csproj

24 lines
611 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Folder Include="ㅎNETCORE 학습\.NET\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Components\Pages\ValidationPage\Validation.razor.cs">
<DependentUpon>Validation.razor</DependentUpon>
</Compile>
</ItemGroup>
</Project>