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.

22 lines
701 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <ApplicationIcon />
  5. <OutputType>Library</OutputType>
  6. <StartupObject />
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Jsonwebtoken" Version="1.9.3" />
  10. <PackageReference Include="System.memory" Version="4.5.5" />
  11. <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Reference Include="System.Configuration">
  15. <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Configuration.dll</HintPath>
  16. </Reference>
  17. </ItemGroup>
  18. </Project>