YaeBlog/YaeBlog.Core/YaeBlog.Core.csproj

24 lines
507 B
XML
Raw Normal View History

2024-01-13 14:02:23 +08:00
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0"/>
</ItemGroup>
<ItemGroup>
<None Include="../.gitignore"/>
<None Include="../.editorconfig"/>
</ItemGroup>
</Project>