You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
985 B
29 lines
985 B
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
|
<GenerateAssemblyProductAttribute>true</GenerateAssemblyProductAttribute>
|
|
<Version>1.0.0.0</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="D:\Users\WG\.nuget\packages\dotnetcore.npoi\1.2.3\contentFiles\any\netstandard2.0\NOTICE.TXT" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="wwwroot\lib\kindeditor\kindeditor-all-min.js" />
|
|
<None Include="wwwroot\lib\kindeditor\lang\zh-CN.js" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NJsonSchema" Version="10.3.2" />
|
|
<PackageReference Include="NPOI" Version="2.5.2" />
|
|
<PackageReference Include="UoN.ExpressiveAnnotations.NetCore" Version="1.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|