From 22afed2bb9b4bea37ea0f1f4e8ee6bce6341a564 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 17 Mar 2024 14:32:05 +0100 Subject: [PATCH] Test with OPA 0.62.1 --- sample-policies/README.md | 2 +- src/Opa.Wasm.UnitTests/Opa.Wasm.UnitTests.csproj | 6 +++--- src/Opa.Wasm/Opa.Wasm.csproj | 2 +- src/Opa.Wasm/docs/PackageReadme.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sample-policies/README.md b/sample-policies/README.md index 83a1049..4ec4abe 100644 --- a/sample-policies/README.md +++ b/sample-policies/README.md @@ -8,7 +8,7 @@ Main file from https://github.com/open-policy-agent/opa/tree/main/capabilities ` -.\concat-capabilities.ps1 -Files v0.61.0.json, simple-custom-builtincall.capabilities.json, custom-builtincall.capabilities.json -Destination unittest.capabilities.json +.\concat-capabilities.ps1 -Files v0.62.1.json, simple-custom-builtincall.capabilities.json, custom-builtincall.capabilities.json -Destination unittest.capabilities.json ` ## Step 2: Building WASMs diff --git a/src/Opa.Wasm.UnitTests/Opa.Wasm.UnitTests.csproj b/src/Opa.Wasm.UnitTests/Opa.Wasm.UnitTests.csproj index ead0642..aa24714 100644 --- a/src/Opa.Wasm.UnitTests/Opa.Wasm.UnitTests.csproj +++ b/src/Opa.Wasm.UnitTests/Opa.Wasm.UnitTests.csproj @@ -33,13 +33,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Opa.Wasm/Opa.Wasm.csproj b/src/Opa.Wasm/Opa.Wasm.csproj index 5f3ce65..4e7f8e3 100644 --- a/src/Opa.Wasm/Opa.Wasm.csproj +++ b/src/Opa.Wasm/Opa.Wasm.csproj @@ -1,7 +1,7 @@  net6.0;net8.0 - 0.81.0 + 0.82.0 MIT https://github.com/christophwille/dotnet-opa-wasm https://github.com/christophwille/dotnet-opa-wasm.git diff --git a/src/Opa.Wasm/docs/PackageReadme.md b/src/Opa.Wasm/docs/PackageReadme.md index f293736..8b9fe69 100644 --- a/src/Opa.Wasm/docs/PackageReadme.md +++ b/src/Opa.Wasm/docs/PackageReadme.md @@ -1,6 +1,6 @@ ## About -Built and tested against Open Policy Agent v0.61.0. +Built and tested against Open Policy Agent v0.62.1. ## Features