平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

SafeCampus.Plugin.SignalR.csproj 469 B

4 个月前
123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net7.0;net6.0</TargetFrameworks>
  4. <NoWarn>1701;1702;8616;1591;8618;8619;8629;8602;8603;8604;8625;8765</NoWarn>
  5. <DocumentationFile>SafeCampus.Plugin.SignalR.xml</DocumentationFile>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <Nullable>enable</Nullable>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\SafeCampus.Cache\SafeCampus.Cache.csproj" />
  11. </ItemGroup>
  12. </Project>