Установка пакетов.
This commit is contained in:
parent
5ff2f7cce8
commit
487d5b784e
@ -138,6 +138,7 @@
|
||||
myTextBox.Name = "myTextBox";
|
||||
myTextBox.Size = new Size(210, 80);
|
||||
myTextBox.TabIndex = 5;
|
||||
myTextBox.TextBoxValue = null;
|
||||
//
|
||||
// labelCheckTwo
|
||||
//
|
||||
|
@ -8,4 +8,9 @@
|
||||
<OutputType>Library</OutputType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
|
||||
<PackageReference Include="FreeSpire.Doc" Version="11.6.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user