Merge branch 'main' of https://git.rother-woelki.de/chris/WinFormsApp1
# Conflicts: # WinFormsApp1/obj/Debug/net8.0-windows10.0.19041.0/WinFormsApp1.assets.cache # WinFormsApp1/obj/WinFormsApp1.csproj.nuget.g.props # WinFormsApp1/obj/project.nuget.cache
This commit is contained in:
commit
4bc5392e8c
@ -14,7 +14,7 @@ build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = WinFormsApp1
|
||||
build_property.ProjectDir = C:\Users\Rother\fork\WinFormsApp1\WinFormsApp1\
|
||||
build_property.ProjectDir = C:\Users\Chris\fork\WinFormsApp1\WinFormsApp1\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTAotOptimizerEnabled = true
|
||||
@ -24,6 +24,3 @@ build_property.CsWinRTRcwFactoryFallbackGeneratorForceOptOut =
|
||||
build_property.CsWinRTCcwLookupTableGeneratorEnabled = true
|
||||
build_property.CsWinRTMergeReferencedActivationFactories =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
|
||||
Binary file not shown.
@ -1,31 +1,29 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": {}
|
||||
"C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": {
|
||||
"C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"projectUniqueName": "C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"projectName": "WinFormsApp1",
|
||||
"projectPath": "C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"packagesPath": "C:\\Users\\Rother\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\obj\\",
|
||||
"projectPath": "C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"packagesPath": "C:\\Users\\Chris\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Rother\\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:\\Users\\Chris\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0-windows10.0.19041.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
@ -43,8 +41,7 @@
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.300"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows10.0.19041": {
|
||||
@ -129,21 +126,21 @@
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.Windows.SDK.NET.Ref",
|
||||
"version": "[10.0.19041.57, 10.0.19041.57]"
|
||||
"version": "[10.0.19041.56, 10.0.19041.56]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.Windows.SDK.NET.Ref.Windows": {
|
||||
"Microsoft.Windows.SDK.NET.Ref": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.304/PortableRuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.408/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,12 +5,12 @@
|
||||
<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\Rother\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Chris\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Rother\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Users\Chris\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
|
||||
@ -4564,31 +4564,29 @@
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\": {},
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"projectUniqueName": "C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"projectName": "WinFormsApp1",
|
||||
"projectPath": "C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"packagesPath": "C:\\Users\\Rother\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\obj\\",
|
||||
"projectPath": "C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"packagesPath": "C:\\Users\\Chris\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Rother\\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:\\Users\\Chris\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0-windows10.0.19041.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
@ -4606,8 +4604,7 @@
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.300"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows10.0.19041": {
|
||||
@ -4692,21 +4689,21 @@
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.Windows.SDK.NET.Ref",
|
||||
"version": "[10.0.19041.57, 10.0.19041.57]"
|
||||
"version": "[10.0.19041.56, 10.0.19041.56]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.Windows.SDK.NET.Ref.Windows": {
|
||||
"Microsoft.Windows.SDK.NET.Ref": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.304/PortableRuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.408/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,78 +1,77 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "nnag5j/CNnQ=",
|
||||
"dgSpecHash": "YvzHdHCjyxg=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\Rother\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"projectFilePath": "C:\\Users\\Chris\\fork\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\cefsharp.common\\138.0.340\\cefsharp.common.138.0.340.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\cefsharp.common.netcore\\138.0.340\\cefsharp.common.netcore.138.0.340.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\cefsharp.winforms.netcore\\138.0.340\\cefsharp.winforms.netcore.138.0.340.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\chromiumembeddedframework.runtime\\138.0.34\\chromiumembeddedframework.runtime.138.0.34.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\chromiumembeddedframework.runtime.win-arm64\\138.0.34\\chromiumembeddedframework.runtime.win-arm64.138.0.34.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\chromiumembeddedframework.runtime.win-x64\\138.0.34\\chromiumembeddedframework.runtime.win-x64.138.0.34.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\chromiumembeddedframework.runtime.win-x86\\138.0.34\\chromiumembeddedframework.runtime.win-x86.138.0.34.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\flyleaf.ffmpeg.bindings\\7.1.1\\flyleaf.ffmpeg.bindings.7.1.1.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\flyleaflib\\3.8.4\\flyleaflib.3.8.4.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\google.protobuf\\3.31.1\\google.protobuf.3.31.1.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\magick.net-q16-anycpu\\14.7.0\\magick.net-q16-anycpu.14.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\magick.net.core\\14.7.0\\magick.net.core.14.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.data.sqlite\\9.0.8\\microsoft.data.sqlite.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.data.sqlite.core\\9.0.8\\microsoft.data.sqlite.core.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.ml\\1.6.0\\microsoft.ml.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.ml.cpumath\\1.6.0\\microsoft.ml.cpumath.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.ml.dataview\\1.6.0\\microsoft.ml.dataview.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.ml.tensorflow\\1.6.0\\microsoft.ml.tensorflow.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.ml.vision\\1.6.0\\microsoft.ml.vision.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.netcore.platforms\\7.0.4\\microsoft.netcore.platforms.7.0.4.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.toolkit.uwp.notifications\\7.1.3\\microsoft.toolkit.uwp.notifications.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.visualbasic\\10.3.0\\microsoft.visualbasic.10.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.win32.systemevents\\9.0.8\\microsoft.win32.systemevents.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\mime\\3.4.0\\mime.3.4.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\mimetypesmap\\1.0.8\\mimetypesmap.1.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\nsfwspy\\3.5.0\\nsfwspy.3.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\numsharp.lite\\0.1.8\\numsharp.lite.0.1.8.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\protobuf.text\\0.4.0\\protobuf.text.0.4.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\scisharp.tensorflow.redist-linux-gpu\\2.3.1\\scisharp.tensorflow.redist-linux-gpu.2.3.1.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\scisharp.tensorflow.redist-windows-gpu\\2.3.1\\scisharp.tensorflow.redist-windows-gpu.2.3.1.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\sharpgen.runtime\\2.2.0-beta\\sharpgen.runtime.2.2.0-beta.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\sharpgen.runtime.com\\2.2.0-beta\\sharpgen.runtime.com.2.2.0-beta.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.10\\sqlitepclraw.bundle_e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\sqlitepclraw.core\\2.1.10\\sqlitepclraw.core.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.10\\sqlitepclraw.lib.e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.10\\sqlitepclraw.provider.e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.drawing.common\\9.0.8\\system.drawing.common.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.io.filesystem.accesscontrol\\4.5.0\\system.io.filesystem.accesscontrol.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.reflection.emit\\4.7.0\\system.reflection.emit.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.threading.channels\\4.7.1\\system.threading.channels.4.7.1.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\tensorflow.net\\0.20.1\\tensorflow.net.0.20.1.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.d3dcompiler\\3.6.2\\vortice.d3dcompiler.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.direct2d1\\3.6.2\\vortice.direct2d1.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.direct3d11\\3.6.2\\vortice.direct3d11.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.directcomposition\\3.6.2\\vortice.directcomposition.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.directx\\3.6.2\\vortice.directx.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.dxgi\\3.6.2\\vortice.dxgi.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.mathematics\\1.9.2\\vortice.mathematics.1.9.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.mediafoundation\\3.6.2\\vortice.mediafoundation.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\vortice.xaudio2\\3.6.2\\vortice.xaudio2.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Rother\\.nuget\\packages\\microsoft.windows.sdk.net.ref\\10.0.19041.57\\microsoft.windows.sdk.net.ref.10.0.19041.57.nupkg.sha512"
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\cefsharp.common\\138.0.340\\cefsharp.common.138.0.340.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\cefsharp.common.netcore\\138.0.340\\cefsharp.common.netcore.138.0.340.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\cefsharp.winforms.netcore\\138.0.340\\cefsharp.winforms.netcore.138.0.340.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\chromiumembeddedframework.runtime\\138.0.34\\chromiumembeddedframework.runtime.138.0.34.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\chromiumembeddedframework.runtime.win-x64\\138.0.34\\chromiumembeddedframework.runtime.win-x64.138.0.34.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\chromiumembeddedframework.runtime.win-x86\\138.0.34\\chromiumembeddedframework.runtime.win-x86.138.0.34.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\flyleaf.ffmpeg.bindings\\7.1.1\\flyleaf.ffmpeg.bindings.7.1.1.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\flyleaflib\\3.8.4\\flyleaflib.3.8.4.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\google.protobuf\\3.31.1\\google.protobuf.3.31.1.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\magick.net-q16-anycpu\\14.7.0\\magick.net-q16-anycpu.14.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\magick.net.core\\14.7.0\\magick.net.core.14.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.data.sqlite\\9.0.8\\microsoft.data.sqlite.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.data.sqlite.core\\9.0.8\\microsoft.data.sqlite.core.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.ml\\1.6.0\\microsoft.ml.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.ml.cpumath\\1.6.0\\microsoft.ml.cpumath.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.ml.dataview\\1.6.0\\microsoft.ml.dataview.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.ml.tensorflow\\1.6.0\\microsoft.ml.tensorflow.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.ml.vision\\1.6.0\\microsoft.ml.vision.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.netcore.platforms\\7.0.4\\microsoft.netcore.platforms.7.0.4.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.toolkit.uwp.notifications\\7.1.3\\microsoft.toolkit.uwp.notifications.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.visualbasic\\10.3.0\\microsoft.visualbasic.10.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.win32.systemevents\\9.0.8\\microsoft.win32.systemevents.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\mime\\3.4.0\\mime.3.4.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\mimetypesmap\\1.0.8\\mimetypesmap.1.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\nsfwspy\\3.5.0\\nsfwspy.3.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\numsharp.lite\\0.1.8\\numsharp.lite.0.1.8.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\protobuf.text\\0.4.0\\protobuf.text.0.4.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\scisharp.tensorflow.redist-linux-gpu\\2.3.1\\scisharp.tensorflow.redist-linux-gpu.2.3.1.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\scisharp.tensorflow.redist-windows-gpu\\2.3.1\\scisharp.tensorflow.redist-windows-gpu.2.3.1.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\sharpgen.runtime\\2.2.0-beta\\sharpgen.runtime.2.2.0-beta.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\sharpgen.runtime.com\\2.2.0-beta\\sharpgen.runtime.com.2.2.0-beta.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.10\\sqlitepclraw.bundle_e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\sqlitepclraw.core\\2.1.10\\sqlitepclraw.core.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.10\\sqlitepclraw.lib.e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.10\\sqlitepclraw.provider.e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.drawing.common\\9.0.8\\system.drawing.common.9.0.8.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.io.filesystem.accesscontrol\\4.5.0\\system.io.filesystem.accesscontrol.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.reflection.emit\\4.7.0\\system.reflection.emit.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.threading.channels\\4.7.1\\system.threading.channels.4.7.1.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\tensorflow.net\\0.20.1\\tensorflow.net.0.20.1.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.d3dcompiler\\3.6.2\\vortice.d3dcompiler.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.direct2d1\\3.6.2\\vortice.direct2d1.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.direct3d11\\3.6.2\\vortice.direct3d11.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.directcomposition\\3.6.2\\vortice.directcomposition.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.directx\\3.6.2\\vortice.directx.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.dxgi\\3.6.2\\vortice.dxgi.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.mathematics\\1.9.2\\vortice.mathematics.1.9.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.mediafoundation\\3.6.2\\vortice.mediafoundation.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\vortice.xaudio2\\3.6.2\\vortice.xaudio2.3.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Chris\\.nuget\\packages\\microsoft.windows.sdk.net.ref\\10.0.19041.56\\microsoft.windows.sdk.net.ref.10.0.19041.56.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user