diff --git a/.vs/BuhByeWindowsUpdate/DesignTimeBuild/.dtbcache.v2 b/.vs/BuhByeWindowsUpdate/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..9fa24df Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/BuhByeWindowsUpdate/FileContentIndex/2c435895-4b32-41bc-b596-a27b6398607c.vsidx b/.vs/BuhByeWindowsUpdate/FileContentIndex/2c435895-4b32-41bc-b596-a27b6398607c.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/FileContentIndex/2c435895-4b32-41bc-b596-a27b6398607c.vsidx differ diff --git a/.vs/BuhByeWindowsUpdate/FileContentIndex/35756e87-967b-488b-abfc-fd37ee0977cb.vsidx b/.vs/BuhByeWindowsUpdate/FileContentIndex/35756e87-967b-488b-abfc-fd37ee0977cb.vsidx new file mode 100644 index 0000000..1af983a Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/FileContentIndex/35756e87-967b-488b-abfc-fd37ee0977cb.vsidx differ diff --git a/.vs/BuhByeWindowsUpdate/FileContentIndex/64e53033-3514-4c4b-b0eb-4ae14f543d90.vsidx b/.vs/BuhByeWindowsUpdate/FileContentIndex/64e53033-3514-4c4b-b0eb-4ae14f543d90.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/FileContentIndex/64e53033-3514-4c4b-b0eb-4ae14f543d90.vsidx differ diff --git a/.vs/BuhByeWindowsUpdate/FileContentIndex/753eda48-9292-4767-b3cf-ce191ceba44f.vsidx b/.vs/BuhByeWindowsUpdate/FileContentIndex/753eda48-9292-4767-b3cf-ce191ceba44f.vsidx new file mode 100644 index 0000000..f4b49b2 Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/FileContentIndex/753eda48-9292-4767-b3cf-ce191ceba44f.vsidx differ diff --git a/.vs/BuhByeWindowsUpdate/FileContentIndex/dbd88a1e-4786-43df-b56e-bf96ee83bc57.vsidx b/.vs/BuhByeWindowsUpdate/FileContentIndex/dbd88a1e-4786-43df-b56e-bf96ee83bc57.vsidx new file mode 100644 index 0000000..69586bf Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/FileContentIndex/dbd88a1e-4786-43df-b56e-bf96ee83bc57.vsidx differ diff --git a/.vs/BuhByeWindowsUpdate/v17/.futdcache.v2 b/.vs/BuhByeWindowsUpdate/v17/.futdcache.v2 new file mode 100644 index 0000000..d43e38c Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/v17/.futdcache.v2 differ diff --git a/.vs/BuhByeWindowsUpdate/v17/.suo b/.vs/BuhByeWindowsUpdate/v17/.suo new file mode 100644 index 0000000..69dd437 Binary files /dev/null and b/.vs/BuhByeWindowsUpdate/v17/.suo differ diff --git a/.vs/ProjectEvaluation/buhbyewindowsupdate.metadata.v7.bin b/.vs/ProjectEvaluation/buhbyewindowsupdate.metadata.v7.bin new file mode 100644 index 0000000..f8ae044 Binary files /dev/null and b/.vs/ProjectEvaluation/buhbyewindowsupdate.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/buhbyewindowsupdate.projects.v7.bin b/.vs/ProjectEvaluation/buhbyewindowsupdate.projects.v7.bin new file mode 100644 index 0000000..a02afbc Binary files /dev/null and b/.vs/ProjectEvaluation/buhbyewindowsupdate.projects.v7.bin differ diff --git a/BuhByeWindowsUpdate.csproj b/BuhByeWindowsUpdate.csproj new file mode 100644 index 0000000..2150e37 --- /dev/null +++ b/BuhByeWindowsUpdate.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/BuhByeWindowsUpdate.sln b/BuhByeWindowsUpdate.sln new file mode 100644 index 0000000..a736637 --- /dev/null +++ b/BuhByeWindowsUpdate.sln @@ -0,0 +1,30 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34601.278 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuhByeWindowsUpdate", "BuhByeWindowsUpdate.csproj", "{9E26DC1D-B984-41AA-9E61-9940D8A90810}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3ACAF23E-8FEF-4AFB-B806-656B466EAA3E}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9E26DC1D-B984-41AA-9E61-9940D8A90810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E26DC1D-B984-41AA-9E61-9940D8A90810}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E26DC1D-B984-41AA-9E61-9940D8A90810}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E26DC1D-B984-41AA-9E61-9940D8A90810}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D4ACB320-C5AD-4853-A56B-C6E69DD9BEFE} + EndGlobalSection +EndGlobal diff --git a/bin/Debug/net8.0/BuhByeWindowsUpdate.deps.json b/bin/Debug/net8.0/BuhByeWindowsUpdate.deps.json new file mode 100644 index 0000000..13736e6 --- /dev/null +++ b/bin/Debug/net8.0/BuhByeWindowsUpdate.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "BuhByeWindowsUpdate/1.0.0": { + "runtime": { + "BuhByeWindowsUpdate.dll": {} + } + } + } + }, + "libraries": { + "BuhByeWindowsUpdate/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net8.0/BuhByeWindowsUpdate.dll b/bin/Debug/net8.0/BuhByeWindowsUpdate.dll new file mode 100644 index 0000000..28aab51 Binary files /dev/null and b/bin/Debug/net8.0/BuhByeWindowsUpdate.dll differ diff --git a/bin/Debug/net8.0/BuhByeWindowsUpdate.exe b/bin/Debug/net8.0/BuhByeWindowsUpdate.exe new file mode 100644 index 0000000..70e2a10 Binary files /dev/null and b/bin/Debug/net8.0/BuhByeWindowsUpdate.exe differ diff --git a/bin/Debug/net8.0/BuhByeWindowsUpdate.pdb b/bin/Debug/net8.0/BuhByeWindowsUpdate.pdb new file mode 100644 index 0000000..a3fcd3c Binary files /dev/null and b/bin/Debug/net8.0/BuhByeWindowsUpdate.pdb differ diff --git a/bin/Debug/net8.0/BuhByeWindowsUpdate.runtimeconfig.json b/bin/Debug/net8.0/BuhByeWindowsUpdate.runtimeconfig.json new file mode 100644 index 0000000..becfaea --- /dev/null +++ b/bin/Debug/net8.0/BuhByeWindowsUpdate.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/obj/BuhByeWindowsUpdate.csproj.nuget.dgspec.json b/obj/BuhByeWindowsUpdate.csproj.nuget.dgspec.json new file mode 100644 index 0000000..2823249 --- /dev/null +++ b/obj/BuhByeWindowsUpdate.csproj.nuget.dgspec.json @@ -0,0 +1,70 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj": {} + }, + "projects": { + "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj", + "projectName": "BuhByeWindowsUpdate", + "projectPath": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj", + "packagesPath": "C:\\Users\\harlo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\harlo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.102/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/BuhByeWindowsUpdate.csproj.nuget.g.props b/obj/BuhByeWindowsUpdate.csproj.nuget.g.props new file mode 100644 index 0000000..47e5dec --- /dev/null +++ b/obj/BuhByeWindowsUpdate.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\harlo\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + PackageReference + 6.8.1 + + + + + + + + \ No newline at end of file diff --git a/obj/BuhByeWindowsUpdate.csproj.nuget.g.targets b/obj/BuhByeWindowsUpdate.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/BuhByeWindowsUpdate.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.AssemblyInfo.cs b/obj/Debug/net8.0/BuhByeWindowsUpdate.AssemblyInfo.cs new file mode 100644 index 0000000..03e8648 --- /dev/null +++ b/obj/Debug/net8.0/BuhByeWindowsUpdate.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// 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("BuhByeWindowsUpdate")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BuhByeWindowsUpdate")] +[assembly: System.Reflection.AssemblyTitleAttribute("BuhByeWindowsUpdate")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.AssemblyInfoInputs.cache b/obj/Debug/net8.0/BuhByeWindowsUpdate.AssemblyInfoInputs.cache new file mode 100644 index 0000000..537cb85 --- /dev/null +++ b/obj/Debug/net8.0/BuhByeWindowsUpdate.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +2febc8c2ad754ef02067b45ef25d503e61086da66d94a1c27169f81146b9f807 diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/BuhByeWindowsUpdate.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..1776b73 --- /dev/null +++ b/obj/Debug/net8.0/BuhByeWindowsUpdate.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BuhByeWindowsUpdate +build_property.ProjectDir = C:\Users\harlo\source\repos\BuhByeWindowsUpdate\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.GlobalUsings.g.cs b/obj/Debug/net8.0/BuhByeWindowsUpdate.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/obj/Debug/net8.0/BuhByeWindowsUpdate.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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.Threading; +global using global::System.Threading.Tasks; diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.assets.cache b/obj/Debug/net8.0/BuhByeWindowsUpdate.assets.cache new file mode 100644 index 0000000..cb78b19 Binary files /dev/null and b/obj/Debug/net8.0/BuhByeWindowsUpdate.assets.cache differ diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.BuildWithSkipAnalyzers b/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..62abba9 --- /dev/null +++ b/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +118361bfeb27952d9803bd487ecbf0c812cd5be21b76bec47a05881cb95f5a81 diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e8957a2 --- /dev/null +++ b/obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\bin\Debug\net8.0\BuhByeWindowsUpdate.exe +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\bin\Debug\net8.0\BuhByeWindowsUpdate.deps.json +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\bin\Debug\net8.0\BuhByeWindowsUpdate.runtimeconfig.json +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\bin\Debug\net8.0\BuhByeWindowsUpdate.dll +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\bin\Debug\net8.0\BuhByeWindowsUpdate.pdb +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\BuhByeWindowsUpdate.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\BuhByeWindowsUpdate.AssemblyInfoInputs.cache +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\BuhByeWindowsUpdate.AssemblyInfo.cs +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\BuhByeWindowsUpdate.csproj.CoreCompileInputs.cache +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\BuhByeWindowsUpdate.dll +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\refint\BuhByeWindowsUpdate.dll +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\BuhByeWindowsUpdate.pdb +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\BuhByeWindowsUpdate.genruntimeconfig.cache +C:\Users\harlo\source\repos\BuhByeWindowsUpdate\obj\Debug\net8.0\ref\BuhByeWindowsUpdate.dll diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.dll b/obj/Debug/net8.0/BuhByeWindowsUpdate.dll new file mode 100644 index 0000000..28aab51 Binary files /dev/null and b/obj/Debug/net8.0/BuhByeWindowsUpdate.dll differ diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.genruntimeconfig.cache b/obj/Debug/net8.0/BuhByeWindowsUpdate.genruntimeconfig.cache new file mode 100644 index 0000000..d139e29 --- /dev/null +++ b/obj/Debug/net8.0/BuhByeWindowsUpdate.genruntimeconfig.cache @@ -0,0 +1 @@ +9d5f2832fef6f11191cd2c9a4d87d9eda557f09d500917c06263dcd4d830437b diff --git a/obj/Debug/net8.0/BuhByeWindowsUpdate.pdb b/obj/Debug/net8.0/BuhByeWindowsUpdate.pdb new file mode 100644 index 0000000..a3fcd3c Binary files /dev/null and b/obj/Debug/net8.0/BuhByeWindowsUpdate.pdb differ diff --git a/obj/Debug/net8.0/apphost.exe b/obj/Debug/net8.0/apphost.exe new file mode 100644 index 0000000..70e2a10 Binary files /dev/null and b/obj/Debug/net8.0/apphost.exe differ diff --git a/obj/Debug/net8.0/ref/BuhByeWindowsUpdate.dll b/obj/Debug/net8.0/ref/BuhByeWindowsUpdate.dll new file mode 100644 index 0000000..c38518c Binary files /dev/null and b/obj/Debug/net8.0/ref/BuhByeWindowsUpdate.dll differ diff --git a/obj/Debug/net8.0/refint/BuhByeWindowsUpdate.dll b/obj/Debug/net8.0/refint/BuhByeWindowsUpdate.dll new file mode 100644 index 0000000..c38518c Binary files /dev/null and b/obj/Debug/net8.0/refint/BuhByeWindowsUpdate.dll differ diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..59dfab3 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,78 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "C:\\Users\\harlo\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj", + "projectName": "BuhByeWindowsUpdate", + "projectPath": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj", + "packagesPath": "C:\\Users\\harlo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\harlo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.102/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..0e38a29 --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "CW5Ss2ebqe4hYMLxkQUF2rzGhvnqrmlaCg/8HNRDxbtAoRt10NM3Ps3UEaNfQ1rH0Ze+auvl8m6pkldT2G12YA==", + "success": true, + "projectFilePath": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file