diff --git a/.github/workflows/publish-to-release.yml b/.github/workflows/publish-to-release.yml index c3c812df..cf1f8030 100644 --- a/.github/workflows/publish-to-release.yml +++ b/.github/workflows/publish-to-release.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.203' + dotnet-version: '7.0.304' - name: Try use dotnet run: dotnet --info diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index c78624dd..30f5b9c1 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.203' + dotnet-version: '7.0.304' - name: Try use dotnet run: dotnet --info diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e202a47d..6b72f2e0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' # Options: runtime, sdk - version: '7.0.203' + version: '7.0.304' includePreviewVersions: true - script: dotnet --version diff --git a/implement/Dockerfile b/implement/Dockerfile index 6eafae8f..8de48d77 100644 --- a/implement/Dockerfile +++ b/implement/Dockerfile @@ -1,5 +1,5 @@ # Build dotnet build image -FROM mcr.microsoft.com/dotnet/sdk:7.0.203 AS build-env +FROM mcr.microsoft.com/dotnet/sdk:7.0.304 AS build-env WORKDIR /app # Copy everything and build @@ -8,7 +8,7 @@ WORKDIR /app/elm-time RUN dotnet publish -c Debug -o out # Build runtime image -FROM mcr.microsoft.com/dotnet/aspnet:7.0.5 AS binaries +FROM mcr.microsoft.com/dotnet/aspnet:7.0.7 AS binaries COPY --from=build-env /app/elm-time/out /elm-time/dotnet/ diff --git a/implement/elm-time/JavaScript/ClearScript.cs b/implement/elm-time/JavaScript/ClearScript.cs index 9c6f3062..45572a44 100644 --- a/implement/elm-time/JavaScript/ClearScript.cs +++ b/implement/elm-time/JavaScript/ClearScript.cs @@ -18,23 +18,23 @@ public class ClearScriptV8 OSPlatform.Linux, ImmutableList.Create( new DependencyFile( - HashBase16: "0a1aa724e021de144d26ceb846fe13d436db95425e8d2a151ad1583aa9ce0263", + HashBase16: "4524f101eceed4c6b0344a4cb67b19443f1d42e9f3e2f27b5cb68b007c947409", ExpectedFileName: "ClearScriptV8.linux-x64.so", - RemoteSources: new[] { "https://www.nuget.org/api/v2/package/Microsoft.ClearScript.V8.Native.linux-x64/7.4.1" }))) + RemoteSources: new[] { "https://www.nuget.org/api/v2/package/Microsoft.ClearScript.V8.Native.linux-x64/7.4.2" }))) .Add( OSPlatform.Windows, ImmutableList.Create( new DependencyFile( - HashBase16: "eeda680f30f6f27ed57a20f41d6208f9022408e66f9e6092864586927fe6e4b4", + HashBase16: "6ef8e937639a25554be8f60830c47b720d432b8ac47b7b54d82214d1d4083d34", ExpectedFileName: "ClearScriptV8.win-x64.dll", - RemoteSources: new[] { "https://www.nuget.org/api/v2/package/Microsoft.ClearScript.V8.Native.win-x64/7.4.1" }))) + RemoteSources: new[] { "https://www.nuget.org/api/v2/package/Microsoft.ClearScript.V8.Native.win-x64/7.4.2" }))) .Add( OSPlatform.OSX, ImmutableList.Create( new DependencyFile( - HashBase16: "3438d1f682e119ad0df6cb37c83c7c53d103d46cc333343de2f1dd5b89ba84ad", + HashBase16: "e9e13385c02554fa7c76d1df0307a0ca6825eff0b641ddf7826e3fbf9a546794", ExpectedFileName: "ClearScriptV8.osx-x64.dylib", - RemoteSources: new[] { "https://www.nuget.org/api/v2/package/Microsoft.ClearScript.V8.Native.osx-x64/7.4.1" }))); + RemoteSources: new[] { "https://www.nuget.org/api/v2/package/Microsoft.ClearScript.V8.Native.osx-x64/7.4.2" }))); public static readonly Lazy SetupTask = new(() => { diff --git a/implement/elm-time/elm-time.csproj b/implement/elm-time/elm-time.csproj index 6148651c..3a1284f1 100644 --- a/implement/elm-time/elm-time.csproj +++ b/implement/elm-time/elm-time.csproj @@ -21,13 +21,13 @@ - + - - - + + + diff --git a/implement/test-elm-time/test-elm-time.csproj b/implement/test-elm-time/test-elm-time.csproj index 45d1410e..16b8ca0d 100644 --- a/implement/test-elm-time/test-elm-time.csproj +++ b/implement/test-elm-time/test-elm-time.csproj @@ -14,12 +14,12 @@ - - + + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all