|
@@ -1,23 +1,18 @@
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
-
|
|
|
|
- <PropertyGroup>
|
|
|
|
- <TargetFramework>net7.0</TargetFramework>
|
|
|
|
- <ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
- <ServerGarbageCollection>false</ServerGarbageCollection>
|
|
|
|
- <ConcurrentGarbageCollection>false</ConcurrentGarbageCollection>
|
|
|
|
- </PropertyGroup>
|
|
|
|
-
|
|
|
|
- <ItemGroup>
|
|
|
|
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
|
|
- </ItemGroup>
|
|
|
|
-
|
|
|
|
- <ItemGroup>
|
|
|
|
- <Folder Include="Controllers\" />
|
|
|
|
- </ItemGroup>
|
|
|
|
-
|
|
|
|
- <ItemGroup>
|
|
|
|
- <ProjectReference Include="..\Masuit.Tools.AspNetCore\Masuit.Tools.AspNetCore.csproj" />
|
|
|
|
- <ProjectReference Include="..\Masuit.Tools.Excel\Masuit.Tools.Excel.csproj" />
|
|
|
|
- </ItemGroup>
|
|
|
|
-
|
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <TargetFramework>net8.0</TargetFramework>
|
|
|
|
+ <ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
+ <ServerGarbageCollection>false</ServerGarbageCollection>
|
|
|
|
+ <ConcurrentGarbageCollection>false</ConcurrentGarbageCollection>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Folder Include="Controllers\" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ProjectReference Include="..\Masuit.Tools.AspNetCore\Masuit.Tools.AspNetCore.csproj" />
|
|
|
|
+ <ProjectReference Include="..\Masuit.Tools.Excel\Masuit.Tools.Excel.csproj" />
|
|
|
|
+ </ItemGroup>
|
|
</Project>
|
|
</Project>
|