From 640005d544d2fed0b015349dea2fa37364e42404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Wed, 26 May 2021 12:30:12 +0000 Subject: [PATCH] Ensure we get the latest security updates And remove a redundant reference. --- .github/workflows/test-and-publish.yml | 2 +- azure-pipelines.yml | 2 +- implement/elm-fullstack/Program.cs | 2 +- implement/elm-fullstack/elm-fullstack.csproj | 11 +++++------ 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 90a091d0..06ddda08 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.407' + dotnet-version: '3.1.409' - name: Try use dotnet core 3 run: dotnet --info - uses: actions/checkout@v1 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 65366ab7..e9f58c52 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' # Options: runtime, sdk - version: '3.1.407' + version: '3.1.409' - script: dotnet --version diff --git a/implement/elm-fullstack/Program.cs b/implement/elm-fullstack/Program.cs index 97cf107e..946347d9 100644 --- a/implement/elm-fullstack/Program.cs +++ b/implement/elm-fullstack/Program.cs @@ -14,7 +14,7 @@ namespace elm_fullstack { public class Program { - static public string AppVersionId => "2021-05-25"; + static public string AppVersionId => "2021-05-26"; static int AdminInterfaceDefaultPort => 4000; diff --git a/implement/elm-fullstack/elm-fullstack.csproj b/implement/elm-fullstack/elm-fullstack.csproj index ae09675e..d04978d1 100644 --- a/implement/elm-fullstack/elm-fullstack.csproj +++ b/implement/elm-fullstack/elm-fullstack.csproj @@ -5,8 +5,8 @@ netcoreapp3.1 elm_fullstack elm-fs - 2021.0525.0.0 - 2021.0525.0.0 + 2021.0526.0.0 + 2021.0526.0.0 @@ -15,15 +15,14 @@ - + - - + + -