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.
32 lines
963 B
32 lines
963 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<LangVersion>8.0</LangVersion>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
<Authors></Authors>
|
|
<Company></Company>
|
|
<Description></Description>
|
|
<Product></Product>
|
|
<Copyright></Copyright>
|
|
<PackageReleaseNotes></PackageReleaseNotes>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<!--<DocumentationFile>C:\work\learun-adms-core\learun.framework.core\learun.core\learun.cache\learun.cache.xml</DocumentationFile>-->
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="StackExchange.Redis" Version="2.1.55" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\learun.util\learun.util.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="..\..\applogo.png">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|