From 6a89ca6cd8ab30dbda7e93cd01de3b813e33ee2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Wed, 16 Jun 2021 08:41:34 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20dependency=20on=20`ICU=20package`=20disco?= =?UTF-8?q?vered=20on=20Ubuntu=2020=20=F0=9F=90=9B=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the `ICU package` error discovered in https://github.com/elm-fullstack/elm-fullstack/commit/c2f034b216e3a73bb8f5fcb9820bd5237055e40c Work around the issue described at https://github.com/dotnet/core/issues/2186 and https://github.com/dotnet/core/issues/5019 Integrate the fix shared by @petrsvihlik at https://github.com/dotnet/core/issues/2186#issuecomment-726708332 --- implement/elm-fullstack/Program.cs | 2 +- implement/elm-fullstack/elm-fullstack.csproj | 8 ++++++-- implement/test-elm-fullstack/test-elm-fullstack.csproj | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/implement/elm-fullstack/Program.cs b/implement/elm-fullstack/Program.cs index 8cdb7cce..a7f86ff0 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-06-05"; + static public string AppVersionId => "2021-06-16"; static int AdminInterfaceDefaultPort => 4000; diff --git a/implement/elm-fullstack/elm-fullstack.csproj b/implement/elm-fullstack/elm-fullstack.csproj index ac24d3a7..dc61ae79 100644 --- a/implement/elm-fullstack/elm-fullstack.csproj +++ b/implement/elm-fullstack/elm-fullstack.csproj @@ -5,14 +5,18 @@ netcoreapp3.1 elm_fullstack elm-fs - 2021.0605.0.0 - 2021.0605.0.0 + 2021.0616.0.0 + 2021.0616.0.0 + + + + true diff --git a/implement/test-elm-fullstack/test-elm-fullstack.csproj b/implement/test-elm-fullstack/test-elm-fullstack.csproj index f609723a..b628e16b 100644 --- a/implement/test-elm-fullstack/test-elm-fullstack.csproj +++ b/implement/test-elm-fullstack/test-elm-fullstack.csproj @@ -7,6 +7,10 @@ false + + + +