File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net8.0</TargetFrameworks >
6
5
<DebugSymbols >True</DebugSymbols >
7
6
<AssemblyName >SixLabors.ImageSharp.Tests</AssemblyName >
8
7
<Platforms >AnyCPU;x64;x86;ARM64</Platforms >
9
8
<RootNamespace >SixLabors.ImageSharp.Tests</RootNamespace >
10
9
<Configurations >Debug;Release</Configurations >
11
10
</PropertyGroup >
12
11
13
- <ItemGroup >
12
+ <Choose >
13
+ <When Condition =" $(SIXLABORS_TESTING_PREVIEW) == true" >
14
+ <PropertyGroup >
15
+ <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
16
+ </PropertyGroup >
17
+ </When >
18
+ <Otherwise >
19
+ <PropertyGroup >
20
+ <TargetFrameworks >net8.0</TargetFrameworks >
21
+ </PropertyGroup >
22
+ </Otherwise >
23
+ </Choose >
24
+
25
+ <ItemGroup >
14
26
<InternalsVisibleTo Include =" ImageSharp.Tests.ProfilingSandbox" Key =" $(SixLaborsPublicKey)" />
15
27
</ItemGroup >
16
28
You can’t perform that action at this time.
0 commit comments