Skip to content

Commit

Permalink
build again :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanza3D committed Nov 21, 2020
1 parent 44749f6 commit 990ceeb
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 2 deletions.
Binary file modified .vs/PNGtoCLF/v16/.suo
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions PNGtoCLF/obj/PNGtoCLF.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,32 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[3.1.3, 3.1.3]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[3.1.3, 3.1.3]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
"version": "[3.1.3, 3.1.3]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x64": {
"#import": []
}
}
}
}
Expand Down
63 changes: 63 additions & 0 deletions PNGtoCLF/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,50 @@
}
}
}
},
".NETCoreApp,Version=v3.1/win-x64": {
"CommandLineParser/2.8.0": {
"type": "package",
"compile": {
"lib/netstandard2.0/CommandLine.dll": {}
},
"runtime": {
"lib/netstandard2.0/CommandLine.dll": {}
}
},
"Microsoft.NETCore.Platforms/5.0.0": {
"type": "package",
"compile": {
"lib/netstandard1.0/_._": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
}
},
"Microsoft.Win32.SystemEvents/5.0.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0"
},
"compile": {
"ref/netstandard2.0/_._": {}
},
"runtime": {
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {}
}
},
"System.Drawing.Common/5.0.0": {
"type": "package",
"dependencies": {
"Microsoft.Win32.SystemEvents": "5.0.0"
},
"compile": {
"ref/netcoreapp3.0/System.Drawing.Common.dll": {}
},
"runtime": {
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {}
}
}
}
},
"libraries": {
Expand Down Expand Up @@ -241,13 +285,32 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[3.1.3, 3.1.3]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[3.1.3, 3.1.3]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
"version": "[3.1.3, 3.1.3]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x64": {
"#import": []
}
}
}
}
7 changes: 5 additions & 2 deletions PNGtoCLF/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"version": 2,
"dgSpecHash": "c8qtDHvZ1f/h0D/dzmyPwdu6mmzqnjafnSdxTIokmwGTXjOOkAWzeZIa5rOslgdpX7NYD4a/z+bZkg8dZaAAew==",
"dgSpecHash": "SaQBlK4jdUHtT+lBuRXCO8TbQZB+imAp38ryKI59sKXIN2WCldbx4dkUBR31IaKwS2SA5XFKzDUSVHjvrPJsJQ==",
"success": true,
"projectFilePath": "C:\\Users\\hubzi\\source\\repos\\PNGtoCLF\\PNGtoCLF\\PNGtoCLF.csproj",
"expectedPackageFiles": [
"C:\\Users\\hubzi\\.nuget\\packages\\commandlineparser\\2.8.0\\commandlineparser.2.8.0.nupkg.sha512",
"C:\\Users\\hubzi\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
"C:\\Users\\hubzi\\.nuget\\packages\\microsoft.win32.systemevents\\5.0.0\\microsoft.win32.systemevents.5.0.0.nupkg.sha512",
"C:\\Users\\hubzi\\.nuget\\packages\\system.drawing.common\\5.0.0\\system.drawing.common.5.0.0.nupkg.sha512"
"C:\\Users\\hubzi\\.nuget\\packages\\system.drawing.common\\5.0.0\\system.drawing.common.5.0.0.nupkg.sha512",
"C:\\Users\\hubzi\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\3.1.3\\microsoft.netcore.app.runtime.win-x64.3.1.3.nupkg.sha512",
"C:\\Users\\hubzi\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\3.1.3\\microsoft.windowsdesktop.app.runtime.win-x64.3.1.3.nupkg.sha512",
"C:\\Users\\hubzi\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\3.1.3\\microsoft.aspnetcore.app.runtime.win-x64.3.1.3.nupkg.sha512"
],
"logs": []
}

0 comments on commit 990ceeb

Please sign in to comment.