* Update clog to .NET 6

* Fixed hashes
This commit is contained in:
Thad House 2022-02-04 13:43:09 -08:00 коммит произвёл GitHub
Родитель 2bd1c31e33
Коммит bfd7afc7e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 2 удалений

4
.github/workflows/check-clog.yml поставляемый
Просмотреть файл

@ -23,6 +23,10 @@ jobs:
uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1
with:
egress-policy: audit
- name: Setup .NET
uses: actions/setup-dotnet@499789684c9a0d41c9b3f0d66a785ba17b1d51ab # v1
with:
dotnet-version: 6.0.x
- name: Checkout repository
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
- name: Prepare Machine

Просмотреть файл

@ -42,7 +42,7 @@ New-Item -Path $OutputDir -ItemType Directory -Force | Out-Null
New-Item -Path (Join-Path $OutputDir linux) -ItemType Directory -Force | Out-Null
# Build CLOG, placing results into the CLOG directory under our build directory
dotnet publish ../submodules/clog/src/clog -o ${ClogDir} -f net5.0
dotnet publish ../submodules/clog/src/clog -o ${ClogDir} -f net6.0
#
# You may be tempted to delete the sidecar - DO NOT DO THIS - the sidecare

@ -1 +1 @@
Subproject commit 2d9266b2bb1d89343289c02f699e40010c48a3cd
Subproject commit 6e3e1c7bd16a7cb353ce171d0ee9a0d0d7720463