From 82ce241ef4a8e2d3d518ee8efc12ba16e8dd0535 Mon Sep 17 00:00:00 2001 From: Yuuki Wesp Date: Thu, 4 Jan 2024 03:02:38 +0300 Subject: [PATCH] upgrade deps --- Dockerfile | 4 ++-- src/core.csproj | 34 +++++++++++++++++----------------- vein-lang | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81dd18b..3f17716 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /build COPY . . RUN dotnet restore RUN dotnet publish -c Release -o /app -FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS final +FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final WORKDIR /app COPY --from=build /app . RUN apt-get update \ diff --git a/src/core.csproj b/src/core.csproj index 938f0eb..0a9df18 100644 --- a/src/core.csproj +++ b/src/core.csproj @@ -1,8 +1,8 @@ - + Exe - net6.0 + net8.0 enable enable true @@ -12,28 +12,28 @@ - - - + + + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - - - - + + + + - - + + diff --git a/vein-lang b/vein-lang index aab54d5..952cd25 160000 --- a/vein-lang +++ b/vein-lang @@ -1 +1 @@ -Subproject commit aab54d547bc390fa44ac34a4830a62cbd0c72d40 +Subproject commit 952cd25dd598ea3f64af6636ac519a8f1fdc3b73