File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Setup dotnet
35
35
uses : actions/setup-dotnet@v4
36
36
with :
37
- dotnet-version : 7 .0
37
+ dotnet-version : 8 .0
38
38
dotnet-quality : ' ga'
39
39
40
40
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<!-- Version numbers are automatically updated by gitversion when a release is released -->
6
6
<!-- Do not modify these. -->
7
7
<FileVersion >1.0.0.0</FileVersion >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<!-- Version numbers are automatically updated by gitversion when a release is released -->
6
6
<!-- Do not modify these. -->
7
7
<!-- <AssemblyVersion>1.14.0.0</AssemblyVersion>
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV LANG=en_US.UTF-8 \
16
16
DISPLAY=:0
17
17
WORKDIR /app
18
18
19
- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS build
19
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
20
20
WORKDIR /src
21
21
COPY ["Terminal.Gui/Directory.Build.props" , "Terminal.Gui/" ]
22
22
COPY ["UICatalog/UICatalog.csproj" , "UICatalog/" ]
You can’t perform that action at this time.
0 commit comments