From 362472fe909ad965ff288ff47e14e21ad367cd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Wed, 3 Jan 2024 13:14:03 +0000 Subject: [PATCH] Update dotnet framework and dependencies --- .github/workflows/test-and-publish.yml | 2 +- implement/alternate-ui/readme.md | 2 +- implement/read-memory-64-bit/Program.cs | 4 ++-- implement/read-memory-64-bit/read-memory-64-bit.csproj | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 5fded28..2ba6e1f 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -11,7 +11,7 @@ jobs: environment: [windows-2022] include: - environment: windows-2022 - publish-runtime-id: win10-x64 + publish-runtime-id: win-x64 runs-on: ${{ matrix.environment }} diff --git a/implement/alternate-ui/readme.md b/implement/alternate-ui/readme.md index 3daa3cc..545d1b0 100644 --- a/implement/alternate-ui/readme.md +++ b/implement/alternate-ui/readme.md @@ -37,7 +37,7 @@ Developers use the parsing library to make ratting, mining, and mission running These instructions to run the alternate UI start with the program source code. Here we use a tool called `elm-time` to compile the program from source code and run it as a web server. -Download the zip archive from and extract it. +Download the zip archive from and extract it. The extracted files contain the `elm-time` tool used to run Elm programs. diff --git a/implement/read-memory-64-bit/Program.cs b/implement/read-memory-64-bit/Program.cs index 8919aaa..1549330 100644 --- a/implement/read-memory-64-bit/Program.cs +++ b/implement/read-memory-64-bit/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; @@ -10,7 +10,7 @@ namespace read_memory_64_bit; class Program { - static string AppVersionId => "2023-01-03"; + static string AppVersionId => "2024-01-03"; static int Main(string[] args) { diff --git a/implement/read-memory-64-bit/read-memory-64-bit.csproj b/implement/read-memory-64-bit/read-memory-64-bit.csproj index 4a055d1..d0721cb 100644 --- a/implement/read-memory-64-bit/read-memory-64-bit.csproj +++ b/implement/read-memory-64-bit/read-memory-64-bit.csproj @@ -2,13 +2,13 @@ Exe - net7.0 + net8.0 read_memory_64_bit - - + +