Skip to content
Draft
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
8baa8d2
partial commit
MWClayson-NHS Dec 23, 2025
92564d7
Partially working
MWClayson-NHS Dec 30, 2025
6bfe87b
base docker image part 1
MWClayson-NHS Jan 5, 2026
a699339
fix build issues
MWClayson-NHS Jan 5, 2026
db5227b
fix broken test
MWClayson-NHS Jan 5, 2026
c62d6dd
function base image
MWClayson-NHS Jan 5, 2026
aa05cb0
testing docker base image on function
MWClayson-NHS Jan 5, 2026
e63a0fd
updating docker files
MWClayson-NHS Jan 6, 2026
d36108f
update build to also build base images
MWClayson-NHS Jan 6, 2026
aab5653
update build bug
MWClayson-NHS Jan 6, 2026
30bf756
commit testing build
MWClayson-NHS Jan 6, 2026
68b4503
fixing env varible
MWClayson-NHS Jan 6, 2026
5bec52c
fix build issue
MWClayson-NHS Jan 6, 2026
0b93a77
test
MWClayson-NHS Jan 6, 2026
cf2fa2f
test list all images
MWClayson-NHS Jan 6, 2026
8137c6b
testing changes
MWClayson-NHS Jan 6, 2026
524cc63
typo
MWClayson-NHS Jan 6, 2026
2871e5c
test
MWClayson-NHS Jan 6, 2026
04419a7
typo
MWClayson-NHS Jan 6, 2026
d8ad709
more testing
MWClayson-NHS Jan 6, 2026
3796f3a
test login action
MWClayson-NHS Jan 6, 2026
3a1fe6c
add checkout step
MWClayson-NHS Jan 6, 2026
94e19d0
update permissions
MWClayson-NHS Jan 6, 2026
733dafc
Detect base image changes
MWClayson-NHS Jan 8, 2026
68bc249
changing base image build check script
MWClayson-NHS Jan 8, 2026
42b2879
fix perms
MWClayson-NHS Jan 8, 2026
89955c5
checking run
MWClayson-NHS Jan 8, 2026
e306de0
fix following slash bug
MWClayson-NHS Jan 8, 2026
fbe6356
set image tags step
MWClayson-NHS Jan 8, 2026
501a2d9
fixing shell bugs
MWClayson-NHS Jan 8, 2026
8858991
remove wild card from change detector
MWClayson-NHS Jan 8, 2026
a3e8079
refactor image tag logic
MWClayson-NHS Jan 8, 2026
27bdfe3
trim white space
MWClayson-NHS Jan 8, 2026
1305340
bug fix
MWClayson-NHS Jan 8, 2026
13e483f
fix space removal bug
MWClayson-NHS Jan 8, 2026
768078b
test build
MWClayson-NHS Jan 8, 2026
fe8e542
bug in building base image
MWClayson-NHS Jan 8, 2026
98dab4c
test pushing to ghcr
MWClayson-NHS Jan 8, 2026
7e9e2dc
test full build.
MWClayson-NHS Jan 8, 2026
a18efba
correct output issues
MWClayson-NHS Jan 8, 2026
15e7d2d
test build change
MWClayson-NHS Jan 8, 2026
a2512bb
testing more fixes?
MWClayson-NHS Jan 8, 2026
97ce599
moving base image names to step env varibles
MWClayson-NHS Jan 8, 2026
83805a7
extra logging and activities
MWClayson-NHS Jan 8, 2026
97d873b
removing docker images step
MWClayson-NHS Jan 8, 2026
13c612b
testing with a .env file in pipeline
MWClayson-NHS Jan 8, 2026
2708010
hard coding to test
MWClayson-NHS Jan 8, 2026
c1c6a0a
remove spaces from export
MWClayson-NHS Jan 8, 2026
e249a1e
testing more env sending
MWClayson-NHS Jan 8, 2026
e1b65a5
fix quote marks
MWClayson-NHS Jan 8, 2026
711403c
more testing of build process
MWClayson-NHS Jan 8, 2026
56b0d27
update base image
MWClayson-NHS Jan 8, 2026
2ccea55
use env file
MWClayson-NHS Jan 8, 2026
3fff031
use correct pipeline
MWClayson-NHS Jan 9, 2026
afdc9c7
update all functions to use base image
MWClayson-NHS Jan 9, 2026
9e8938f
correct docker files
MWClayson-NHS Jan 9, 2026
279ea87
incorrect path
MWClayson-NHS Jan 9, 2026
1d2a0e5
incorrect work dir
MWClayson-NHS Jan 9, 2026
0e3bf60
Tidy Build Images
MWClayson-NHS Jan 12, 2026
f0d64f2
add push to main logic
MWClayson-NHS Jan 12, 2026
a7d3a9d
revert change to speed up cicd
MWClayson-NHS Jan 12, 2026
48cf466
Merge branch 'main' into feat/central-package-management
MWClayson-NHS Jan 12, 2026
5db4f74
update dotnet mesh client
MWClayson-NHS Jan 13, 2026
9224d56
Merge branch 'main' into feat/central-package-management
MWClayson-NHS Jan 13, 2026
5d41eae
Merge branch 'main' into feat/central-package-management
MWClayson-NHS Jan 13, 2026
38100e2
fix tagging
MWClayson-NHS Jan 13, 2026
6a0a1a0
typo
MWClayson-NHS Jan 13, 2026
b5f90c9
update build base image to always run on main
MWClayson-NHS Jan 14, 2026
8e16011
Merge branch 'main' into feat/central-package-management
MWClayson-NHS Feb 2, 2026
6a01fe7
Missing package ref
MWClayson-NHS Feb 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cicd-1-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
version: "${{ needs.metadata.outputs.version }}"
build-image-stage: # Recommended maximum execution time is 3 minutes
name: "Image build stage"
needs: [metadata, commit-stage, test-stage, analysis-stage]
needs: [metadata, commit-stage, test-stage]
uses: ./.github/workflows/stage-3-build-images.yaml
secrets:
client_id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/stage-3-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,20 @@ jobs:

