File tree 11 files changed +12
-12
lines changed
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
"image" : " mcr.microsoft.com/devcontainers/base:focal" ,
4
4
"features" : {
5
5
"ghcr.io/devcontainers/features/docker-in-docker:1" : {},
6
- "ghcr.io/devcontainers/features/dotnet" : {
7
- "version" : " 8 .0.404 "
6
+ "ghcr.io/devcontainers/features/dotnet" : {=
7
+ "version" : " 9 .0.100-rc.2.24474.11 "
8
8
},
9
9
"ghcr.io/devcontainers/features/node:1" : {
10
10
"version" : " 20"
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<OutputType >Library</OutputType >
6
6
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
7
7
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
7
7
<SelfContained >true</SelfContained >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
7
7
<SelfContained >true</SelfContained >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<OutputType >Library</OutputType >
6
6
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
7
7
<SelfContained >true</SelfContained >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<OutputType >Library</OutputType >
6
6
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
7
7
<SelfContained >true</SelfContained >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
7
7
<SelfContained >true</SelfContained >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<OutputType >Library</OutputType >
6
6
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
7
7
<!-- <SelfContained>true</SelfContained> -->
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net8 .0</TargetFramework >
3
+ <TargetFramework >net9 .0</TargetFramework >
4
4
<RuntimeIdentifiers >win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
5
5
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
6
6
<NoWarn >NU1701;NU1603;NU1603;xUnit2013;SYSLIB0050;SYSLIB0051</NoWarn >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ LAYOUT_DIR="$SCRIPT_DIR/../_layout"
17
17
DOWNLOAD_DIR=" $SCRIPT_DIR /../_downloads/netcore2x"
18
18
PACKAGE_DIR=" $SCRIPT_DIR /../_package"
19
19
DOTNETSDK_ROOT=" $SCRIPT_DIR /../_dotnetsdk"
20
- DOTNETSDK_VERSION=" 8 .0.404 "
20
+ DOTNETSDK_VERSION=" 9 .0.100-rc.2.24474.11 "
21
21
DOTNETSDK_INSTALLDIR=" $DOTNETSDK_ROOT /$DOTNETSDK_VERSION "
22
22
RUNNER_VERSION=$( cat runnerversion)
23
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8 .0.404 "
3
+ "version" : " 9 .0.100-rc.2.24474.11 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments