Skip to content

Commit

Permalink
aupatch2nochangesexceptlinuxsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
scrundae committed Apr 3, 2024
1 parent baa6494 commit c2afcda
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
11 changes: 11 additions & 0 deletions obj/aupatch.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,24 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.NETCore.App.Host.linux-x64",
"version": "[8.0.0, 8.0.0]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
}
},
"runtimes": {
"linux-x64": {
"#import": []
}
}
}
}
Expand Down
14 changes: 13 additions & 1 deletion obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": 3,
"targets": {
"net8.0": {}
"net8.0": {},
"net8.0/linux-x64": {}
},
"libraries": {},
"projectFileDependencyGroups": {
Expand Down Expand Up @@ -63,13 +64,24 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.NETCore.App.Host.linux-x64",
"version": "[8.0.0, 8.0.0]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
}
},
"runtimes": {
"linux-x64": {
"#import": []
}
}
}
}
6 changes: 4 additions & 2 deletions obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"version": 2,
"dgSpecHash": "yAInjks5O6z9uXpNPPG5fRA+vrvgU7ZmHO4wlT6YX7xX1EWlwARQRl4kuTwAmvOcw6V8fISyvLwghE5aqRFsAg==",
"dgSpecHash": "lC9Av7vpMWp5uVcQAoTO9peVDV9qOiRZx+UVKiBD0ZKEzqWrXlFB70uLbvEIg+UYYhC45WgI4WmxTNBgdjGh+A==",
"success": true,
"projectFilePath": "C:\\Users\\scrundaegames\\source\\repos\\aupatch\\aupatch.csproj",
"expectedPackageFiles": [],
"expectedPackageFiles": [
"C:\\Users\\scrundaegames\\.nuget\\packages\\microsoft.netcore.app.host.linux-x64\\8.0.0\\microsoft.netcore.app.host.linux-x64.8.0.0.nupkg.sha512"
],
"logs": []
}

0 comments on commit c2afcda

Please sign in to comment.