From a5dbf19723998df261c3dbd6ffe819276352689b Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: hello in 1 line
---
hello1line/Program.cs | 1 +
hello1line/bin/Debug/net6.0/new.deps.json | 23 +++++++
hello1line/bin/Debug/net6.0/new.dll | Bin 0 -> 4608 bytes
hello1line/bin/Debug/net6.0/new.exe | Bin 0 -> 147968 bytes
hello1line/bin/Debug/net6.0/new.pdb | Bin 0 -> 10248 bytes
hello1line/bin/Debug/net6.0/new.runtimeconfig.json | 9 +++
hello1line/new.csproj | 10 +++
.../.NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 4 ++
hello1line/obj/Debug/net6.0/apphost.exe | Bin 0 -> 147968 bytes
hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs | 22 +++++++
.../obj/Debug/net6.0/new.AssemblyInfoInputs.cache | 1 +
.../new.GeneratedMSBuildEditorConfig.editorconfig | 10 +++
hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs | 8 +++
hello1line/obj/Debug/net6.0/new.assets.cache | Bin 0 -> 139 bytes
.../net6.0/new.csproj.AssemblyReference.cache | Bin 0 -> 73508 bytes
.../net6.0/new.csproj.CoreCompileInputs.cache | 1 +
.../Debug/net6.0/new.csproj.FileListAbsolute.txt | 15 +++++
hello1line/obj/Debug/net6.0/new.dll | Bin 0 -> 4608 bytes
.../obj/Debug/net6.0/new.genruntimeconfig.cache | 1 +
hello1line/obj/Debug/net6.0/new.pdb | Bin 0 -> 10248 bytes
hello1line/obj/Debug/net6.0/ref/new.dll | Bin 0 -> 5120 bytes
hello1line/obj/Debug/net6.0/refint/new.dll | Bin 0 -> 5120 bytes
hello1line/obj/new.csproj.nuget.dgspec.json | 63 +++++++++++++++++++
hello1line/obj/new.csproj.nuget.g.props | 15 +++++
hello1line/obj/new.csproj.nuget.g.targets | 2 +
hello1line/obj/project.assets.json | 68 +++++++++++++++++++++
hello1line/obj/project.nuget.cache | 8 +++
27 files changed, 261 insertions(+)
create mode 100644 hello1line/Program.cs
create mode 100644 hello1line/bin/Debug/net6.0/new.deps.json
create mode 100644 hello1line/bin/Debug/net6.0/new.dll
create mode 100644 hello1line/bin/Debug/net6.0/new.exe
create mode 100644 hello1line/bin/Debug/net6.0/new.pdb
create mode 100644 hello1line/bin/Debug/net6.0/new.runtimeconfig.json
create mode 100644 hello1line/new.csproj
create mode 100644 hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
create mode 100644 hello1line/obj/Debug/net6.0/apphost.exe
create mode 100644 hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs
create mode 100644 hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache
create mode 100644 hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs
create mode 100644 hello1line/obj/Debug/net6.0/new.assets.cache
create mode 100644 hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache
create mode 100644 hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache
create mode 100644 hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt
create mode 100644 hello1line/obj/Debug/net6.0/new.dll
create mode 100644 hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache
create mode 100644 hello1line/obj/Debug/net6.0/new.pdb
create mode 100644 hello1line/obj/Debug/net6.0/ref/new.dll
create mode 100644 hello1line/obj/Debug/net6.0/refint/new.dll
create mode 100644 hello1line/obj/new.csproj.nuget.dgspec.json
create mode 100644 hello1line/obj/new.csproj.nuget.g.props
create mode 100644 hello1line/obj/new.csproj.nuget.g.targets
create mode 100644 hello1line/obj/project.assets.json
create mode 100644 hello1line/obj/project.nuget.cache
(limited to 'hello1line')
diff --git a/hello1line/Program.cs b/hello1line/Program.cs
new file mode 100644
index 0000000..f7f02a1
--- /dev/null
+++ b/hello1line/Program.cs
@@ -0,0 +1 @@
+Console.WriteLine("Hello, World!");
diff --git a/hello1line/bin/Debug/net6.0/new.deps.json b/hello1line/bin/Debug/net6.0/new.deps.json
new file mode 100644
index 0000000..773a1e5
--- /dev/null
+++ b/hello1line/bin/Debug/net6.0/new.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {
+ "new/1.0.0": {
+ "runtime": {
+ "new.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "new/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/hello1line/bin/Debug/net6.0/new.dll b/hello1line/bin/Debug/net6.0/new.dll
new file mode 100644
index 0000000..47d96d7
Binary files /dev/null and b/hello1line/bin/Debug/net6.0/new.dll differ
diff --git a/hello1line/bin/Debug/net6.0/new.exe b/hello1line/bin/Debug/net6.0/new.exe
new file mode 100644
index 0000000..d0b8f52
Binary files /dev/null and b/hello1line/bin/Debug/net6.0/new.exe differ
diff --git a/hello1line/bin/Debug/net6.0/new.pdb b/hello1line/bin/Debug/net6.0/new.pdb
new file mode 100644
index 0000000..23dc3cb
Binary files /dev/null and b/hello1line/bin/Debug/net6.0/new.pdb differ
diff --git a/hello1line/bin/Debug/net6.0/new.runtimeconfig.json b/hello1line/bin/Debug/net6.0/new.runtimeconfig.json
new file mode 100644
index 0000000..4e96a56
--- /dev/null
+++ b/hello1line/bin/Debug/net6.0/new.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net6.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "6.0.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/hello1line/new.csproj b/hello1line/new.csproj
new file mode 100644
index 0000000..40c60dd
--- /dev/null
+++ b/hello1line/new.csproj
@@ -0,0 +1,10 @@
+
+
+
+ Exe
+ net6.0
+ enable
+ enable
+
+
+
diff --git a/hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..32c95f9
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/hello1line/obj/Debug/net6.0/apphost.exe b/hello1line/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000..d0b8f52
Binary files /dev/null and b/hello1line/obj/Debug/net6.0/apphost.exe differ
diff --git a/hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs b/hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs
new file mode 100644
index 0000000..80dc9e0
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("new")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("new")]
+[assembly: System.Reflection.AssemblyTitleAttribute("new")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache b/hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..277e155
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+5e0e86e2a2ee630761ff75fb450955c9f42e8842
diff --git a/hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig b/hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..c32dc53
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig
@@ -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 = new
+build_property.ProjectDir = C:\Users\User\source\repos\new\
diff --git a/hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs b/hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs
new file mode 100644
index 0000000..ac22929
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/hello1line/obj/Debug/net6.0/new.assets.cache b/hello1line/obj/Debug/net6.0/new.assets.cache
new file mode 100644
index 0000000..84a66ba
Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.assets.cache differ
diff --git a/hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache b/hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..a888b89
Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache differ
diff --git a/hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache b/hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..ed5bc5d
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+ec8e18d092357e3d1fa3cc3f49bf7cbbd59724b4
diff --git a/hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt b/hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..b2e4ced
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\User\source\repos\new\bin\Debug\net6.0\new.exe
+C:\Users\User\source\repos\new\bin\Debug\net6.0\new.deps.json
+C:\Users\User\source\repos\new\bin\Debug\net6.0\new.runtimeconfig.json
+C:\Users\User\source\repos\new\bin\Debug\net6.0\new.dll
+C:\Users\User\source\repos\new\bin\Debug\net6.0\new.pdb
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.csproj.AssemblyReference.cache
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.AssemblyInfoInputs.cache
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.AssemblyInfo.cs
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.csproj.CoreCompileInputs.cache
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.dll
+C:\Users\User\source\repos\new\obj\Debug\net6.0\refint\new.dll
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.pdb
+C:\Users\User\source\repos\new\obj\Debug\net6.0\new.genruntimeconfig.cache
+C:\Users\User\source\repos\new\obj\Debug\net6.0\ref\new.dll
diff --git a/hello1line/obj/Debug/net6.0/new.dll b/hello1line/obj/Debug/net6.0/new.dll
new file mode 100644
index 0000000..47d96d7
Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.dll differ
diff --git a/hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache b/hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache
new file mode 100644
index 0000000..9db690f
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache
@@ -0,0 +1 @@
+9ed95e1a452f076c3cd19f204bf7a665b73d9e16
diff --git a/hello1line/obj/Debug/net6.0/new.pdb b/hello1line/obj/Debug/net6.0/new.pdb
new file mode 100644
index 0000000..23dc3cb
Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.pdb differ
diff --git a/hello1line/obj/Debug/net6.0/ref/new.dll b/hello1line/obj/Debug/net6.0/ref/new.dll
new file mode 100644
index 0000000..6b5ab20
Binary files /dev/null and b/hello1line/obj/Debug/net6.0/ref/new.dll differ
diff --git a/hello1line/obj/Debug/net6.0/refint/new.dll b/hello1line/obj/Debug/net6.0/refint/new.dll
new file mode 100644
index 0000000..6b5ab20
Binary files /dev/null and b/hello1line/obj/Debug/net6.0/refint/new.dll differ
diff --git a/hello1line/obj/new.csproj.nuget.dgspec.json b/hello1line/obj/new.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..ed83748
--- /dev/null
+++ b/hello1line/obj/new.csproj.nuget.dgspec.json
@@ -0,0 +1,63 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\User\\source\\repos\\new\\new.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\User\\source\\repos\\new\\new.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\User\\source\\repos\\new\\new.csproj",
+ "projectName": "new",
+ "projectPath": "C:\\Users\\User\\source\\repos\\new\\new.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\User\\source\\repos\\new\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/hello1line/obj/new.csproj.nuget.g.props b/hello1line/obj/new.csproj.nuget.g.props
new file mode 100644
index 0000000..dc9aeb7
--- /dev/null
+++ b/hello1line/obj/new.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\User\.nuget\packages\
+ PackageReference
+ 6.3.2
+
+
+
+
+
\ No newline at end of file
diff --git a/hello1line/obj/new.csproj.nuget.g.targets b/hello1line/obj/new.csproj.nuget.g.targets
new file mode 100644
index 0000000..35a7576
--- /dev/null
+++ b/hello1line/obj/new.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/hello1line/obj/project.assets.json b/hello1line/obj/project.assets.json
new file mode 100644
index 0000000..878de61
--- /dev/null
+++ b/hello1line/obj/project.assets.json
@@ -0,0 +1,68 @@
+{
+ "version": 3,
+ "targets": {
+ "net6.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net6.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\User\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\User\\source\\repos\\new\\new.csproj",
+ "projectName": "new",
+ "projectPath": "C:\\Users\\User\\source\\repos\\new\\new.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\User\\source\\repos\\new\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/hello1line/obj/project.nuget.cache b/hello1line/obj/project.nuget.cache
new file mode 100644
index 0000000..8c3efb8
--- /dev/null
+++ b/hello1line/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "3MJiCkRoMmjJonikeTG30NcZMiFpXx/8fAz1s9kfit2dbdWPljgnFEiI5DecIRSsK28WyYG40+8T/uwKdljSug==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\User\\source\\repos\\new\\new.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
--
cgit 1.4.1