File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " coreclr" ,
7
7
"request" : " launch" ,
8
8
"preLaunchTask" : " build" ,
9
- "program" : " ${workspaceFolder}/src/TodoApp/bin/Debug/net9 .0/TodoApp.dll" ,
9
+ "program" : " ${workspaceFolder}/src/TodoApp/bin/Debug/net10 .0/TodoApp.dll" ,
10
10
"args" : [],
11
11
"cwd" : " ${workspaceFolder}/src/TodoApp" ,
12
12
"stopAtEntry" : false ,
Original file line number Diff line number Diff line change 3
3
"components": [
4
4
"Microsoft.VisualStudio.Component.CoreEditor",
5
5
"Microsoft.VisualStudio.Workload.CoreEditor",
6
- "Microsoft.NetCore.Component.Runtime.9 .0",
6
+ "Microsoft.NetCore.Component.Runtime.10 .0",
7
7
"Microsoft.NetCore.Component.SDK",
8
8
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
9
9
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 9 .0.200 " ,
3
+ "version" : " 10 .0.100-preview.1.25120.13 " ,
4
4
"allowPrerelease" : false ,
5
5
"rollForward" : " latestMajor"
6
6
}
Original file line number Diff line number Diff line change 4
4
<IsPackable >false</IsPackable >
5
5
<NoWarn >$(NoWarn);CA1050</NoWarn >
6
6
<RootNamespace >TodoApp</RootNamespace >
7
- <TargetFramework >net9 .0</TargetFramework >
7
+ <TargetFramework >net10 .0</TargetFramework >
8
8
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
9
9
<TypeScriptToolsVersion >latest</TypeScriptToolsVersion >
10
10
<UserSecretsId >TodoApp</UserSecretsId >
11
11
</PropertyGroup >
12
12
<ItemGroup >
13
13
<PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 9.0.0" />
14
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9 .0.2 " />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.2 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10 .0.0-preview.1.25120.3 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10 .0.0-preview.1.25081.1 " />
16
16
<PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.7.3" PrivateAssets =" all" />
17
17
</ItemGroup >
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<NoWarn >$(NoWarn);CA1861</NoWarn >
5
5
<OutputType >Exe</OutputType >
6
6
<RootNamespace >TodoApp</RootNamespace >
7
- <TargetFramework >net9 .0</TargetFramework >
7
+ <TargetFramework >net10 .0</TargetFramework >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
10
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
You can’t perform that action at this time.
0 commit comments