File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " microwf" ,
3
- "image" : " mcr.microsoft.com/devcontainers/dotnet:1-8 .0-bookworm" ,
3
+ "image" : " mcr.microsoft.com/devcontainers/dotnet:1-9 .0-bookworm" ,
4
4
"features" : {
5
5
"ghcr.io/devcontainers/features/node:1" : {
6
6
"installNodeVersion" : " lts/*"
Original file line number Diff line number Diff line change 6
6
"type" : " coreclr" ,
7
7
"request" : " launch" ,
8
8
"preLaunchTask" : " build:targets" ,
9
- "program" : " ${workspaceFolder}/build/bin/Debug/net8 .0/targets.dll" ,
9
+ "program" : " ${workspaceFolder}/build/bin/Debug/net9 .0/targets.dll" ,
10
10
"args" : [
11
11
" pack --version=0.0.2&key=1234567890"
12
12
],
19
19
"type" : " coreclr" ,
20
20
"request" : " launch" ,
21
21
"preLaunchTask" : " build:WebApi" ,
22
- "program" : " ${workspaceRoot}/samples/WebApi/bin/Debug/net8 .0/WebApi.dll" ,
22
+ "program" : " ${workspaceRoot}/samples/WebApi/bin/Debug/net9 .0/WebApi.dll" ,
23
23
"args" : [
24
24
" --urls" ,
25
25
" https://localhost:5001"
39
39
"type" : " coreclr" ,
40
40
"request" : " launch" ,
41
41
"preLaunchTask" : " build:ConsoleClient" ,
42
- "program" : " ${workspaceRoot}/samples/ConsoleClient/bin/Debug/net8 .0/ConsoleClient.dll" ,
42
+ "program" : " ${workspaceRoot}/samples/ConsoleClient/bin/Debug/net9 .0/ConsoleClient.dll" ,
43
43
"args" : [],
44
44
"cwd" : " ${workspaceRoot}/samples/ConsoleClient" ,
45
45
"stopAtEntry" : false ,
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
7
7
<ImplicitUsings >enable</ImplicitUsings >
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
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<NoDefaultLaunchSettingsFile >true</NoDefaultLaunchSettingsFile >
7
7
<LangVersion >latest</LangVersion >
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
<AssemblyName >tomware.Microwf.AspNetCoreEngine</AssemblyName >
6
6
<RootNamespace >tomware.Microwf.Engine</RootNamespace >
7
7
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
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
<AssemblyName >tomware.Microwf.Domain</AssemblyName >
6
6
<RootNamespace >tomware.Microwf.Domain</RootNamespace >
7
7
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
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
<AssemblyName >tomware.Microwf.Infrastructure</AssemblyName >
6
6
<RootNamespace >tomware.Microwf.Infrastructure</RootNamespace >
7
7
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
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
<AssemblyName >tomware.Microwf.Tests</AssemblyName >
6
6
<RootNamespace >tomware.Microwf.Tests</RootNamespace >
7
7
<IsPackable >false</IsPackable >
You can’t perform that action at this time.
0 commit comments