-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlgorandAuth.csproj
31 lines (26 loc) · 1.05 KB
/
AlgorandAuth.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<OptimisersLocation>C:\Users\frank\source\repos\AlgorandWebauthnVariant\Optimisers\</OptimisersLocation>
</PropertyGroup>
<ItemGroup>
<CompilerVisibleProperty Include="OptimisersLocation" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Algorand2" Version="2.0.0.2024022112" />
<PackageReference Include="AlgoStudio.Core" Version="1.0.102" />
<PackageReference Include="AlgoStudio" Version="1.2.4" />
<PackageReference Include="AlgoStudio" Version="1.2.4" PrivateAssets="All" ReferenceOutputAssembly="true" OutputItemType="analyzer" />
<PackageReference Include="Fido2" Version="3.0.1" />
<PackageReference Include="Fido2.AspNet" Version="3.0.1" />
<PackageReference Include="Fido2.Models" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Proxies\" />
</ItemGroup>
</Project>