Files
Fellowship-Reference/Fellowship/Shared/Shared.csproj
T
2026-06-22 15:58:01 -04:00

16 lines
467 B
XML

<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.8" />
<ProjectReference Include="..\Model\Model.csproj" />
</ItemGroup>
</Project>