File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
samples/DrawShapesWithImageSharp Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments