飞星
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 lines
794 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup Label="Globals">
  3. <SccProjectName>Permission.Redis</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.Extensions.Configuration" Version="2.0.0" />
  13. <PackageReference Include="StackExchange.Redis" Version="1.2.6" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\Permission.Utils\Permission.Utils.csproj" />
  17. </ItemGroup>
  18. </Project>