EasyDevCore.Common.csproj 616 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net8.0</TargetFrameworks>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>disable</Nullable>
  6. <AssemblyName>EasyDevCoreV4.Common</AssemblyName>
  7. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  8. <BaseOutputPath>..\bin</BaseOutputPath>
  9. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  10. <DocumentationFile></DocumentationFile>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <SupportedPlatform Include="browser" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <None Remove="Directory.Build.props" />
  17. </ItemGroup>
  18. </Project>