23 lines
		
	
	
		
			814 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			814 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net10.0</TargetFramework>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|     <Nullable>enable</Nullable>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="../StellaOps.Feedser.Source.CertBund/StellaOps.Feedser.Source.CertBund.csproj" />
 | |
|     <ProjectReference Include="../StellaOps.Feedser.Source.Common/StellaOps.Feedser.Source.Common.csproj" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="FluentAssertions" Version="6.12.0" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Update="Fixtures\*.json">
 | |
|       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 | |
|     </None>
 | |
|     <None Update="Fixtures\*.xml">
 | |
|       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
| </Project>
 |