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.
 
 
 
 

33 lines
913 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>lr.operat</PackageId>
<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.operat\learun.operat.xml</DocumentationFile>-->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JWT" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\learun.util\learun.util.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\applogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>