Skip to content

Commit 8d25c97

Browse files
Update TFMs
1 parent d62bda9 commit 8d25c97

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/ImageSharp.Web.Providers.AWS/ImageSharp.Web.Providers.AWS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<!--Bump to V3 prior to tagged release.-->
2424
<MinVerMinimumMajorMinor>3.0</MinVerMinimumMajorMinor>
2525
</PropertyGroup>
26-
26+
2727
<Choose>
28-
<When Condition="$(SIXLABORS_TESTING) == true">
28+
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
2929
<PropertyGroup>
3030
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
3131
</PropertyGroup>

src/ImageSharp.Web.Providers.Azure/ImageSharp.Web.Providers.Azure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<!--Bump to V3 prior to tagged release.-->
2424
<MinVerMinimumMajorMinor>3.0</MinVerMinimumMajorMinor>
2525
</PropertyGroup>
26-
26+
2727
<Choose>
28-
<When Condition="$(SIXLABORS_TESTING) == true">
28+
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
2929
<PropertyGroup>
3030
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
3131
</PropertyGroup>

src/ImageSharp.Web/ImageSharp.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<!--Bump to V3 prior to tagged release.-->
2424
<MinVerMinimumMajorMinor>3.0</MinVerMinimumMajorMinor>
2525
</PropertyGroup>
26-
26+
2727
<Choose>
28-
<When Condition="$(SIXLABORS_TESTING) == true">
28+
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
2929
<PropertyGroup>
3030
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
3131
</PropertyGroup>

0 commit comments

Comments
 (0)