18 lines
		
	
	
		
			660 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			660 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net10.0</TargetFramework>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|     <Nullable>enable</Nullable>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="../StellaOps.Plugin/StellaOps.Plugin.csproj" />
 | |
| 
 | |
|     <ProjectReference Include="../StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj" />
 | |
|     <ProjectReference Include="../StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj" />
 | |
|     <ProjectReference Include="../StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj" />
 | |
|   </ItemGroup>
 | |
| </Project>
 | |
| 
 |