2024-11-12 08:32:15 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Yavsc.Abstract\Yavsc.Abstract.csproj" />
|
2025-02-08 20:06:24 +00:00
|
|
|
<PackageReference Include="IdentityModel.AspNetCore" Version="4.3.0" />
|
2024-11-12 08:32:15 +00:00
|
|
|
</ItemGroup>
|
2025-02-08 20:06:24 +00:00
|
|
|
|
2024-11-12 08:32:15 +00:00
|
|
|
<ItemGroup>
|
2025-02-08 20:06:24 +00:00
|
|
|
<Content Update="Views\Shared\Json.cshtml">
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
2024-11-12 08:32:15 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
2025-02-08 20:06:24 +00:00
|
|
|
|
|
|
|
|
</Project>
|