Skip to content

Commit

Permalink
Merge branch 'main' into benchmarks-nonwindows
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett authored Dec 15, 2024
2 parents 7c349f7 + 927145b commit da6da91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
# Cache packages for faster subsequent runs
Expand Down
2 changes: 1 addition & 1 deletion Snappier.Tests/Snappier.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(TargetFrameworks);net48</TargetFrameworks>

<IsPackable>false</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion Snappier/Snappier.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>

<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit da6da91

Please sign in to comment.