File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Samples/Connect/SqlServer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<DockerDefaultTargetOS >Linux</DockerDefaultTargetOS >
7
7
<DockerfileContext >.</DockerfileContext >
8
8
<LangVersion >10.0</LangVersion >
Original file line number Diff line number Diff line change 1
1
# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
2
3
- FROM mcr.microsoft.com/dotnet/runtime:8 .0 AS base
3
+ FROM mcr.microsoft.com/dotnet/runtime:9 .0 AS base
4
4
WORKDIR /app
5
5
6
- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
6
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
7
7
WORKDIR /src
8
8
COPY ["SqlServer/Connect.SqlServer.csproj" , "SqlServer/" ]
9
9
COPY ["../../SqlServer.Connector/SqlServer.Connector.csproj" , "../../SqlServer.Connector/" ]
You can’t perform that action at this time.
0 commit comments