Bump HealthcareSharedPackageVersion from 6.1.37 to 6.1.44 (#2609)
* Bump HealthcareSharedPackageVersion from 6.1.37 to 6.1.44 Bumps `HealthcareSharedPackageVersion` from 6.1.37 to 6.1.44. Updates `Microsoft.Health.Abstractions` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.Api` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.Extensions.DependencyInjection` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.SqlServer` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.Test.Utilities` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.Core` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.Extensions.BuildTimeCodeGenerator` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.SqlServer.Api` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.Tools.Sql.Tasks` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) Updates `Microsoft.Health.Client` from 6.1.37 to 6.1.44 - [Release notes](https://github.com/microsoft/healthcare-shared-components/releases) - [Commits](https://github.com/microsoft/healthcare-shared-components/compare/6.1.37...6.1.44) --- updated-dependencies: - dependency-name: Microsoft.Health.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.Api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.SqlServer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.Test.Utilities dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.Core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.Extensions.BuildTimeCodeGenerator dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.SqlServer.Api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.Tools.Sql.Tasks dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Health.Client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump .net sdk version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richa Bansal <ribans@microsoft.com>
This commit is contained in:
Родитель
1b525eff20
Коммит
edf997fd58
|
@ -26,7 +26,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<RuntimePackageVersion>5.0.0</RuntimePackageVersion>
|
<RuntimePackageVersion>5.0.0</RuntimePackageVersion>
|
||||||
<AspNetPackageVersion>5.0.17</AspNetPackageVersion>
|
<AspNetPackageVersion>5.0.17</AspNetPackageVersion>
|
||||||
<HealthcareSharedPackageVersion>6.1.37</HealthcareSharedPackageVersion>
|
<HealthcareSharedPackageVersion>6.1.44</HealthcareSharedPackageVersion>
|
||||||
<Hl7FhirVersion>4.0.0</Hl7FhirVersion>
|
<Hl7FhirVersion>4.0.0</Hl7FhirVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:5.0.406-alpine3.14 AS build
|
FROM mcr.microsoft.com/dotnet/sdk:5.0.408-alpine3.14 AS build
|
||||||
|
|
||||||
ARG FHIR_VERSION
|
ARG FHIR_VERSION
|
||||||
ARG ASSEMBLY_VER
|
ARG ASSEMBLY_VER
|
||||||
|
@ -73,7 +73,7 @@ COPY . .
|
||||||
RUN dotnet build /repo/tools/FhirAnalyzer/FhirAnalyzer.csproj
|
RUN dotnet build /repo/tools/FhirAnalyzer/FhirAnalyzer.csproj
|
||||||
RUN dotnet publish /repo/src/Microsoft.Health.Fhir.${FHIR_VERSION}.Web/Microsoft.Health.Fhir.${FHIR_VERSION}.Web.csproj -c Release -o "/build" --no-restore -p:AssemblyVersion="${ASSEMBLY_VER}" -p:FileVersion="${ASSEMBLY_VER}" -p:Version="${ASSEMBLY_VER}"
|
RUN dotnet publish /repo/src/Microsoft.Health.Fhir.${FHIR_VERSION}.Web/Microsoft.Health.Fhir.${FHIR_VERSION}.Web.csproj -c Release -o "/build" --no-restore -p:AssemblyVersion="${ASSEMBLY_VER}" -p:FileVersion="${ASSEMBLY_VER}" -p:Version="${ASSEMBLY_VER}"
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0.15-alpine3.14 AS runtime
|
FROM mcr.microsoft.com/dotnet/aspnet:5.0.17-alpine3.14 AS runtime
|
||||||
|
|
||||||
ARG FHIR_VERSION
|
ARG FHIR_VERSION
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "5.0.406"
|
"version": "5.0.408"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -333,7 +333,7 @@
|
||||||
"apiVersion": "2018-11-01",
|
"apiVersion": "2018-11-01",
|
||||||
"location": "[resourceGroup().location]",
|
"location": "[resourceGroup().location]",
|
||||||
"properties": {
|
"properties": {
|
||||||
"version": "5.0.15"
|
"version": "5.0.17"
|
||||||
},
|
},
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"[variables('appServiceResourceId')]",
|
"[variables('appServiceResourceId')]",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче