From c345d064bf67654436547c0edb76692baa4a8a8c Mon Sep 17 00:00:00 2001 From: Imre Kincses Date: Fri, 17 Mar 2023 11:55:49 +0100 Subject: [PATCH] Migrated from .NET 4.0 to .NET 5.0 --- AnalysisReport.sarif | 67 ------------------------------- CronNET/.upgrade-assistant | 1 - CronNET/UpgradeReport.sarif | 80 ------------------------------------- 3 files changed, 148 deletions(-) delete mode 100644 AnalysisReport.sarif delete mode 100644 CronNET/.upgrade-assistant delete mode 100644 CronNET/UpgradeReport.sarif diff --git a/AnalysisReport.sarif b/AnalysisReport.sarif deleted file mode 100644 index ec36fcf..0000000 --- a/AnalysisReport.sarif +++ /dev/null @@ -1,67 +0,0 @@ -{ - "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json", - "version": "2.1.0", - "runs": [ - { - "tool": { - "driver": { - "name": "Dependency Analysis", - "semanticVersion": "0.4.410601", - "informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview", - "rules": [ - { - "id": "UA106", - "name": "PackageToBeAdded", - "fullDescription": { - "text": "Packages that need to be added in order to upgrade the project to chosen TFM" - }, - "helpUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" - } - ] - } - }, - "results": [ - { - "ruleId": "UA106", - "level": "note", - "message": { - "text": "Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.410601 needs to be added." - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///C:/Users/IKINCSES/source/repos/CronNET/CronNET/CronNET.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "API Upgradability", - "semanticVersion": "0.4.410601", - "informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" - } - }, - "results": [], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Component Analysis", - "semanticVersion": "0.4.410601", - "informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" - } - }, - "results": [], - "columnKind": "utf16CodeUnits" - } - ] -} \ No newline at end of file diff --git a/CronNET/.upgrade-assistant b/CronNET/.upgrade-assistant deleted file mode 100644 index a3618d1..0000000 --- a/CronNET/.upgrade-assistant +++ /dev/null @@ -1 +0,0 @@ -{"Build":"0.4.410601\u002B6304b1d0784e32e20ef0299db22bc9e3f6a9b3f3","CurrentProject":"CronNET.csproj","EntryPoints":["CronNET.csproj"],"Properties":{}} \ No newline at end of file diff --git a/CronNET/UpgradeReport.sarif b/CronNET/UpgradeReport.sarif deleted file mode 100644 index 7f6e653..0000000 --- a/CronNET/UpgradeReport.sarif +++ /dev/null @@ -1,80 +0,0 @@ -{ - "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json", - "version": "2.1.0", - "runs": [ - { - "tool": { - "driver": { - "name": "Convert project file to SDK style", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep", - "fullDescription": { - "text": "Use the try-convert tool (, Version=0.4.410601+6304b1d0784e32e20ef0299db22bc9e3f6a9b3f3) to convert the project file to an SDK-style csproj" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep", - "level": "note", - "message": { - "text": "Complete: Project file converted successfully! The project may require additional changes to build successfully against the new .NET target." - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///C:/Users/IKINCSES/source/repos/CronNET/CronNET/CronNET.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Update TFM", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep", - "fullDescription": { - "text": "Update TFM for current project" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep", - "level": "note", - "message": { - "text": "Complete: Updated TFM to netstandard2.0" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///C:/Users/IKINCSES/source/repos/CronNET/CronNET/CronNET.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - } - ] -} \ No newline at end of file