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.

2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <Platforms>AnyCPU;x86</Platforms>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  10. <PackageReference Include="NPOI" Version="2.5.6" />
  11. </ItemGroup>
  12. </Project>