Skip to content

Commit

Permalink
Add additional frameworks to example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomnitz committed Jul 9, 2024
1 parent 838a2f0 commit 3e35948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Browser/Browser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0; net8.0</TargetFrameworks>
<TargetFrameworks>net6.0; net8.0; net481; netstandard2.0</TargetFrameworks>
</PropertyGroup>

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

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0; net8.0</TargetFrameworks>
<TargetFrameworks>net6.0; net8.0; net481; netstandard2.0</TargetFrameworks>
</PropertyGroup>

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

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0; net8.0</TargetFrameworks>
<TargetFrameworks>net6.0; net8.0; net481; netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3e35948

Please sign in to comment.