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.

Yitter.IdGenTest.csproj 753 B

4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <LangVersion>latest</LangVersion>
  8. <Version>1.0.2</Version>
  9. <PackageProjectUrl>https://gitee.com/yitter/idgenerator</PackageProjectUrl>
  10. <PackageLicenseExpression>MIT</PackageLicenseExpression>
  11. <StartupObject>Yitter.OrgSystem.TestA.Program</StartupObject>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  14. <PlatformTarget>x64</PlatformTarget>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\Yitter.IdGenerator\Yitter.IdGenerator.csproj" />
  18. </ItemGroup>
  19. </Project>