Upgrade project(s) to the SDK-style project format
Closed this issue · 0 comments
github-actions commented
There are 103 project(s) using the non-SDK-style project format. This is an auto-generated issue, detailed and discussed in dotnet/docs#22271.
- deprecated/.../ImageResizer.Plugins.AdditionalFileExtensions.csproj
- deprecated/.../ImageResizer.Plugins.PdfiumRenderer.Tests.csproj
- deprecated/.../ImageResizer.Plugins.PdfiumRenderer.Web.csproj
- deprecated/.../ImageResizer.Plugins.PdfiumRenderer.csproj
- deprecated/.../ImageResizer.Plugins.PdfRenderer.Tests.csproj
- deprecated/.../ImageResizer.Plugins.PdfRenderer.Web.csproj
- deprecated/.../ImageResizer.Plugins.PdfRenderer.csproj
- deprecated/.../ImageResizer.Plugins.AdvancedFilters.csproj
- deprecated/.../ImageResizer.Plugins.AnimatedGifs.csproj
- deprecated/.../ImageResizer.Plugins.BatchZipper.csproj
- deprecated/.../ImageResizer.Plugins.CloudFront.csproj
- deprecated/.../ImageResizer.Plugins.CopyMetadata.csproj
- deprecated/.../ImageResizer.Plugins.DiagnosticJson.csproj
- deprecated/.../ImageResizer.Plugins.DiskCache.csproj
- deprecated/.../ImageResizer.Plugins.Faces.csproj
- deprecated/.../ImageResizer.Plugins.FFmpeg.csproj
- deprecated/.../ImageResizer.Plugins.FreeImage.csproj
- deprecated/.../Endogine.Codecs.Photoshop.csproj
- deprecated/.../Psd.csproj
- deprecated/.../FreeImage.Net.csproj
- deprecated/.../Library.2005.csproj
- deprecated/.../WrapperFreeImage.NET.csproj
- deprecated/.../Sample 01 - Loading and saving.2005.csproj
- deprecated/.../Sample 01 - Loading and saving.csproj
- deprecated/.../Sample 02 - Multipaged bitmaps.2005.csproj
- deprecated/.../Sample 02 - Multipaged bitmaps.csproj
- deprecated/.../Sample 03 - Allocating.2005.csproj
- deprecated/.../Sample 03 - Allocating.csproj
- deprecated/.../Sample 04 - Getting bitmap informations.2005.csproj
- deprecated/.../Sample 04 - Getting bitmap informations.csproj
- deprecated/.../Sample 05 - Working with pixels.2005.csproj
- deprecated/.../Sample 05 - Working with pixels.csproj
- deprecated/.../Sample 06 - Converting.2005.csproj
- deprecated/.../Sample 06 - Converting.csproj
- deprecated/.../Sample 07 - ICC Profiles.2005.csproj
- deprecated/.../Sample 07 - ICC Profiles.csproj
- deprecated/.../Sample 08 - Creating a plugin.2005.csproj
- deprecated/.../Sample 08 - Creating a plugin.csproj
- deprecated/.../Sample 09 - Working with streams.2005.csproj
- deprecated/.../Sample 09 - Working with streams.csproj
- deprecated/.../Sample 10 - Metadata.2005.csproj
- deprecated/.../Sample 10 - Metadata.csproj
- deprecated/.../Sample 11 - Using the FreeImageBitmap class.2005.csproj
- deprecated/.../Sample 11 - Using the FreeImageBitmap class.csproj
- deprecated/.../SourceFileMerger.2005.csproj
- deprecated/.../SourceFileMerger.csproj
- deprecated/.../UnitTest.2005.csproj
- deprecated/.../UnitTest.csproj
- deprecated/.../PsdFile.csproj
- deprecated/.../PhotoShopTest.csproj
- deprecated/.../PsdSampleProject.csproj
- deprecated/.../ImageResizer.Plugins.LicenseVerifier.csproj
- deprecated/.../ImageResizer.Plugins.Logging.csproj
- deprecated/.../ImageResizer.Plugins.MongoReader.csproj
- deprecated/.../ImageResizer.Plugins.PrettyGifs.csproj
- deprecated/.../ImageResizer.Plugins.PsdComposer.csproj
- deprecated/.../ImageResizer.Plugins.PsdReader.csproj
- deprecated/.../ImageResizer.Plugins.RedEye.csproj
- deprecated/.../ImageResizer.Plugins.SeamCarving.csproj
- deprecated/.../ImageResizer.Plugins.SimpleFilters.csproj
- deprecated/.../ImageResizer.Plugins.SqlReader.csproj
- deprecated/.../ImageResizer.Plugins.TinyCache.csproj
- deprecated/.../ImageResizer.Plugins.Watermark.csproj
- deprecated/.../ImageResizer.Plugins.WebP.csproj
- deprecated/.../ImageResizer.Plugins.WhitespaceTrimmer.csproj
- deprecated/.../ImageResizer.Plugins.Wic.csproj
- deprecated/.../AzureWebImages.csproj
- deprecated/.../BasicWebApplication.csproj
- deprecated/.../ImageResizer.Plugins.CustomOverlay.csproj
- deprecated/.../CustomOverlaySample.csproj
- deprecated/.../ImageResizerGUI.csproj
- deprecated/.../_ImageStudio.csproj
- deprecated/.../JCropExample.csproj
- deprecated/.../MongoReaderSample.csproj
- deprecated/.../MvcSample.csproj
- deprecated/.../_PluginTestingApp.csproj
- deprecated/.../PsdComposerSample.csproj
- deprecated/.../S3ReaderSample.csproj
- deprecated/.../SqlReaderSample.csproj
- deprecated/.../WebP.csproj
- deprecated/.../BitmapConstructorSpeed.csproj
- deprecated/.../ComparisonBenchmark.csproj
- deprecated/.../ImageResizer.Plugins.DiskCache.WebTest.csproj
- deprecated/.../FakeBuilder.Tests.fsproj
- deprecated/.../ImageCompare.csproj
- deprecated/.../ImageResizer.HttpTests.csproj
- deprecated/.../ImageResizer.Plugins.CopyMetadata.Tests.csproj
- deprecated/.../ImageResizer.Plugins.DiskCache.Tests.csproj
- deprecated/.../ImageResizer.Plugins.Faces.TestWeb.csproj
- deprecated/.../ImageResizer.Plugins.FastScaling.Tests.csproj
- deprecated/.../ImageResizer.LicensingTests.csproj
- deprecated/.../ImageResizer.Plugins.TinyCache.Tests.csproj
- deprecated/.../ImageResizer.Plugins.WebP.Test.fsproj
- deprecated/.../PerfTests.csproj
- deprecated/.../COMInstaller.csproj
- examples/.../BasicWebApplication.csproj
- examples/.../S3ReaderSample.csproj
- examples/.../StartHere.csproj
- tests/.../BitmapConstructorSpeed.csproj
- tests/.../ComparisonBenchmark.csproj
- tests/.../ImageResizer.Plugins.DiskCache.WebTest.csproj
- tests/.../ImageResizer.HttpTests.csproj
- tests/.../ImageResizer.Plugins.Watermark.WebTest.csproj
Consider upgrading the project(s) to the SDK-style format.
If this project is intentionally demonstrating the old project style, you can optionally configure to ignore this automated issue. Create a file at the root of the repository, named dotnet-versionsweeper.json and add an ignore
entry following the globbing patterns detailed here.
{
"ignore": [
"**/Path/To/Example.csproj"
]
}