Skip to content

Commit b976617

Browse files
Merge branch 'blaze' into js/updates-to-backport
2 parents f71184b + 4cf8fa3 commit b976617

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

samples/DrawShapesWithImageSharp/DrawShapesWithImageSharp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Choose>
99
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
1010
<PropertyGroup>
11-
<TargetFrameworks>net8.0</TargetFrameworks>
1211
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
1312
</PropertyGroup>
1413
</When>

src/ImageSharp.Drawing/ImageSharp.Drawing.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,16 @@
2525
<Nullable>enable</Nullable>
2626
<WarningsAsErrors>Nullable</WarningsAsErrors>
2727
</PropertyGroup>
28-
29-
<PropertyGroup>
30-
<!--Bump to V3 prior to tagged release.-->
31-
<MinVerMinimumMajorMinor>3.0</MinVerMinimumMajorMinor>
32-
</PropertyGroup>
3328

3429
<Choose>
3530
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
3631
<PropertyGroup>
37-
<TargetFrameworks>net8.0</TargetFrameworks>
38-
<IsTrimmable>true</IsTrimmable>
3932
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
4033
</PropertyGroup>
4134
</When>
4235
<Otherwise>
4336
<PropertyGroup>
4437
<TargetFrameworks>net8.0</TargetFrameworks>
45-
<IsTrimmable>true</IsTrimmable>
4638
</PropertyGroup>
4739
</Otherwise>
4840
</Choose>

0 commit comments

Comments
 (0)