We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3292baf commit 5bc1476Copy full SHA for 5bc1476
1 file changed
CodeContext.csproj
@@ -1,14 +1,11 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
-
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
9
10
<ItemGroup>
11
<PackageReference Include="DotNet.Glob" Version="3.1.3" />
12
</ItemGroup>
13
14
-</Project>
+</Project>
0 commit comments