Skip to content

Commit

Permalink
Add .Net9 and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mschessler committed Jan 2, 2025
1 parent 03a381c commit 5a7a3fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\build\Common.props" />

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<ToolCommandName>sharpfuzz</ToolCommandName>
Expand Down
6 changes: 3 additions & 3 deletions src/SharpFuzz/SharpFuzz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="dnlib" Version="3.6.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="dnlib" Version="4.4.0" />
<PackageReference Include="System.Memory" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5a7a3fb

Please sign in to comment.