diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 64f70ee..9584e79 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -92,8 +92,8 @@ jobs: conan profile detect conan profile list - conan graph explain --requires=c-api/0.48.0 --update -o c-api/*:shared=True -s compiler.cppstd=20 - conan install --requires=c-api/0.48.0 --update -o c-api/*:shared=True -s compiler.cppstd=20 --build=missing + conan graph explain --requires=c-api/0.52.0 --update -o c-api/*:shared=True -s compiler.cppstd=23 + conan install --requires=c-api/0.52.0 --update -o c-api/*:shared=True -s compiler.cppstd=23 --build=missing shell: bash - name: Compile diff --git a/kth-bch/build/Common.targets b/kth-bch/build/Common.targets index 673d9a8..e852069 100644 --- a/kth-bch/build/Common.targets +++ b/kth-bch/build/Common.targets @@ -1,7 +1,7 @@ - $([System.String]::Copy('0.48.0').Replace('.','_')) + $([System.String]::Copy('0.52.0').Replace('.','_')) @@ -64,7 +64,7 @@ - + @@ -75,7 +75,7 @@ Condition="'$(HaveToExecConan)'=='True'" />