飞星
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.
 
 
 
 

24 line
827 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup Label="Globals">
  3. <SccProjectName>Permission.Data</SccProjectName>
  4. <SccProvider>SourceGear Vault Visual Studio 2005 Client:{1EA47954-8515-402d-82D9-B5C332120A8D}</SccProvider>
  5. <SccAuxPath>http://123.57.209.16:8090/VaultService</SccAuxPath>
  6. <SccLocalPath>1~a7250b02-76e9-4d74-aa27-f5cdf7719296</SccLocalPath>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <TargetFramework>netcoreapp2.0</TargetFramework>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Microsoft.EntityFrameworkCore.UnitOfWork" Version="2.0.1" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\Permission.Entity\Permission.Entity.csproj" />
  16. <ProjectReference Include="..\Permission.Infrastructure\Permission.Infrastructure.csproj" />
  17. </ItemGroup>
  18. </Project>