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
1.1 KiB
29 lines
1.1 KiB
3 weeks ago
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
<Nullable>enable</Nullable>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<AssemblyVersion>1.0.4.1</AssemblyVersion>
|
||
|
<FileVersion>1.0.4.1</FileVersion>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<_ContentIncludedByDefault Remove="wwwroot\rezero\default_ui\Cache.html" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.11" />
|
||
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
3 days ago
|
<ProjectReference Include="..\medical.jzyb.entity\medical.transfomer.entity.csproj" />
|
||
|
<ProjectReference Include="..\medical.transfomer.business\medical.transfomer.business.csproj" />
|
||
|
<ProjectReference Include="..\medical.transfomer.dal\medical.transfomer.dal.csproj" />
|
||
|
<ProjectReference Include="..\medical.transfomer.dto\medical.transfomer.dto.csproj" />
|
||
3 weeks ago
|
<ProjectReference Include="..\ReZero\ReZero.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|