38 lines
1.9 KiB
XML
38 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<LangVersion>preview</LangVersion>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.CommandLine" />
|
|
<PackageReference Include="YamlDotNet" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
|
|
<PackageReference Include="Microsoft.Extensions.Options" />
|
|
<PackageReference Include="JsonSchema.Net" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Schemas\policy-schema@1.json" />
|
|
<EmbeddedResource Include="Schemas\policy-scoring-default.json" />
|
|
<EmbeddedResource Include="Schemas\policy-scoring-schema@1.json" />
|
|
<EmbeddedResource Include="Schemas\signals-schema@1.json" />
|
|
<EmbeddedResource Include="Schemas\spl-schema@1.json" />
|
|
<EmbeddedResource Include="Schemas\spl-sample@1.json" />
|
|
<EmbeddedResource Include="Schemas\spl-secret-block@1.json" />
|
|
<EmbeddedResource Include="Schemas\spl-secret-warn@1.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj" />
|
|
<ProjectReference Include="../../../Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj" />
|
|
<ProjectReference Include="../../../__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj" />
|
|
<ProjectReference Include="../../../__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj" />
|
|
<ProjectReference Include="../../../__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj" />
|
|
<ProjectReference Include="../../../__Libraries/StellaOps.Facet/StellaOps.Facet.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|