echo "ENVIRONMENT_TAG=${ENVIRONMENT_TAG}" >> ${GITHUB_ENV}

- name: Build Base Images
working-directory: ./
run: |
docker build -f Dockerfile.dotnet.base -t dotnet-base .
docker tag dotnet-base:latest "dotnet-base:${COMMIT_HASH_TAG}"
docker tag dotnet-base:latest "dotnet-base:${PR_NUM_TAG}"
docker tag dotnet-base:latest "dotnet-base:${ENVIRONMENT_TAG}"

docker build -f Dockerfile.function.base -t function-base .
docker tag function-base:latest "function-base:${COMMIT_HASH_TAG}"
docker tag function-base:latest "function-base:${PR_NUM_TAG}"
docker tag function-base:latest "function-base:${ENVIRONMENT_TAG}"


- name: Build and Push Image
working-directory: ${{ steps.get-function-names.outputs.DOCKER_COMPOSE_DIR }}
continue-on-error: false
Expand All @@ -155,6 +169,9 @@ jobs:
run: |
function=${{ matrix.function }}

export DOTNET_BASE_IMAGE=dotnet-base:{COMMIT_HASH_TAG}}
export FUNCTION_BASE_IMAGE=function-base:{COMMIT_HASH_TAG}}

echo PROJECT_NAME: ${PROJECT_NAME}

