Some checks failed
		
		
	
	Build Test Deploy / docs (push) Has been cancelled
				
			Build Test Deploy / deploy (push) Has been cancelled
				
			Build Test Deploy / build-test (push) Has been cancelled
				
			Build Test Deploy / authority-container (push) Has been cancelled
				
			Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			669 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			669 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net10.0</TargetFramework>
 | |
|     <LangVersion>preview</LangVersion>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|     <Nullable>enable</Nullable>
 | |
|     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(StellaOpsCryptoSodium)' == 'true'">
 | |
|     <DefineConstants>$(DefineConstants);STELLAOPS_CRYPTO_SODIUM</DefineConstants>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.1" />
 | |
|     <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
 | |
|   </ItemGroup>
 | |
| </Project>
 |