Skip to content

Commit

Permalink
(feat): update sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rawipas2 committed Nov 23, 2023
1 parent e61856a commit 5b0fbf3
Show file tree
Hide file tree
Showing 9 changed files with 21,754 additions and 17,182 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//------------------------------------------------------------------------------
// <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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
{
"format": 1,
"restore": {
"D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\FlowAccount.OpenAPIClient.csproj": {}
"/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/FlowAccount.OpenAPIClient.csproj": {}
},
"projects": {
"D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\FlowAccount.OpenAPIClient.csproj": {
"/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/FlowAccount.OpenAPIClient.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\FlowAccount.OpenAPIClient.csproj",
"projectUniqueName": "/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/FlowAccount.OpenAPIClient.csproj",
"projectName": "FlowAccount.OpenAPIClient",
"projectPath": "D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\FlowAccount.OpenAPIClient.csproj",
"packagesPath": "C:\\Users\\PF2WEQ6F\\.nuget\\packages\\",
"outputPath": "D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\obj\\",
"projectPath": "/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/FlowAccount.OpenAPIClient.csproj",
"packagesPath": "/Users/rawipas/.nuget/packages/",
"outputPath": "/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/obj/",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\PF2WEQ6F\\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"
"/Users/rawipas/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"netstandard2.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {},
"https://nuget-package.flowaccount.dev/v3/index.json": {}
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netstandard2.0": {
Expand Down Expand Up @@ -66,11 +59,12 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.311/RuntimeIdentifierGraph.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<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\PF2WEQ6F\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/rawipas/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/rawipas/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.1</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\PF2WEQ6F\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="/Users/rawipas/.nuget/packages/" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
<Import Project="$(NuGetPackageRoot)netstandard.library/2.0.3/build/netstandard2.0/NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library/2.0.3/build/netstandard2.0/NETStandard.Library.targets')" />
</ImportGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,22 @@
"Newtonsoft.Json/12.0.3": {
"type": "package",
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}
},
"System.ComponentModel.Annotations/5.0.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/System.ComponentModel.Annotations.dll": {}
"ref/netstandard2.0/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.ComponentModel.Annotations.dll": {}
Expand Down Expand Up @@ -321,33 +327,25 @@
]
},
"packageFolders": {
"C:\\Users\\PF2WEQ6F\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
"/Users/rawipas/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\FlowAccount.OpenAPIClient.csproj",
"projectUniqueName": "/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/FlowAccount.OpenAPIClient.csproj",
"projectName": "FlowAccount.OpenAPIClient",
"projectPath": "D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\FlowAccount.OpenAPIClient.csproj",
"packagesPath": "C:\\Users\\PF2WEQ6F\\.nuget\\packages\\",
"outputPath": "D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\obj\\",
"projectPath": "/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/FlowAccount.OpenAPIClient.csproj",
"packagesPath": "/Users/rawipas/.nuget/packages/",
"outputPath": "/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/obj/",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\PF2WEQ6F\\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"
"/Users/rawipas/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"netstandard2.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {},
"https://nuget-package.flowaccount.dev/v3/index.json": {}
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netstandard2.0": {
Expand Down Expand Up @@ -386,11 +384,12 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.311/RuntimeIdentifierGraph.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": 2,
"dgSpecHash": "KW+YoVdkphf/tGYIxcV3Yn7bUvuxcQeA3Zkp47O0ZNbqCvf5PG5SLckDaSSvAsDOu8mQ+PsZv87IIuPogyUPLg==",
"dgSpecHash": "E+HCsAlXE26agPhfZKFkoDEC7yLIah8SagoxaRHBuGgSb6y8p2SIJ2mywuMVm/by7cN26iKTgtZ95EXhI85+hQ==",
"success": true,
"projectFilePath": "D:\\projects\\flowaccount\\open-api\\libs\\api-dotnet\\src\\FlowAccount.OpenAPIClient\\FlowAccount.OpenAPIClient.csproj",
"projectFilePath": "/Users/rawipas/Desktop/Flowaccount/open-api/libs/api-dotnet/src/FlowAccount.OpenAPIClient/FlowAccount.OpenAPIClient.csproj",
"expectedPackageFiles": [
"C:\\Users\\PF2WEQ6F\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"C:\\Users\\PF2WEQ6F\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512",
"C:\\Users\\PF2WEQ6F\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512",
"C:\\Users\\PF2WEQ6F\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512"
"/Users/rawipas/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"/Users/rawipas/.nuget/packages/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512",
"/Users/rawipas/.nuget/packages/newtonsoft.json/12.0.3/newtonsoft.json.12.0.3.nupkg.sha512",
"/Users/rawipas/.nuget/packages/system.componentmodel.annotations/5.0.0/system.componentmodel.annotations.5.0.0.nupkg.sha512"
],
"logs": []
}
Loading

0 comments on commit 5b0fbf3

Please sign in to comment.