if [ -z "${function}" ]; then
Expand Down
7 changes: 7 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'WorkerExtensions'">
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);NU1605;NU1701;NU1507</NoWarn>
</PropertyGroup>
</Project>
8 changes: 8 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>
<PropertyGroup Condition="
'$(UsingMicrosoftNETSdkWorker)' == 'true'
and '$(IsTestProject)' == 'true'
">
<FunctionsGenerateWorkerExtensions>false</FunctionsGenerateWorkerExtensions>
</PropertyGroup>
</Project>
69 changes: 69 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<Project>
<PropertyGroup>
<!-- Enable central package management,
https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.20.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs"
Version="6.7.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.4" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.2" />
<PackageVersion Include="Polly" Version="8.5.0" />
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.4.0" />
<PackageVersion Include="Azure.Identity" Version="1.14.1" />
<PackageVersion Include="Azure.Security.KeyVault.Certificates" Version="4.6.0" />
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageVersion Include="Azure.Storage.Queues" Version="12.20.1" />
<PackageVersion Include="Azure.Messaging.EventGrid" Version="4.28.0" />
<PackageVersion Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.23.0" />
<PackageVersion Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" />
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.7" />
<PackageVersion Include="Microsoft.Extensions.Azure" Version="1.12.0" />
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.6" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.74.0" />
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="8.12.1" />
<PackageVersion Include="Hl7.Fhir.R4" Version="5.11.4" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.12.1" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
<PackageVersion Include="System.Linq.Dynamic.Core" Version="1.7.1" />
<PackageVersion Include="ParquetSharp" Version="17.0.0-beta1" />
<PackageVersion Include="RulesEngine" Version="5.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.1" />
<PackageVersion Include="Microsoft.Extensions.HealthChecks.AzureStorage" Version="1.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.3" />
<PackageVersion Include="System.Runtime.Caching" Version="8.0.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore"
Version="2.0.2" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask"
Version="1.4.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus"
Version="5.23.0" />
<PackageVersion Include="Grpc.Net.Client" Version="2.70.0" />
<PackageVersion Include="Contrib.Grpc.Core.M1" Version="2.41.0" />
<PackageVersion Include="Hl7.Fhir.STU3" Version="4.3.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite"
Version="9.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.3" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.8" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="MSTest" Version="3.6.4" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.1.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions Dockerfile.dotnet.base
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base

COPY Directory.Build.props /app/Directory.Build.props
COPY Directory.Build.targets /app/Directory.Build.targets
COPY Directory.Packages.props /app/Directory.Packages.props

COPY ./application/CohortManager/src/Functions/Shared/ /app/Shared



20 changes: 20 additions & 0 deletions Dockerfile.function.base
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base

# Copy Build and Package Properties
COPY Directory.Build.props /app/Directory.Build.props
COPY Directory.Build.targets /app/Directory.Build.targets
COPY Directory.Packages.props /app/Directory.Packages.props


COPY ./application/CohortManager/src/Functions/Shared/ /app/Shared

WORKDIR /app/Shared

RUN mkdir -p /home/site/wwwroot && \
dotnet publish ./Common/Common.csproj --output /home/site/wwwroot && \
dotnet publish ./Model/Model.csproj --output /home/site/wwwroot && \
dotnet publish ./Data/Data.csproj --output /home/site/wwwroot && \
dotnet publish ./Utilities/Utilities.csproj --output /home/site/wwwroot && \
dotnet publish ./DataServices.Client/DataServices.Client.csproj --output /home/site/wwwroot && \
dotnet publish ./DataServices.Core/DataServices.Core.csproj --output /home/site/wwwroot && \
dotnet publish ./DataServices.Database/DataServices.Database.csproj --output /home/site/wwwroot
4 changes: 4 additions & 0 deletions application/CohortManager/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ MESHKEYPASSPHRASE="" #Passpharse for the private key for authenticating against
NEMS_CERT_PASSWORD="" # Password for the NEMS client certificate - change for production
NEMS_MESH_MAILBOX_ID="" # MESH Mailbox ID for NEMS subscription delivery - will be provided by project for production

# Container Base Images, These are used to define the image to be used by docker when building the function images
DOTNET_BASE_IMAGE="dotnet-base:local"
FUNCTION_BASE_IMAGE="function-base:local"

