-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
37 changed files
with
316 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+107 Bytes
.vs/BuhByeWindowsUpdate/FileContentIndex/2c435895-4b32-41bc-b596-a27b6398607c.vsidx
Binary file not shown.
Binary file added
BIN
+27.7 KB
.vs/BuhByeWindowsUpdate/FileContentIndex/35756e87-967b-488b-abfc-fd37ee0977cb.vsidx
Binary file not shown.
Binary file added
BIN
+107 Bytes
.vs/BuhByeWindowsUpdate/FileContentIndex/64e53033-3514-4c4b-b0eb-4ae14f543d90.vsidx
Binary file not shown.
Binary file added
BIN
+11.1 KB
.vs/BuhByeWindowsUpdate/FileContentIndex/753eda48-9292-4767-b3cf-ce191ceba44f.vsidx
Binary file not shown.
Binary file added
BIN
+2.06 KB
.vs/BuhByeWindowsUpdate/FileContentIndex/dbd88a1e-4786-43df-b56e-bf96ee83bc57.vsidx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net8.0", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "8.0.0" | ||
}, | ||
"configProperties": { | ||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">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</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.1</NuGetToolVersion> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<SourceRoot Include="C:\Users\harlo\.nuget\packages\" /> | ||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> | ||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" /> | ||
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> |
4 changes: 4 additions & 0 deletions
4
obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 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. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2febc8c2ad754ef02067b45ef25d503e61086da66d94a1c27169f81146b9f807 |
13 changes: 13 additions & 0 deletions
13
obj/Debug/net8.0/BuhByeWindowsUpdate.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// <auto-generated/> | ||
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; |
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions
1
obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
118361bfeb27952d9803bd487ecbf0c812cd5be21b76bec47a05881cb95f5a81 |
14 changes: 14 additions & 0 deletions
14
obj/Debug/net8.0/BuhByeWindowsUpdate.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9d5f2832fef6f11191cd2c9a4d87d9eda557f09d500917c06263dcd4d830437b |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "CW5Ss2ebqe4hYMLxkQUF2rzGhvnqrmlaCg/8HNRDxbtAoRt10NM3Ps3UEaNfQ1rH0Ze+auvl8m6pkldT2G12YA==", | ||
"success": true, | ||
"projectFilePath": "C:\\Users\\harlo\\source\\repos\\BuhByeWindowsUpdate\\BuhByeWindowsUpdate.csproj", | ||
"expectedPackageFiles": [], | ||
"logs": [] | ||
} |