File tree 11 files changed +19
-17
lines changed
11 files changed +19
-17
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 >
17
17
<ItemGroup >
18
18
<PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0.0" />
19
19
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
20
- <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 8 .0.0" />
20
+ <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 9 .0.0-rc.2.24473.5 " />
21
21
<PackageReference Include =" System.Text.Encoding.CodePages" Version =" 8.0.0" />
22
22
<PackageReference Include =" System.Threading.Channels" Version =" 8.0.0" />
23
23
</ItemGroup >
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 >
22
22
<PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0.0" />
23
23
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
24
24
<PackageReference Include =" System.IO.FileSystem.AccessControl" Version =" 5.0.0" />
25
- <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 8 .0.0" />
25
+ <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 9 .0.0-rc.2.24473.5 " />
26
26
<PackageReference Include =" System.ServiceProcess.ServiceController" Version =" 8.0.0" />
27
27
</ItemGroup >
28
28
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 >
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 8 .0.0" />
22
+ <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 9 .0.0-rc.2.24473.5 " />
23
23
<PackageReference Include =" System.ServiceProcess.ServiceController" Version =" 8.0.0" />
24
24
<PackageReference Include =" System.Threading.Channels" Version =" 8.0.0" />
25
25
<PackageReference Include =" YamlDotNet.Signed" Version =" 5.3.0" />
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> -->
18
18
<PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0.0" />
19
19
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
20
20
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 6.0.0" />
21
+ <PackageReference Include =" System.Formats.Asn1" Version =" 9.0.0-rc.2.24473.5" />
21
22
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.5.1" />
22
23
<PackageReference Include =" System.Security.Cryptography.Cng" Version =" 5.0.0" />
23
- <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 8 .0.0" />
24
- <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 8 .0.0" />
24
+ <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 9 .0.0-rc.2.24473.5 " />
25
+ <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 9 .0.0-rc.2.24473.5 " />
25
26
<PackageReference Include =" Minimatch" Version =" 2.0.0" />
26
27
<PackageReference Include =" YamlDotNet.Signed" Version =" 5.3.0" />
27
28
<PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
28
29
<PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
30
+ <PackageReference Include =" System.Private.Uri" Version =" 4.3.2" />
29
31
</ItemGroup >
30
32
31
33
<ItemGroup >
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