You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

InstallerUpdater.csproj 686 B

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <PackageIcon>eesast_software_trans.png</PackageIcon>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Include="..\..\resource\eesast_software_trans.png">
  11. <Pack>True</Pack>
  12. <PackagePath>\</PackagePath>
  13. </None>
  14. </ItemGroup>
  15. <ItemGroup>
  16. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  17. <PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.37">
  18. <TreatAsUsed>true</TreatAsUsed>
  19. </PackageReference>
  20. </ItemGroup>
  21. </Project>