| @@ -0,0 +1,12 @@ | |||||
| using System; | |||||
| namespace jdis_import | |||||
| { | |||||
| class Program | |||||
| { | |||||
| static void Main(string[] args) | |||||
| { | |||||
| Console.WriteLine("Hello World!"); | |||||
| } | |||||
| } | |||||
| } | |||||
| @@ -0,0 +1,8 @@ | |||||
| <Project Sdk="Microsoft.NET.Sdk"> | |||||
| <PropertyGroup> | |||||
| <OutputType>Exe</OutputType> | |||||
| <TargetFramework>net6.0</TargetFramework> | |||||
| </PropertyGroup> | |||||
| </Project> | |||||
| @@ -0,0 +1,4 @@ | |||||
| // <autogenerated /> | |||||
| using System; | |||||
| using System.Reflection; | |||||
| [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] | |||||
| @@ -0,0 +1,22 @@ | |||||
| //------------------------------------------------------------------------------ | |||||
| // <auto-generated> | |||||
| // This code was generated by a tool. | |||||
| // | |||||
| // 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("jdis_import")] | |||||
| [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | |||||
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | |||||
| [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | |||||
| [assembly: System.Reflection.AssemblyProductAttribute("jdis_import")] | |||||
| [assembly: System.Reflection.AssemblyTitleAttribute("jdis_import")] | |||||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | |||||
| // Generated by the MSBuild WriteCodeFragment class. | |||||
| @@ -0,0 +1 @@ | |||||
| 6b54aaf416ec46df5d757b9fb46bb754b3bcd10a | |||||
| @@ -0,0 +1,10 @@ | |||||
| is_global = true | |||||
| build_property.TargetFramework = net5.0 | |||||
| build_property.TargetPlatformMinVersion = | |||||
| build_property.UsingMicrosoftNETSdkWeb = | |||||
| build_property.ProjectTypeGuids = | |||||
| build_property.InvariantGlobalization = | |||||
| build_property.PlatformNeutralAssembly = | |||||
| build_property._SupportedPlatformList = Linux,macOS,Windows | |||||
| build_property.RootNamespace = jdis_import | |||||
| build_property.ProjectDir = /Volumes/New2TBDrive/apps/acumatica/console/jdis_import/ | |||||
| @@ -0,0 +1,4 @@ | |||||
| // <autogenerated /> | |||||
| using System; | |||||
| using System.Reflection; | |||||
| [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] | |||||
| @@ -0,0 +1,22 @@ | |||||
| //------------------------------------------------------------------------------ | |||||
| // <auto-generated> | |||||
| // This code was generated by a tool. | |||||
| // | |||||
| // 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("jdis_import")] | |||||
| [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | |||||
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | |||||
| [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | |||||
| [assembly: System.Reflection.AssemblyProductAttribute("jdis_import")] | |||||
| [assembly: System.Reflection.AssemblyTitleAttribute("jdis_import")] | |||||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | |||||
| // Generated by the MSBuild WriteCodeFragment class. | |||||
| @@ -0,0 +1 @@ | |||||
| 6b54aaf416ec46df5d757b9fb46bb754b3bcd10a | |||||
| @@ -0,0 +1,10 @@ | |||||
| is_global = true | |||||
| build_property.TargetFramework = net6.0 | |||||
| build_property.TargetPlatformMinVersion = | |||||
| build_property.UsingMicrosoftNETSdkWeb = | |||||
| build_property.ProjectTypeGuids = | |||||
| build_property.InvariantGlobalization = | |||||
| build_property.PlatformNeutralAssembly = | |||||
| build_property._SupportedPlatformList = Linux,macOS,Windows | |||||
| build_property.RootNamespace = jdis_import | |||||
| build_property.ProjectDir = /Volumes/New2TBDrive/apps/acumatica/console/jdis_import/ | |||||
| @@ -0,0 +1,69 @@ | |||||
| { | |||||
| "format": 1, | |||||
| "restore": { | |||||
| "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj": {} | |||||
| }, | |||||
| "projects": { | |||||
| "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj": { | |||||
| "version": "1.0.0", | |||||
| "restore": { | |||||
| "projectUniqueName": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj", | |||||
| "projectName": "jdis_import", | |||||
| "projectPath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj", | |||||
| "packagesPath": "/Users/michielcarman/.nuget/packages/", | |||||
| "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/", | |||||
| "projectStyle": "PackageReference", | |||||
| "fallbackFolders": [ | |||||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | |||||
| ], | |||||
| "configFilePaths": [ | |||||
| "/Users/michielcarman/.nuget/NuGet/NuGet.Config" | |||||
| ], | |||||
| "originalTargetFrameworks": [ | |||||
| "net5.0" | |||||
| ], | |||||
| "sources": { | |||||
| "https://api.nuget.org/v3/index.json": {} | |||||
| }, | |||||
| "frameworks": { | |||||
| "net5.0": { | |||||
| "targetAlias": "net5.0", | |||||
| "projectReferences": {} | |||||
| } | |||||
| }, | |||||
| "warningProperties": { | |||||
| "warnAsError": [ | |||||
| "NU1605" | |||||
| ] | |||||
| } | |||||
| }, | |||||
| "frameworks": { | |||||
| "net5.0": { | |||||
| "targetAlias": "net5.0", | |||||
| "imports": [ | |||||
| "net461", | |||||
| "net462", | |||||
| "net47", | |||||
| "net471", | |||||
| "net472", | |||||
| "net48" | |||||
| ], | |||||
| "assetTargetFallback": true, | |||||
| "warn": true, | |||||
| "downloadDependencies": [ | |||||
| { | |||||
| "name": "Microsoft.NETCore.App.Host.osx-x64", | |||||
| "version": "[5.0.16, 5.0.16]" | |||||
| } | |||||
| ], | |||||
| "frameworkReferences": { | |||||
| "Microsoft.NETCore.App": { | |||||
| "privateAssets": "all" | |||||
| } | |||||
| }, | |||||
| "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json" | |||||
| } | |||||
| } | |||||
| } | |||||
| } | |||||
| } | |||||
| @@ -0,0 +1,16 @@ | |||||
| <?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)' == '' ">/Users/michielcarman/.nuget/packages/</NuGetPackageRoot> | |||||
| <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/michielcarman/.nuget/packages/;/usr/local/share/dotnet/sdk/NuGetFallbackFolder</NuGetPackageFolders> | |||||
| <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||||
| <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.1.0</NuGetToolVersion> | |||||
| </PropertyGroup> | |||||
| <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||||
| <SourceRoot Include="/Users/michielcarman/.nuget/packages/" /> | |||||
| <SourceRoot Include="/usr/local/share/dotnet/sdk/NuGetFallbackFolder/" /> | |||||
| </ItemGroup> | |||||
| </Project> | |||||
| @@ -0,0 +1,2 @@ | |||||
| <?xml version="1.0" encoding="utf-8" standalone="no"?> | |||||
| <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> | |||||
| @@ -0,0 +1,75 @@ | |||||
| { | |||||
| "version": 3, | |||||
| "targets": { | |||||
| "net5.0": {} | |||||
| }, | |||||
| "libraries": {}, | |||||
| "projectFileDependencyGroups": { | |||||
| "net5.0": [] | |||||
| }, | |||||
| "packageFolders": { | |||||
| "/Users/michielcarman/.nuget/packages/": {}, | |||||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder": {} | |||||
| }, | |||||
| "project": { | |||||
| "version": "1.0.0", | |||||
| "restore": { | |||||
| "projectUniqueName": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj", | |||||
| "projectName": "jdis_import", | |||||
| "projectPath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj", | |||||
| "packagesPath": "/Users/michielcarman/.nuget/packages/", | |||||
| "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/", | |||||
| "projectStyle": "PackageReference", | |||||
| "fallbackFolders": [ | |||||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | |||||
| ], | |||||
| "configFilePaths": [ | |||||
| "/Users/michielcarman/.nuget/NuGet/NuGet.Config" | |||||
| ], | |||||
| "originalTargetFrameworks": [ | |||||
| "net5.0" | |||||
| ], | |||||
| "sources": { | |||||
| "https://api.nuget.org/v3/index.json": {} | |||||
| }, | |||||
| "frameworks": { | |||||
| "net5.0": { | |||||
| "targetAlias": "net5.0", | |||||
| "projectReferences": {} | |||||
| } | |||||
| }, | |||||
| "warningProperties": { | |||||
| "warnAsError": [ | |||||
| "NU1605" | |||||
| ] | |||||
| } | |||||
| }, | |||||
| "frameworks": { | |||||
| "net5.0": { | |||||
| "targetAlias": "net5.0", | |||||
| "imports": [ | |||||
| "net461", | |||||
| "net462", | |||||
| "net47", | |||||
| "net471", | |||||
| "net472", | |||||
| "net48" | |||||
| ], | |||||
| "assetTargetFallback": true, | |||||
| "warn": true, | |||||
| "downloadDependencies": [ | |||||
| { | |||||
| "name": "Microsoft.NETCore.App.Host.osx-x64", | |||||
| "version": "[5.0.16, 5.0.16]" | |||||
| } | |||||
| ], | |||||
| "frameworkReferences": { | |||||
| "Microsoft.NETCore.App": { | |||||
| "privateAssets": "all" | |||||
| } | |||||
| }, | |||||
| "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json" | |||||
| } | |||||
| } | |||||
| } | |||||
| } | |||||
| @@ -0,0 +1,10 @@ | |||||
| { | |||||
| "version": 2, | |||||
| "dgSpecHash": "h3lgLDAk1KQVIoaUG4r7PGaxwDx9LtmTxDkjpga0ZGIVCqk7rJoen6sQBLVGP0yKvcB03/jikMvcs8KXg7/fug==", | |||||
| "success": true, | |||||
| "projectFilePath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj", | |||||
| "expectedPackageFiles": [ | |||||
| "/Users/michielcarman/.nuget/packages/microsoft.netcore.app.host.osx-x64/5.0.16/microsoft.netcore.app.host.osx-x64.5.0.16.nupkg.sha512" | |||||
| ], | |||||
| "logs": [] | |||||
| } | |||||