File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ elseif(USE_DOTNET_47)
162162elseif (USE_DOTNET_462)
163163 set (EXAMPLE_DEFAULT_TFM "net462" )
164164else ()
165- message (WARNING "Default TFM for examples is set to net6 .0 which is not enable" )
166- set (EXAMPLE_DEFAULT_TFM "net6 .0" )
165+ message (WARNING "Default TFM for examples is set to net8 .0 which is not enable" )
166+ set (EXAMPLE_DEFAULT_TFM "net8 .0" )
167167endif ()
168168
169169set (EXAMPLE_TFM ${EXAMPLE_DEFAULT_TFM} CACHE STRING "TFM use in sample" )
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ RUN dnf -y update \
3030# see: https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install
3131RUN wget -q "https://dot.net/v1/dotnet-install.sh" \
3232&& chmod a+x dotnet-install.sh \
33- && ./dotnet-install.sh -c 3.1 -i /usr/local/bin \
34- && ./dotnet-install.sh -c 6.0 -i /usr/local/bin
33+ && ./dotnet-install.sh -c 8.0 -i /usr/local/bin
3534# Trigger first run experience by running arbitrary cmd
3635RUN dotnet --info
3736
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ RUN apk add --no-cache bash wget icu-libs libintl
1616# see: https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install
1717RUN wget -q "https://dot.net/v1/dotnet-install.sh" \
1818&& chmod a+x dotnet-install.sh \
19- && ./dotnet-install.sh -c 3.1 -i /usr/local/bin \
20- && ./dotnet-install.sh -c 6.0 -i /usr/local/bin
19+ && ./dotnet-install.sh -c 8.0 -i /usr/local/bin
2120# Trigger first run experience by running arbitrary cmd
2221RUN dotnet --info
2322
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ RUN dnf -y update \
3030# see: https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install
3131RUN wget -q "https://dot.net/v1/dotnet-install.sh" \
3232&& chmod a+x dotnet-install.sh \
33- && ./dotnet-install.sh -c 3.1 -i /usr/local/bin \
34- && ./dotnet-install.sh -c 6.0 -i /usr/local/bin
33+ && ./dotnet-install.sh -c 8.0 -i /usr/local/bin
3534# Trigger first run experience by running arbitrary cmd
3635RUN dotnet --info
3736
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
44 <LangVersion >8.0</LangVersion >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <EnableDefaultItems >false</EnableDefaultItems >
77 <EnableDefaultCompileItems >false</EnableDefaultCompileItems >
88 <!-- see https://github.com/dotnet/docs/issues/12237 -->
You can’t perform that action at this time.
0 commit comments