summaryrefslogtreecommitdiffstats
path: root/src/IOL.Helpers/IOL.Helpers.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/IOL.Helpers/IOL.Helpers.csproj')
-rw-r--r--src/IOL.Helpers/IOL.Helpers.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/IOL.Helpers/IOL.Helpers.csproj b/src/IOL.Helpers/IOL.Helpers.csproj
new file mode 100644
index 0000000..2b2842a
--- /dev/null
+++ b/src/IOL.Helpers/IOL.Helpers.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="5.0.4" />
+ <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
+ </ItemGroup>
+
+</Project>