me
This commit is contained in:
BIN
Upgrade All/.vs/Upgrade All/desktop.ini
Normal file
BIN
Upgrade All/.vs/Upgrade All/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/.vs/Upgrade All/v16/.suo
Normal file
BIN
Upgrade All/.vs/Upgrade All/v16/.suo
Normal file
Binary file not shown.
BIN
Upgrade All/.vs/Upgrade All/v16/desktop.ini
Normal file
BIN
Upgrade All/.vs/Upgrade All/v16/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/.vs/desktop.ini
Normal file
BIN
Upgrade All/.vs/desktop.ini
Normal file
Binary file not shown.
25
Upgrade All/Upgrade All.sln
Normal file
25
Upgrade All/Upgrade All.sln
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.31424.327
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upgrade All", "Upgrade All\Upgrade All.csproj", "{193F0C6B-BAD1-4AAF-98DA-8F4536401B1E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{193F0C6B-BAD1-4AAF-98DA-8F4536401B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{193F0C6B-BAD1-4AAF-98DA-8F4536401B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{193F0C6B-BAD1-4AAF-98DA-8F4536401B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{193F0C6B-BAD1-4AAF-98DA-8F4536401B1E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {DAA725DE-F071-4C43-94DD-181D11AA5B59}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
20
Upgrade All/Upgrade All/Program.cs
Normal file
20
Upgrade All/Upgrade All/Program.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using chocolatey;
|
||||
using Cake;
|
||||
using NuGet;
|
||||
|
||||
|
||||
namespace Upgrade_All
|
||||
{
|
||||
class Program
|
||||
{
|
||||
public static string[] ChocoAppList()
|
||||
{
|
||||
|
||||
}
|
||||
static void Main(string[] args)
|
||||
{
|
||||
ChocoAppList();
|
||||
}
|
||||
}
|
||||
}
|
17
Upgrade All/Upgrade All/Upgrade All.csproj
Normal file
17
Upgrade All/Upgrade All/Upgrade All.csproj
Normal file
@@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>Upgrade_All</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Cake.Chocolatey.Module" Version="0.6.1" />
|
||||
<PackageReference Include="chocolatey" Version="0.10.14" />
|
||||
<PackageReference Include="chocolatey.lib" Version="0.10.15" />
|
||||
<PackageReference Include="instchoco" Version="2.11.0" />
|
||||
<PackageReference Include="NLog" Version="4.7.10" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
BIN
Upgrade All/Upgrade All/bin/Debug/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/bin/Debug/desktop.ini
Normal file
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"Upgrade All/1.0.0": {
|
||||
"runtime": {
|
||||
"Upgrade All.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Upgrade All/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/Upgrade All.dll
Normal file
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/Upgrade All.dll
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/Upgrade All.exe
Normal file
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/Upgrade All.exe
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/Upgrade All.pdb
Normal file
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/Upgrade All.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\סארט\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\סארט\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/ref/Upgrade All.dll
Normal file
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/ref/Upgrade All.dll
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/ref/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/bin/Debug/net5.0/ref/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/Release/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/bin/Release/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/Release/net5.0/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/bin/Release/net5.0/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/Release/net5.0/ref/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/bin/Release/net5.0/ref/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/bin/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/bin/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Debug/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/obj/Debug/desktop.ini
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
@@ -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("Upgrade All")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Upgrade All")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Upgrade All")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
612adc3641fb982c68f4ad8ff2d2453319f93eb0
|
@@ -0,0 +1,8 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.PublishSingleFile =
|
||||
build_property.IncludeAllContentForSelfExtract =
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
|
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ba73894d11becc4fdc98cd8ed31340eeed4b4906
|
@@ -0,0 +1,16 @@
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\bin\Debug\net5.0\Upgrade All.exe
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\bin\Debug\net5.0\Upgrade All.deps.json
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\bin\Debug\net5.0\Upgrade All.runtimeconfig.json
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\bin\Debug\net5.0\Upgrade All.runtimeconfig.dev.json
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\bin\Debug\net5.0\Upgrade All.dll
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\bin\Debug\net5.0\ref\Upgrade All.dll
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\bin\Debug\net5.0\Upgrade All.pdb
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.csproj.AssemblyReference.cache
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.AssemblyInfoInputs.cache
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.AssemblyInfo.cs
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.csproj.CoreCompileInputs.cache
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.dll
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\ref\Upgrade All.dll
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.pdb
|
||||
C:\Users\סארט\source\repos\Upgrade All\Upgrade All\obj\Debug\net5.0\Upgrade All.genruntimeconfig.cache
|
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/Upgrade All.dll
Normal file
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/Upgrade All.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
fcbcd4bb995cf329a575004ade024e7ceacf05c4
|
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/Upgrade All.pdb
Normal file
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/Upgrade All.pdb
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/apphost.exe
Normal file
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/apphost.exe
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/ref/Upgrade All.dll
Normal file
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/ref/Upgrade All.dll
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/ref/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/obj/Debug/net5.0/ref/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Release/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/obj/Release/desktop.ini
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
@@ -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("Upgrade All")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Upgrade All")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Upgrade All")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
2dea3604cb12d592bb8c5df5be4759b1e2e3cb9a
|
@@ -0,0 +1,8 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.PublishSingleFile =
|
||||
build_property.IncludeAllContentForSelfExtract =
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
|
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Release/net5.0/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/obj/Release/net5.0/desktop.ini
Normal file
Binary file not shown.
BIN
Upgrade All/Upgrade All/obj/Release/net5.0/ref/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/obj/Release/net5.0/ref/desktop.ini
Normal file
Binary file not shown.
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\Upgrade All.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\Upgrade All.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\Upgrade All.csproj",
|
||||
"projectName": "Upgrade All",
|
||||
"projectPath": "C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\Upgrade All.csproj",
|
||||
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\סארט\\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"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net5.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Users\\סארט\\source\\repos\\NetWork": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"dependencies": {
|
||||
"Cake.Chocolatey.Module": {
|
||||
"target": "Package",
|
||||
"version": "[0.6.1, )"
|
||||
},
|
||||
"NLog": {
|
||||
"target": "Package",
|
||||
"version": "[4.7.10, )"
|
||||
},
|
||||
"chocolatey": {
|
||||
"target": "Package",
|
||||
"version": "[0.10.14, )"
|
||||
},
|
||||
"chocolatey.lib": {
|
||||
"target": "Package",
|
||||
"version": "[0.10.15, )"
|
||||
},
|
||||
"instchoco": {
|
||||
"target": "Package",
|
||||
"version": "[2.11.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
22
Upgrade All/Upgrade All/obj/Upgrade All.csproj.nuget.g.props
Normal file
22
Upgrade All/Upgrade All/obj/Upgrade All.csproj.nuget.g.props
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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\סארט\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\סארט\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Pkgchocolatey Condition=" '$(Pkgchocolatey)' == '' ">C:\Users\סארט\.nuget\packages\chocolatey\0.10.14</Pkgchocolatey>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
</Project>
|
BIN
Upgrade All/Upgrade All/obj/desktop.ini
Normal file
BIN
Upgrade All/Upgrade All/obj/desktop.ini
Normal file
Binary file not shown.
370
Upgrade All/Upgrade All/obj/project.assets.json
Normal file
370
Upgrade All/Upgrade All/obj/project.assets.json
Normal file
@@ -0,0 +1,370 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net5.0": {
|
||||
"Cake.Chocolatey.Module/0.6.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Cake.Chocolatey.Module.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Cake.Chocolatey.Module.dll": {}
|
||||
}
|
||||
},
|
||||
"chocolatey/0.10.14": {
|
||||
"type": "package"
|
||||
},
|
||||
"chocolatey.lib/0.10.15": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"log4net": "2.0.3"
|
||||
},
|
||||
"compile": {
|
||||
"lib/chocolatey.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/chocolatey.dll": {}
|
||||
}
|
||||
},
|
||||
"instchoco/2.11.0": {
|
||||
"type": "package"
|
||||
},
|
||||
"log4net/2.0.3": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net40-full/log4net.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net40-full/log4net.dll": {}
|
||||
}
|
||||
},
|
||||
"NLog/4.7.10": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/NLog.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/NLog.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Cake.Chocolatey.Module/0.6.1": {
|
||||
"sha512": "YOeV9X5LkEgHkEfs8wb+ts1X8N4x8ZXU4nqm2BvXCovf9jSibP5fiM/6uSoKh5UwUlk4w2puHgvPDxwQpR1FdA==",
|
||||
"type": "package",
|
||||
"path": "cake.chocolatey.module/0.6.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"cake.chocolatey.module.0.6.1.nupkg.sha512",
|
||||
"cake.chocolatey.module.nuspec",
|
||||
"lib/netstandard2.0/Cake.Chocolatey.Module.dll",
|
||||
"lib/netstandard2.0/Cake.Chocolatey.Module.pdb",
|
||||
"lib/netstandard2.0/Cake.Chocolatey.Module.xml"
|
||||
]
|
||||
},
|
||||
"chocolatey/0.10.14": {
|
||||
"sha512": "CgNVoZFzJ9eHaAvVMBsVLYe8PKxEnOCR4vpspOlAqeBHw1JfzFnIeX/ztk6LCEkdZ1xTYLcoXG/2hvDbwBB2vQ==",
|
||||
"type": "package",
|
||||
"path": "chocolatey/0.10.14",
|
||||
"hasTools": true,
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"chocolatey.0.10.14.nupkg.sha512",
|
||||
"chocolatey.nuspec",
|
||||
"tools/VERIFICATION.txt",
|
||||
"tools/chocolateyInstall.ps1",
|
||||
"tools/chocolateyInstall/CREDITS.txt",
|
||||
"tools/chocolateyInstall/LICENSE.txt",
|
||||
"tools/chocolateyInstall/choco.exe",
|
||||
"tools/chocolateyInstall/choco.exe.ignore",
|
||||
"tools/chocolateyInstall/choco.exe.manifest",
|
||||
"tools/chocolateyInstall/helpers/ChocolateyTabExpansion.ps1",
|
||||
"tools/chocolateyInstall/helpers/chocolateyInstaller.psm1",
|
||||
"tools/chocolateyInstall/helpers/chocolateyProfile.psm1",
|
||||
"tools/chocolateyInstall/helpers/chocolateyScriptRunner.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Format-FileSize.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-CheckSumValid.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-ChocolateyUnzip.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-ChocolateyWebFile.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-EnvironmentVariable.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-EnvironmentVariableNames.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-FtpFile.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-OSArchitectureWidth.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-PackageParameters.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-ToolsLocation.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-UACEnabled.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-UninstallRegistryKey.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-VirusCheckValid.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-WebFile.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-WebFileName.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Get-WebHeaders.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-BinFile.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyDesktopLink.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyEnvironmentVariable.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyExplorerMenuItem.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyFileAssociation.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyInstallPackage.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyPackage.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyPath.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyPinnedTaskBarItem.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyPowershellCommand.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyShortcut.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyVsixPackage.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-ChocolateyZipPackage.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Install-Vsix.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Set-EnvironmentVariable.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Set-PowerShellExitCode.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Start-ChocolateyProcessAsAdmin.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Test-ProcessAdminRights.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/UnInstall-ChocolateyZipPackage.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Uninstall-BinFile.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Uninstall-ChocolateyEnvironmentVariable.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Uninstall-ChocolateyPackage.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Update-SessionEnvironment.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Write-ChocolateyFailure.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Write-ChocolateySuccess.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Write-FileUpdateLog.ps1",
|
||||
"tools/chocolateyInstall/helpers/functions/Write-FunctionCallLogMessage.ps1",
|
||||
"tools/chocolateyInstall/redirects/RefreshEnv.cmd",
|
||||
"tools/chocolateyInstall/redirects/choco.exe",
|
||||
"tools/chocolateyInstall/redirects/choco.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/chocolatey.exe",
|
||||
"tools/chocolateyInstall/redirects/chocolatey.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/cinst.exe",
|
||||
"tools/chocolateyInstall/redirects/cinst.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/clist.exe",
|
||||
"tools/chocolateyInstall/redirects/clist.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/cpack.exe",
|
||||
"tools/chocolateyInstall/redirects/cpack.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/cpush.exe",
|
||||
"tools/chocolateyInstall/redirects/cpush.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/cuninst.exe",
|
||||
"tools/chocolateyInstall/redirects/cuninst.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/cup.exe",
|
||||
"tools/chocolateyInstall/redirects/cup.exe.ignore",
|
||||
"tools/chocolateyInstall/redirects/cver.exe",
|
||||
"tools/chocolateyInstall/redirects/cver.exe.ignore",
|
||||
"tools/chocolateyInstall/tools/7z.dll",
|
||||
"tools/chocolateyInstall/tools/7z.dll.manifest",
|
||||
"tools/chocolateyInstall/tools/7z.exe",
|
||||
"tools/chocolateyInstall/tools/7z.exe.ignore",
|
||||
"tools/chocolateyInstall/tools/7z.exe.manifest",
|
||||
"tools/chocolateyInstall/tools/7zip.license.txt",
|
||||
"tools/chocolateyInstall/tools/checksum.exe",
|
||||
"tools/chocolateyInstall/tools/checksum.exe.config",
|
||||
"tools/chocolateyInstall/tools/checksum.exe.ignore",
|
||||
"tools/chocolateyInstall/tools/checksum.license.txt",
|
||||
"tools/chocolateyInstall/tools/shimgen.exe",
|
||||
"tools/chocolateyInstall/tools/shimgen.exe.ignore",
|
||||
"tools/chocolateyInstall/tools/shimgen.license.txt",
|
||||
"tools/chocolateysetup.psm1",
|
||||
"tools/init.ps1"
|
||||
]
|
||||
},
|
||||
"chocolatey.lib/0.10.15": {
|
||||
"sha512": "93fILlJ0+UsqjhL426vO0HItR49+NYSdneMQ/+e6VtSRTDK4xdfXmKTls1d21glGicRVv4VTijT5Rtkw2PN6yg==",
|
||||
"type": "package",
|
||||
"path": "chocolatey.lib/0.10.15",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"chocolatey.lib.0.10.15.nupkg.sha512",
|
||||
"chocolatey.lib.nuspec",
|
||||
"lib/CREDITS.txt",
|
||||
"lib/chocolatey.dll",
|
||||
"lib/chocolatey.pdb",
|
||||
"lib/chocolatey.xml"
|
||||
]
|
||||
},
|
||||
"instchoco/2.11.0": {
|
||||
"sha512": "DBBoOo9Dlt5uT+zMjZs+/WNlfTQlJpvVHss3DUD27dajWg6V95OjX9bWvmtAke8pmQgl18BIT0a4PlA/Qwd5wg==",
|
||||
"type": "package",
|
||||
"path": "instchoco/2.11.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"InstChoco.exe",
|
||||
"LICENSE.txt",
|
||||
"instchoco.2.11.0.nupkg.sha512",
|
||||
"instchoco.nuspec"
|
||||
]
|
||||
},
|
||||
"log4net/2.0.3": {
|
||||
"sha512": "rxMHzK5efGPo5XtRnuUGO4tfW5l74Aji6kVmtMAt2SgcB5PHBNtNY7yj2LCI2VtKrLPO7kCKR6kH6lIZggq3Gg==",
|
||||
"type": "package",
|
||||
"path": "log4net/2.0.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net10-full/log4net.dll",
|
||||
"lib/net10-full/log4net.xml",
|
||||
"lib/net11-full/log4net.dll",
|
||||
"lib/net11-full/log4net.xml",
|
||||
"lib/net20-full/log4net.dll",
|
||||
"lib/net20-full/log4net.xml",
|
||||
"lib/net35-client/log4net.dll",
|
||||
"lib/net35-client/log4net.xml",
|
||||
"lib/net35-full/log4net.dll",
|
||||
"lib/net35-full/log4net.xml",
|
||||
"lib/net40-client/log4net.dll",
|
||||
"lib/net40-client/log4net.xml",
|
||||
"lib/net40-full/log4net.dll",
|
||||
"lib/net40-full/log4net.xml",
|
||||
"log4net.2.0.3.nupkg.sha512",
|
||||
"log4net.nuspec"
|
||||
]
|
||||
},
|
||||
"NLog/4.7.10": {
|
||||
"sha512": "rcegW7kYOCjl7wX0SzsqpPBqnJ51JKi1WkYb6QBVX0Wc5IgH19Pv4t/co+T0s06OS0Ne44xgkY/mHg0PdrmJow==",
|
||||
"type": "package",
|
||||
"path": "nlog/4.7.10",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/monoandroid44/NLog.dll",
|
||||
"lib/monoandroid44/NLog.xml",
|
||||
"lib/net35/NLog.dll",
|
||||
"lib/net35/NLog.xml",
|
||||
"lib/net40-client/NLog.dll",
|
||||
"lib/net40-client/NLog.xml",
|
||||
"lib/net45/NLog.dll",
|
||||
"lib/net45/NLog.xml",
|
||||
"lib/netstandard1.3/NLog.dll",
|
||||
"lib/netstandard1.3/NLog.xml",
|
||||
"lib/netstandard1.5/NLog.dll",
|
||||
"lib/netstandard1.5/NLog.xml",
|
||||
"lib/netstandard2.0/NLog.dll",
|
||||
"lib/netstandard2.0/NLog.xml",
|
||||
"lib/sl4/NLog.dll",
|
||||
"lib/sl4/NLog.xml",
|
||||
"lib/sl5/NLog.dll",
|
||||
"lib/sl5/NLog.xml",
|
||||
"lib/wp8/NLog.dll",
|
||||
"lib/wp8/NLog.xml",
|
||||
"lib/xamarinios10/NLog.dll",
|
||||
"lib/xamarinios10/NLog.xml",
|
||||
"nlog.4.7.10.nupkg.sha512",
|
||||
"nlog.nuspec"
|
||||
]
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net5.0": [
|
||||
"Cake.Chocolatey.Module >= 0.6.1",
|
||||
"NLog >= 4.7.10",
|
||||
"chocolatey >= 0.10.14",
|
||||
"chocolatey.lib >= 0.10.15",
|
||||
"instchoco >= 2.11.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\Upgrade All.csproj",
|
||||
"projectName": "Upgrade All",
|
||||
"projectPath": "C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\Upgrade All.csproj",
|
||||
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\סארט\\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"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net5.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Users\\סארט\\source\\repos\\NetWork": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"dependencies": {
|
||||
"Cake.Chocolatey.Module": {
|
||||
"target": "Package",
|
||||
"version": "[0.6.1, )"
|
||||
},
|
||||
"NLog": {
|
||||
"target": "Package",
|
||||
"version": "[4.7.10, )"
|
||||
},
|
||||
"chocolatey": {
|
||||
"target": "Package",
|
||||
"version": "[0.10.14, )"
|
||||
},
|
||||
"chocolatey.lib": {
|
||||
"target": "Package",
|
||||
"version": "[0.10.15, )"
|
||||
},
|
||||
"instchoco": {
|
||||
"target": "Package",
|
||||
"version": "[2.11.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"logs": [
|
||||
{
|
||||
"code": "NU1701",
|
||||
"level": "Warning",
|
||||
"warningLevel": 1,
|
||||
"message": "Package 'chocolatey.lib 0.10.15' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0'. This package may not be fully compatible with your project.",
|
||||
"libraryId": "chocolatey.lib",
|
||||
"targetGraphs": [
|
||||
"net5.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "NU1701",
|
||||
"level": "Warning",
|
||||
"warningLevel": 1,
|
||||
"message": "Package 'log4net 2.0.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0'. This package may not be fully compatible with your project.",
|
||||
"libraryId": "log4net",
|
||||
"targetGraphs": [
|
||||
"net5.0"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
36
Upgrade All/Upgrade All/obj/project.nuget.cache
Normal file
36
Upgrade All/Upgrade All/obj/project.nuget.cache
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "Hk8lWr5TqHSYkGf/sI6HXlW5wOjLcmmr1JQQumIxkYiR6be2dhZBDCoSvU4V44iMYFDObL97nvJPexYH5aHUeg==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\סארט\\source\\repos\\Upgrade All\\Upgrade All\\Upgrade All.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\cake.chocolatey.module\\0.6.1\\cake.chocolatey.module.0.6.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\chocolatey\\0.10.14\\chocolatey.0.10.14.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\chocolatey.lib\\0.10.15\\chocolatey.lib.0.10.15.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\instchoco\\2.11.0\\instchoco.2.11.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\log4net\\2.0.3\\log4net.2.0.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\nlog\\4.7.10\\nlog.4.7.10.nupkg.sha512"
|
||||
],
|
||||
"logs": [
|
||||
{
|
||||
"code": "NU1701",
|
||||
"level": "Warning",
|
||||
"warningLevel": 1,
|
||||
"message": "Package 'chocolatey.lib 0.10.15' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0'. This package may not be fully compatible with your project.",
|
||||
"libraryId": "chocolatey.lib",
|
||||
"targetGraphs": [
|
||||
"net5.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "NU1701",
|
||||
"level": "Warning",
|
||||
"warningLevel": 1,
|
||||
"message": "Package 'log4net 2.0.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0'. This package may not be fully compatible with your project.",
|
||||
"libraryId": "log4net",
|
||||
"targetGraphs": [
|
||||
"net5.0"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
BIN
Upgrade All/desktop.ini
Normal file
BIN
Upgrade All/desktop.ini
Normal file
Binary file not shown.
Reference in New Issue
Block a user