Skip to content

Commit

Permalink
feat(runtime)#: Update projects to work with net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Nov 26, 2024
1 parent efd773e commit 8dff801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SharpPipe.Example/SharpPipe.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0;net472;net462</TargetFrameworks>
<TargetFrameworks>net9.0;net8.0;net472;net462</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down
2 changes: 1 addition & 1 deletion SharpPipe/SharpPipe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>library</OutputType>
<TargetFrameworks>net8.0;net472;net462</TargetFrameworks>
<TargetFrameworks>net9.0;net8.0;net472;net462</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
Expand Down

0 comments on commit 8dff801

Please sign in to comment.