Skip to content

Commit

Permalink
upgrade to .Net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVeksler committed Nov 25, 2024
1 parent 3292baf commit 5bc1476
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CodeContext.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNet.Glob" Version="3.1.3" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 5bc1476

Please sign in to comment.