Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="ClosedXML" Version="0.105.0" />
- <PackageReference Include="PdfPig" Version="0.1.11" />
- <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.7" />
- </ItemGroup>
-
- </Project>
|