# ManageCaasSubscription Mesh base URL
# Unset to use the default local mesh in docker-compose (https://localhost:8700/messageexchange)
# For WireMock runs, set to http://wiremock:8080/messageexchange
Expand Down
2 changes: 2 additions & 0 deletions application/CohortManager/compose.core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ services:
build:
context: ./src/Functions/
dockerfile: CaasIntegration/receiveCaasFile/Dockerfile
args:
BASE_IMAGE: ${FUNCTION_BASE_IMAGE}
environment:
- AzureWebJobsStorage=${AZURITE_CONNECTION_STRING}
- caasfolder_STORAGE=${AZURITE_CONNECTION_STRING}
Expand Down
15 changes: 15 additions & 0 deletions application/CohortManager/compose.deps.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: cohort-manager-deps

services:

dotnet-base:
build:
context: ../../
dockerfile: Dockerfile.dotnet.base
image: dotnet-base:local
function-base:
build:
context: ../../
dockerfile: Dockerfile.function.base
image: function-base:local

azurite:
image: mcr.microsoft.com/azure-storage/azurite
container_name: azurite
Expand Down Expand Up @@ -64,8 +76,11 @@ services:
build:
context: ./src/Functions/
dockerfile: Shared/DataServices.Migrations/Dockerfile
args:
BASE_IMAGE: ${DOTNET_BASE_IMAGE}
depends_on:
- db
- dotnet-base
environment:
- DtOsDatabaseConnectionString=Server=db;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
cap_add:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.4" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
ARG BASE_IMAGE
FROM ${BASE_IMAGE} AS function

COPY ./Shared /Shared
WORKDIR /Shared

RUN mkdir -p /home/site/wwwroot && \
dotnet publish ./Common/Common.csproj --output /home/site/wwwroot && \
dotnet publish ./Model/Model.csproj --output /home/site/wwwroot && \
dotnet publish ./Data/Data.csproj --output /home/site/wwwroot && \
dotnet publish ./Utilities/Utilities.csproj --output /home/site/wwwroot && \
dotnet publish ./DataServices.Client/DataServices.Client.csproj --output /home/site/wwwroot && \
dotnet publish ./DataServices.Core/DataServices.Core.csproj --output /home/site/wwwroot && \
dotnet publish ./DataServices.Database/DataServices.Database.csproj --output /home/site/wwwroot

FROM base AS function

COPY ./CaasIntegration/receiveCaasFile /src/dotnet-function-app
WORKDIR /src/dotnet-function-app
COPY ./CaasIntegration/receiveCaasFile /app/src/dotnet-function-app
WORKDIR /app/src/dotnet-function-app

RUN --mount=type=cache,target=/root/.nuget/packages \
dotnet publish *.csproj --output /home/site/wwwroot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.20.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" Version="6.7.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.4" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.2" />
<PackageReference Include="Polly" Version="8.5.0" />
<PackageReference Include="Azure.Messaging.ServiceBus" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
<PackageReference Include="Polly" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.20.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.4.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.23.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.4" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.2" />
<PackageReference Include="Grpc.Net.Client" Version="2.70.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
<PackageReference Include="Contrib.Grpc.Core.M1" Version="2.41.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" />
<PackageReference Include="Azure.Messaging.ServiceBus" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
<PackageReference Include="Grpc.Net.Client" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" />
<PackageReference Include="Contrib.Grpc.Core.M1"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../Shared/Common/Common.csproj" />
Expand All @@ -43,4 +43,4 @@
<Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
</ItemGroup>
<Target Name="CopyGrpcNativeAssetsToOutDir" AfterTargets="Build"> <ItemGroup> <NativeAssetToCopy Condition="$([MSBuild]::IsOSPlatform('OSX'))" Include="$(OutDir)runtimes/osx-arm64/native/*" /> </ItemGroup> <Copy SourceFiles="@(NativeAssetToCopy)" DestinationFolder="$(OutDir).azurefunctions/runtimes/osx-arm64/native" /> </Target>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.4" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker"/>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.4" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker"/>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down
Loading
Loading