18 lines
		
	
	
		
			760 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			760 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net10.0</TargetFramework>
 | |
|     <LangVersion>preview</LangVersion>
 | |
|     <Nullable>enable</Nullable>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\StellaOps.Vexer.Connectors.SUSE.RancherVEXHub\StellaOps.Vexer.Connectors.SUSE.RancherVEXHub.csproj" />
 | |
|     <ProjectReference Include="..\StellaOps.Vexer.Storage.Mongo\StellaOps.Vexer.Storage.Mongo.csproj" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="FluentAssertions" Version="6.12.0" />
 | |
|     <PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.28" />
 | |
|   </ItemGroup>
 | |
| </Project>
 |