18 lines
		
	
	
		
			591 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			591 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net10.0</TargetFramework>
 | |
|     <Nullable>enable</Nullable>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="FluentAssertions" Version="6.12.0" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Using Include="Xunit" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\StellaOps.Vexer.Core\StellaOps.Vexer.Core.csproj" />
 | |
|     <ProjectReference Include="..\StellaOps.Vexer.Formats.CycloneDX\StellaOps.Vexer.Formats.CycloneDX.csproj" />
 | |
|   </ItemGroup>
 | |
| </Project>
 |