Files
ASP.NET/content/01-Introductory-Sessions/Session02/Projects/Wiki/Wiki.csproj
T
2025-07-18 14:47:22 +03:30

30 lines
806 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="6.0.22" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\css\Sample1.css">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>Sample1.cs</LastGenOutput>
</Content>
<Content Update="wwwroot\css\Sample1.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Sample1.css</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
</Project>