github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/dotnet/test-fixtures/image-net8-ilrepack/src/dotnetapp.csproj (about) 1 <Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <OutputType>Exe</OutputType> 5 <TargetFramework>net8.0</TargetFramework> 6 <ILRepackTargetConfigurations>Debug;Release</ILRepackTargetConfigurations> 7 </PropertyGroup> 8 9 <ItemGroup> 10 <PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="all" /> 11 <PackageReference Include="Humanizer" Version="2.14.1" PrivateAssets="all" /> 12 <PackageReference Include="ILRepack.FullAuto" Version="1.6.0" PrivateAssets="all" /> 13 </ItemGroup> 14 15 </Project>