电子药箱通讯服务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net5.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="TouchSocket.AspNetCore" Version="0.7.2" />
  8. <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
  9. </ItemGroup>
  10. </Project>