DepartmentProject/DepartmentPortal/Common/ToolsOffice/ToolsOffice.csproj

17 lines
388 B
XML
Raw Normal View History

2022-12-17 23:44:29 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2022-12-19 22:11:48 +04:00
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
2022-12-17 23:44:29 +04:00
2022-12-19 22:11:48 +04:00
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
</ItemGroup>
2022-12-17 23:44:29 +04:00
2022-12-19 22:11:48 +04:00
<ItemGroup>
<ProjectReference Include="..\ToolsModule\ToolsModule.csproj" />
</ItemGroup>
2022-12-17 23:44:29 +04:00
</Project>