File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 66 "type" : " coreclr" ,
77 "request" : " launch" ,
88 "preLaunchTask" : " build" ,
9- "program" : " ${workspaceFolder}/src/DotNetBenchmarks/bin/Release/net10.0/DotNetBenchmarks.dll" ,
10- "args" : [ " --configuration" , " Release" ],
9+ "program" : " ${workspaceFolder}/src/DotNetBenchmarks/bin/Release/net11.0/DotNetBenchmarks.dll" ,
10+ "args" : [
11+ " --configuration" ,
12+ " Release"
13+ ],
1114 "cwd" : " ${workspaceFolder}/src/DotNetBenchmarks" ,
1215 "stopAtEntry" : false
1316 }
Original file line number Diff line number Diff line change 33 "components": [
44 "Microsoft.VisualStudio.Component.CoreEditor",
55 "Microsoft.VisualStudio.Workload.CoreEditor",
6- "Microsoft.NetCore.Component.Runtime.10 .0",
6+ "Microsoft.NetCore.Component.Runtime.11 .0",
77 "Microsoft.NetCore.Component.SDK",
88 "Microsoft.VisualStudio.Component.Roslyn.Compiler",
99 "Microsoft.VisualStudio.Component.Roslyn.LanguageServices"
Original file line number Diff line number Diff line change 44# Requires -Version 7
55
66param (
7- [Parameter (Mandatory = $false )][string ] $Framework = " net10 .0" ,
7+ [Parameter (Mandatory = $false )][string ] $Framework = " net11 .0" ,
88 [Parameter (Mandatory = $false )][string ] $Job = " "
99)
1010
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 10 .0.103 " ,
3+ "version" : " 11 .0.100-preview.1.26104.118 " ,
44 "allowPrerelease" : false ,
55 "rollForward" : " latestMajor"
66 }
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <NoWarn >$(NoWarn);IDE0058;SA1600</NoWarn >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net10 .0</TargetFramework >
5+ <TargetFramework >net11 .0</TargetFramework >
66 </PropertyGroup >
77 <ItemGroup >
88 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
You can’t perform that action at this time.
0 commit comments