Skip to content

Commit 5bc1476

Browse files
committed
upgrade to .Net 9
1 parent 3292baf commit 5bc1476

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

CodeContext.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
65
<ImplicitUsings>enable</ImplicitUsings>
76
<Nullable>enable</Nullable>
87
</PropertyGroup>
9-
108
<ItemGroup>
119
<PackageReference Include="DotNet.Glob" Version="3.1.3" />
1210
</ItemGroup>
13-
14-
</Project>
11+
</Project>

0 commit comments

Comments
 (0)