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.

18 linhas
514 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <Nullable>disable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <UseWPF>true</UseWPF>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="MaterialDesignThemes" Version="5.2.1" />
  11. <PackageReference Include="Prism.DryIoc" Version="8.1.97" />
  12. <PackageReference Include="System.IO.Ports" Version="9.0.7" />
  13. </ItemGroup>
  14. </Project>