Skip to content

Commit e691197

Browse files
committed
[ksqlDB.RestApi.Client]: upgraded Connect.SqlServer to dotnet 9
1 parent abf99c3 commit e691197

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Samples/Connect/SqlServer/Connect.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
77
<DockerfileContext>.</DockerfileContext>
88
<LangVersion>10.0</LangVersion>

Samples/Connect/SqlServer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22

3-
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
3+
FROM mcr.microsoft.com/dotnet/runtime:9.0 AS base
44
WORKDIR /app
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
77
WORKDIR /src
88
COPY ["SqlServer/Connect.SqlServer.csproj", "SqlServer/"]
99
COPY ["../../SqlServer.Connector/SqlServer.Connector.csproj", "../../SqlServer.Connector/"]

0 commit comments

Comments
 (0)