Skip to content

Commit 7bf81a4

Browse files
committed
bump to .net 10
1 parent dc36ee1 commit 7bf81a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"request": "launch",
1212
"preLaunchTask": "build",
1313
// If you have changed target frameworks, make sure to update the program path.
14-
"program": "${workspaceFolder}/bin/Debug/net9.0/adventofcode.dll",
14+
"program": "${workspaceFolder}/bin/Debug/net10.0/adventofcode.dll",
1515
"args": ["${relativeFileDirname}"],
1616
"cwd": "${workspaceFolder}",
1717
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window

adventofcode.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net9.0</TargetFramework>
5-
<LangVersion>13</LangVersion>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<LangVersion>14</LangVersion>
66
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
77
<UseAppHost>false</UseAppHost>
88
</PropertyGroup>

0 commit comments

Comments
 (0)