2
0

Directory.Build.props 538 B

12345678910111213141516
  1. <Project>
  2. <PropertyGroup>
  3. <Version>2.1.5</Version>
  4. <Nullable>enable</Nullable>
  5. <TargetFramework>net7.0</TargetFramework>
  6. <IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
  7. <Description>github加速神器</Description>
  8. <Copyright>https://github.com/dotnetcore/FastGithub</Copyright>
  9. <RuntimeIdentifier>win-x64</RuntimeIdentifier>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)'=='Release'">
  12. <DebugType>none</DebugType>
  13. <DebugSymbols>false</DebugSymbols>
  14. </PropertyGroup>
  15. </Project>