diff --git a/SanpetePantry/Dockerfile b/SanpetePantry/Dockerfile index 9d1b02f..2bb2093 100644 --- a/SanpetePantry/Dockerfile +++ b/SanpetePantry/Dockerfile @@ -1,12 +1,12 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base USER app WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["SanpetePantry/SanpetePantry.csproj", "SanpetePantry/"] diff --git a/SanpetePantry/Routes.razor b/SanpetePantry/Routes.razor index 1a99ad8..3434cfe 100644 --- a/SanpetePantry/Routes.razor +++ b/SanpetePantry/Routes.razor @@ -1,6 +1,4 @@ -@using Shared - - + diff --git a/SanpetePantry/SanpetePantry.csproj b/SanpetePantry/SanpetePantry.csproj index 3c3680c..463388a 100644 --- a/SanpetePantry/SanpetePantry.csproj +++ b/SanpetePantry/SanpetePantry.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable enable aspnet-SanpetePantry-87C9FC2C-C066-498C-989B-0BC4F0093602 @@ -20,12 +20,12 @@ - - - - - - - + + + + + + + \ No newline at end of file