-
-
Notifications
You must be signed in to change notification settings - Fork 215
/
Copy pathStratum.Core.csproj
22 lines (22 loc) · 1.09 KB
/
Stratum.Core.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<LangVersion>13</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.12.0" />
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0"/>
<PackageReference Include="protobuf-net" Version="3.2.52" />
<PackageReference Include="QRCoder" Version="1.6.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2"/>
<PackageReference Include="SimpleBase" Version="4.0.2" />
<PackageReference Include="sqlite-net-sqlcipher" Version="1.9.172" />
</ItemGroup>
</Project>