From a0e106c2bc350972c128c7c407da273b8ed5f4bf Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 10 Jul 2025 16:55:38 -0700 Subject: [PATCH] random upgrade stuff --- boredcareers/Pages/_Host.cshtml | 44 +++++++++--------- ...CoreApp,Version=v7.0.AssemblyAttributes.cs | 4 -- .../Debug/net7.0/boredcareers.AssemblyInfo.cs | 22 --------- .../boredcareers.AssemblyInfoInputs.cache | 1 - ....GeneratedMSBuildEditorConfig.editorconfig | 41 ---------------- .../net7.0/boredcareers.GlobalUsings.g.cs | 17 ------- .../boredcareers.RazorAssemblyInfo.cache | 1 - .../net7.0/boredcareers.RazorAssemblyInfo.cs | 17 ------- .../Debug/net7.0/boredcareers.assets.cache | Bin 149 -> 0 bytes .../obj/boredcareers.csproj.nuget.dgspec.json | 22 +++------ boredcareers/obj/project.assets.json | 26 ++++------- boredcareers/obj/project.nuget.cache | 7 +-- 12 files changed, 38 insertions(+), 164 deletions(-) delete mode 100644 boredcareers/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs delete mode 100644 boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfo.cs delete mode 100644 boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfoInputs.cache delete mode 100644 boredcareers/obj/Debug/net7.0/boredcareers.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 boredcareers/obj/Debug/net7.0/boredcareers.GlobalUsings.g.cs delete mode 100644 boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cache delete mode 100644 boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cs delete mode 100644 boredcareers/obj/Debug/net7.0/boredcareers.assets.cache diff --git a/boredcareers/Pages/_Host.cshtml b/boredcareers/Pages/_Host.cshtml index 1c498b7..58e2901 100644 --- a/boredcareers/Pages/_Host.cshtml +++ b/boredcareers/Pages/_Host.cshtml @@ -4,27 +4,27 @@ @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers - - - - - - - - - + + + + + + + + + -
- - An error has occurred. This application may no longer respond until reloaded. - - - An unhandled exception has occurred. See browser dev tools for details. - - Reload - 🗙 -
+
+ + An error has occurred. This application may no longer respond until reloaded. + + + An unhandled exception has occurred. See browser dev tools for details. + + Reload + 🗙 +
- - - + + + \ No newline at end of file diff --git a/boredcareers/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/boredcareers/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs deleted file mode 100644 index d69481d..0000000 --- a/boredcareers/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfo.cs b/boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfo.cs deleted file mode 100644 index 75b43f9..0000000 --- a/boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("boredcareers")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("boredcareers")] -[assembly: System.Reflection.AssemblyTitleAttribute("boredcareers")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfoInputs.cache b/boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfoInputs.cache deleted file mode 100644 index 7e55418..0000000 --- a/boredcareers/obj/Debug/net7.0/boredcareers.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -eaab1cfe5a7558d77b39870666fb4fe805a5f17703064d10098b02831c451100 diff --git a/boredcareers/obj/Debug/net7.0/boredcareers.GeneratedMSBuildEditorConfig.editorconfig b/boredcareers/obj/Debug/net7.0/boredcareers.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index b913055..0000000 --- a/boredcareers/obj/Debug/net7.0/boredcareers.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,41 +0,0 @@ -is_global = true -build_property.TargetFramework = net7.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = boredcareers -build_property.RootNamespace = boredcareers -build_property.ProjectDir = /home/derek/Desktop/boredcareers/boredcareers/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 7.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /home/derek/Desktop/boredcareers/boredcareers -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 7.0 -build_property.EnableCodeStyleSeverity = - -[/home/derek/Desktop/boredcareers/boredcareers/App.razor] -build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y -build_metadata.AdditionalFiles.CssScope = - -[/home/derek/Desktop/boredcareers/boredcareers/MainLayout.razor] -build_metadata.AdditionalFiles.TargetPath = TWFpbkxheW91dC5yYXpvcg== -build_metadata.AdditionalFiles.CssScope = - -[/home/derek/Desktop/boredcareers/boredcareers/Pages/Index.razor] -build_metadata.AdditionalFiles.TargetPath = UGFnZXMvSW5kZXgucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[/home/derek/Desktop/boredcareers/boredcareers/_Imports.razor] -build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I= -build_metadata.AdditionalFiles.CssScope = - -[/home/derek/Desktop/boredcareers/boredcareers/Pages/_Host.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXMvX0hvc3QuY3NodG1s -build_metadata.AdditionalFiles.CssScope = diff --git a/boredcareers/obj/Debug/net7.0/boredcareers.GlobalUsings.g.cs b/boredcareers/obj/Debug/net7.0/boredcareers.GlobalUsings.g.cs deleted file mode 100644 index 025530a..0000000 --- a/boredcareers/obj/Debug/net7.0/boredcareers.GlobalUsings.g.cs +++ /dev/null @@ -1,17 +0,0 @@ -// -global using global::Microsoft.AspNetCore.Builder; -global using global::Microsoft.AspNetCore.Hosting; -global using global::Microsoft.AspNetCore.Http; -global using global::Microsoft.AspNetCore.Routing; -global using global::Microsoft.Extensions.Configuration; -global using global::Microsoft.Extensions.DependencyInjection; -global using global::Microsoft.Extensions.Hosting; -global using global::Microsoft.Extensions.Logging; -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Net.Http.Json; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cache b/boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cache deleted file mode 100644 index ecb9c97..0000000 --- a/boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cache +++ /dev/null @@ -1 +0,0 @@ -d5ac7ab69059af111e9d7125adeb7b174ca570725d4b64a544cca7bd11ac7ca0 diff --git a/boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cs b/boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cs deleted file mode 100644 index b594f0f..0000000 --- a/boredcareers/obj/Debug/net7.0/boredcareers.RazorAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute(("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + - "ory, Microsoft.AspNetCore.Mvc.Razor"))] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/boredcareers/obj/Debug/net7.0/boredcareers.assets.cache b/boredcareers/obj/Debug/net7.0/boredcareers.assets.cache deleted file mode 100644 index 353defe1c67851e1eac83b69565fbdf138164b11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmWIWc6a1qU|?8he`A-~`r3XUtzCcKthlG=>3%@NrNcUnrT_U#<)eq=Cj!+F3mAb4 kW%M)hb5r$GQj1cv_4V>f(^E_I3lfvF6Vp?R^$8gS0MjZQTL1t6 diff --git a/boredcareers/obj/boredcareers.csproj.nuget.dgspec.json b/boredcareers/obj/boredcareers.csproj.nuget.dgspec.json index 59fbc13..0034139 100644 --- a/boredcareers/obj/boredcareers.csproj.nuget.dgspec.json +++ b/boredcareers/obj/boredcareers.csproj.nuget.dgspec.json @@ -17,15 +17,15 @@ "/home/derek/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ - "net7.0" + "net9.0" ], "sources": { "/usr/share/dotnet/library-packs": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "net7.0": { - "targetAlias": "net7.0", + "net9.0": { + "targetAlias": "net9.0", "projectReferences": {} } }, @@ -42,8 +42,8 @@ "SdkAnalysisLevel": "9.0.300" }, "frameworks": { - "net7.0": { - "targetAlias": "net7.0", + "net9.0": { + "targetAlias": "net9.0", "imports": [ "net461", "net462", @@ -55,16 +55,6 @@ ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[7.0.20, 7.0.20]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[7.0.20, 7.0.20]" - } - ], "frameworkReferences": { "Microsoft.AspNetCore.App": { "privateAssets": "none" @@ -73,7 +63,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.301/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.301/PortableRuntimeIdentifierGraph.json" } } } diff --git a/boredcareers/obj/project.assets.json b/boredcareers/obj/project.assets.json index 4c62d30..26ab3ac 100644 --- a/boredcareers/obj/project.assets.json +++ b/boredcareers/obj/project.assets.json @@ -1,11 +1,11 @@ { "version": 3, "targets": { - "net7.0": {} + "net9.0": {} }, "libraries": {}, "projectFileDependencyGroups": { - "net7.0": [] + "net9.0": [] }, "packageFolders": { "/home/derek/.nuget/packages/": {} @@ -23,15 +23,15 @@ "/home/derek/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ - "net7.0" + "net9.0" ], "sources": { "/usr/share/dotnet/library-packs": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "net7.0": { - "targetAlias": "net7.0", + "net9.0": { + "targetAlias": "net9.0", "projectReferences": {} } }, @@ -48,8 +48,8 @@ "SdkAnalysisLevel": "9.0.300" }, "frameworks": { - "net7.0": { - "targetAlias": "net7.0", + "net9.0": { + "targetAlias": "net9.0", "imports": [ "net461", "net462", @@ -61,16 +61,6 @@ ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[7.0.20, 7.0.20]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[7.0.20, 7.0.20]" - } - ], "frameworkReferences": { "Microsoft.AspNetCore.App": { "privateAssets": "none" @@ -79,7 +69,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.301/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.301/PortableRuntimeIdentifierGraph.json" } } } diff --git a/boredcareers/obj/project.nuget.cache b/boredcareers/obj/project.nuget.cache index 8cb606b..50263d5 100644 --- a/boredcareers/obj/project.nuget.cache +++ b/boredcareers/obj/project.nuget.cache @@ -1,11 +1,8 @@ { "version": 2, - "dgSpecHash": "P0SXypqg0Bc=", + "dgSpecHash": "re43MfcLS0M=", "success": true, "projectFilePath": "/home/derek/Desktop/boredcareers/boredcareers/boredcareers.csproj", - "expectedPackageFiles": [ - "/home/derek/.nuget/packages/microsoft.aspnetcore.app.ref/7.0.20/microsoft.aspnetcore.app.ref.7.0.20.nupkg.sha512", - "/home/derek/.nuget/packages/microsoft.netcore.app.host.linux-x64/7.0.20/microsoft.netcore.app.host.linux-x64.7.0.20.nupkg.sha512" - ], + "expectedPackageFiles": [], "logs": [] } \ No newline at end of file