电子药箱通讯服务端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>