Skip to content

Commit 0afac4b

Browse files
committed
v0.14.2
1 parent 6d6377f commit 0afac4b

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/MagicScaler/MagicScaler.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>0.14.1</VersionPrefix>
4+
<VersionPrefix>0.14.2</VersionPrefix>
55
<TargetFrameworks>net6.0;net7.0;net8.0;net472</TargetFrameworks>
66
<TargetFrameworks Condition="'$(Configuration)'=='Dist' Or '$(Configuration)'=='Coverage'">$(TargetFrameworks);net461;netstandard2.0;netstandard2.1</TargetFrameworks>
77
</PropertyGroup>
@@ -55,7 +55,7 @@
5555
</ItemGroup>
5656

5757
<ItemGroup>
58-
<None Include="Package\build\*" Pack="true" PackagePath="build/netcoreapp3.0/;buildTransitive/netcoreapp3.0/" />
58+
<None Include="Package\build\**" Pack="true" PackagePath="build" />
5959
</ItemGroup>
6060

6161
<ItemGroup>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<!-- this file left intentionally blank -->
3+
</Project>

src/MagicScaler/Package/build/PhotoSauce.MagicScaler.targets renamed to src/MagicScaler/Package/build/netcoreapp3.0/PhotoSauce.MagicScaler.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project InitialTargets="_MagicScalerTfmSupportWarning">
22
<Target Name="_MagicScalerTfmSupportWarning" Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
3-
<Warning Text="MagicScaler is no longer hardware accelerated on $(TargetFramework). Upgrade your TargetFramework to net6.0 or later (or use an older version of the library) for the best performance. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning." />
3+
<Warning Condition="'$(OutputType)'=='Exe' Or '$(OutputType)'=='WinExe'" Text="MagicScaler is no longer hardware accelerated on $(TargetFramework). Upgrade your TargetFramework to net6.0 or later (or use an older version of the library) for the best performance. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning." />
44
</Target>
55
</Project>

src/WebRSize/WebRSize.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>0.6.9</VersionPrefix>
4+
<VersionPrefix>0.6.10</VersionPrefix>
55
<TargetFrameworks>net472</TargetFrameworks>
66
<TargetFrameworks Condition="'$(Configuration)'=='Dist' Or '$(Configuration)'=='Coverage'">$(TargetFrameworks);net461</TargetFrameworks>
77
</PropertyGroup>

0 commit comments

Comments
 (0)