File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed
ImageSharp.Textures.Astc.Reference.Tests
ImageSharp.Textures.Benchmarks
ImageSharp.Textures.Tests Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
1111
1212 <ItemGroup >
1313 <PackageReference Include =" AstcEncoderCSharp" Version =" 5.3.0" />
14- <PackageReference Include =" AwesomeAssertions" Version =" 9.3 .0" />
14+ <PackageReference Include =" AwesomeAssertions" Version =" 9.4 .0" />
1515 </ItemGroup >
1616
1717 <ItemGroup >
2727 <ItemGroup >
2828 <_TestData Include =" ..\Images\Input\Astc\**\*.*" />
2929 </ItemGroup >
30- <Copy SourceFiles =" @(_TestData)"
31- DestinationFiles =" @(_TestData -> '$(TargetDir)TestData\%(RecursiveDir)%(Filename)%(Extension)')"
32- SkipUnchangedFiles =" true" />
30+ <Copy SourceFiles =" @(_TestData)" DestinationFiles =" @(_TestData -> '$(TargetDir)TestData\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles =" true" />
3331 </Target >
3432
3533 <!-- Copy AstcEncoderCSharp native runtimes to the output directory. -->
3634 <Target Name =" CopyAstcEncNativeRuntimes" AfterTargets =" Build" >
3735 <ItemGroup >
3836 <_AstcEncNativeFiles Include =" $(NuGetPackageRoot)astcencodercsharp\5.3.0\runtimes\**\*.*" />
3937 </ItemGroup >
40- <Copy SourceFiles =" @(_AstcEncNativeFiles)"
41- DestinationFiles =" @(_AstcEncNativeFiles -> '$(TargetDir)runtimes\%(RecursiveDir)%(Filename)%(Extension)')"
42- SkipUnchangedFiles =" true" />
38+ <Copy SourceFiles =" @(_AstcEncNativeFiles)" DestinationFiles =" @(_AstcEncNativeFiles -> '$(TargetDir)runtimes\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles =" true" />
4339 </Target >
4440
4541</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Magick.NET-Q16-AnyCPU" />
15+ <PackageReference Include =" Magick.NET-Q16-AnyCPU" Version = " 14.10.3 " />
1616 <PackageReference Include =" BenchmarkDotNet" />
17- <PackageReference Include =" System.Drawing.Common" />
17+ <PackageReference Include =" System.Drawing.Common" Version = " 10.0.3 " />
1818 </ItemGroup >
1919
2020 <ItemGroup >
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" AwesomeAssertions" Version =" 9.3 .0" />
14- <PackageReference Include =" Magick.NET-Q16-AnyCPU" />
15- <PackageReference Include =" System.Drawing.Common" />
13+ <PackageReference Include =" AwesomeAssertions" Version =" 9.4 .0" />
14+ <PackageReference Include =" Magick.NET-Q16-AnyCPU" Version = " 14.10.3 " />
15+ <PackageReference Include =" System.Drawing.Common" Version = " 10.0.3 " />
1616 <PackageReference Include =" Moq" />
1717 </ItemGroup >
1818
You can’t perform that action at this time.
0 commit comments