OrBit.MesFileServiceNode.Host.csproj 825 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Content Remove="C:\Users\ypfly\.nuget\packages\volo.abp.aspnetcore.mvc\7.4.4\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Mvc.abppkg.analyze.json" />
  9. <Content Remove="C:\Users\ypfly\.nuget\packages\volo.abp.aspnetcore.mvc\7.4.4\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Mvc.abppkg.json" />
  10. <Content Update="appsettings.json" CopyToPublishDirectory="Never" Condition="'$(Configuration)' == 'Release'" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  14. <PackageReference Include="System.Drawing.Common" Version="8.0.3" />
  15. </ItemGroup>
  16. </Project>