diff --git a/.gitea/workflows/develop.yml b/.gitea/workflows/develop.yml
new file mode 100644
index 0000000..e69de29
diff --git a/PackageTest.sln b/PackageTest.sln
new file mode 100644
index 0000000..39bd30e
--- /dev/null
+++ b/PackageTest.sln
@@ -0,0 +1,34 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31903.59
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimplePackage", "SimplePackage\SimplePackage.csproj", "{A640E140-8347-49BE-8089-B081AE263C4B}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
+		Release|Any CPU = Release|Any CPU
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Debug|x64.ActiveCfg = Debug|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Debug|x64.Build.0 = Debug|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Debug|x86.ActiveCfg = Debug|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Debug|x86.Build.0 = Debug|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Release|Any CPU.Build.0 = Release|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Release|x64.ActiveCfg = Release|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Release|x64.Build.0 = Release|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Release|x86.ActiveCfg = Release|Any CPU
+		{A640E140-8347-49BE-8089-B081AE263C4B}.Release|x86.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal
diff --git a/SimplePackage/Class1.cs b/SimplePackage/Class1.cs
new file mode 100644
index 0000000..ce07758
--- /dev/null
+++ b/SimplePackage/Class1.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace SimplePackage
+{
+    public class Class1
+    {
+
+    }
+}
diff --git a/SimplePackage/SimplePackage.csproj b/SimplePackage/SimplePackage.csproj
new file mode 100644
index 0000000..b4b43f4
--- /dev/null
+++ b/SimplePackage/SimplePackage.csproj
@@ -0,0 +1,8 @@
+
+
+  
+    netstandard2.1
+    enable
+  
+
+
diff --git a/SimplePackage/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs b/SimplePackage/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
new file mode 100644
index 0000000..348b87f
--- /dev/null
+++ b/SimplePackage/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// 
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")]
diff --git a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfo.cs b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfo.cs
new file mode 100644
index 0000000..d6f90d7
--- /dev/null
+++ b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.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("SimplePackage")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f16bbb021a5935fe13422389a641345c09e66992")]
+[assembly: System.Reflection.AssemblyProductAttribute("SimplePackage")]
+[assembly: System.Reflection.AssemblyTitleAttribute("SimplePackage")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfoInputs.cache b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..9215574
--- /dev/null
+++ b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+90d52f61004d6770342ebc33c9b6a0b973947a35df2b7ee0b4481d085abc3e49
diff --git a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.GeneratedMSBuildEditorConfig.editorconfig b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..59da754
--- /dev/null
+++ b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,8 @@
+is_global = true
+build_property.RootNamespace = SimplePackage
+build_property.ProjectDir = C:\Projects\Prototyping\PackageTest\SimplePackage\
+build_property.EnableComHosting = 
+build_property.EnableGeneratedComInterfaceComImportInterop = 
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 
+build_property.EnableCodeStyleSeverity = 
diff --git a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.assets.cache b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.assets.cache
new file mode 100644
index 0000000..35262fa
Binary files /dev/null and b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.assets.cache differ
diff --git a/SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json b/SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..0faafa5
--- /dev/null
+++ b/SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json
@@ -0,0 +1,76 @@
+{
+  "format": 1,
+  "restore": {
+    "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj": {}
+  },
+  "projects": {
+    "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj": {
+      "version": "1.0.0",
+      "restore": {
+        "projectUniqueName": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj",
+        "projectName": "SimplePackage",
+        "projectPath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj",
+        "packagesPath": "C:\\Users\\r.fieger\\.nuget\\packages\\",
+        "outputPath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\obj\\",
+        "projectStyle": "PackageReference",
+        "fallbackFolders": [
+          "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+        ],
+        "configFilePaths": [
+          "C:\\Users\\r.fieger\\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"
+        ],
+        "originalTargetFrameworks": [
+          "netstandard2.1"
+        ],
+        "sources": {
+          "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+          "http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json": {},
+          "https://api.nuget.org/v3/index.json": {},
+          "https://nuget.pkg.github.com/CMFramework/index.json": {},
+          "https://tfs.paragon-systems.de/ParagonData/_packaging/Paragon_nuget/nuget/v3/index.json": {}
+        },
+        "frameworks": {
+          "netstandard2.1": {
+            "targetAlias": "netstandard2.1",
+            "projectReferences": {}
+          }
+        },
+        "warningProperties": {
+          "warnAsError": [
+            "NU1605"
+          ]
+        },
+        "restoreAuditProperties": {
+          "enableAudit": "true",
+          "auditLevel": "low",
+          "auditMode": "direct"
+        },
+        "SdkAnalysisLevel": "9.0.300"
+      },
+      "frameworks": {
+        "netstandard2.1": {
+          "targetAlias": "netstandard2.1",
+          "imports": [
+            "net461",
+            "net462",
+            "net47",
+            "net471",
+            "net472",
+            "net48",
+            "net481"
+          ],
+          "assetTargetFallback": true,
+          "warn": true,
+          "frameworkReferences": {
+            "NETStandard.Library": {
+              "privateAssets": "all"
+            }
+          },
+          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.304\\RuntimeIdentifierGraph.json"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/SimplePackage/obj/SimplePackage.csproj.nuget.g.props b/SimplePackage/obj/SimplePackage.csproj.nuget.g.props
new file mode 100644
index 0000000..23f2385
--- /dev/null
+++ b/SimplePackage/obj/SimplePackage.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+  
+    True
+    NuGet
+    $(MSBuildThisFileDirectory)project.assets.json
+    $(UserProfile)\.nuget\packages\
+    C:\Users\r.fieger\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+    PackageReference
+    6.14.0
+  
+  
+    
+    
+  
+
\ No newline at end of file
diff --git a/SimplePackage/obj/SimplePackage.csproj.nuget.g.targets b/SimplePackage/obj/SimplePackage.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/SimplePackage/obj/SimplePackage.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/SimplePackage/obj/project.assets.json b/SimplePackage/obj/project.assets.json
new file mode 100644
index 0000000..0eb14ed
--- /dev/null
+++ b/SimplePackage/obj/project.assets.json
@@ -0,0 +1,82 @@
+{
+  "version": 3,
+  "targets": {
+    ".NETStandard,Version=v2.1": {}
+  },
+  "libraries": {},
+  "projectFileDependencyGroups": {
+    ".NETStandard,Version=v2.1": []
+  },
+  "packageFolders": {
+    "C:\\Users\\r.fieger\\.nuget\\packages\\": {},
+    "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+  },
+  "project": {
+    "version": "1.0.0",
+    "restore": {
+      "projectUniqueName": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj",
+      "projectName": "SimplePackage",
+      "projectPath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj",
+      "packagesPath": "C:\\Users\\r.fieger\\.nuget\\packages\\",
+      "outputPath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\obj\\",
+      "projectStyle": "PackageReference",
+      "fallbackFolders": [
+        "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+      ],
+      "configFilePaths": [
+        "C:\\Users\\r.fieger\\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"
+      ],
+      "originalTargetFrameworks": [
+        "netstandard2.1"
+      ],
+      "sources": {
+        "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+        "http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json": {},
+        "https://api.nuget.org/v3/index.json": {},
+        "https://nuget.pkg.github.com/CMFramework/index.json": {},
+        "https://tfs.paragon-systems.de/ParagonData/_packaging/Paragon_nuget/nuget/v3/index.json": {}
+      },
+      "frameworks": {
+        "netstandard2.1": {
+          "targetAlias": "netstandard2.1",
+          "projectReferences": {}
+        }
+      },
+      "warningProperties": {
+        "warnAsError": [
+          "NU1605"
+        ]
+      },
+      "restoreAuditProperties": {
+        "enableAudit": "true",
+        "auditLevel": "low",
+        "auditMode": "direct"
+      },
+      "SdkAnalysisLevel": "9.0.300"
+    },
+    "frameworks": {
+      "netstandard2.1": {
+        "targetAlias": "netstandard2.1",
+        "imports": [
+          "net461",
+          "net462",
+          "net47",
+          "net471",
+          "net472",
+          "net48",
+          "net481"
+        ],
+        "assetTargetFallback": true,
+        "warn": true,
+        "frameworkReferences": {
+          "NETStandard.Library": {
+            "privateAssets": "all"
+          }
+        },
+        "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.304\\RuntimeIdentifierGraph.json"
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/SimplePackage/obj/project.nuget.cache b/SimplePackage/obj/project.nuget.cache
new file mode 100644
index 0000000..2fe6df5
--- /dev/null
+++ b/SimplePackage/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+  "version": 2,
+  "dgSpecHash": "54+f9PJRD6U=",
+  "success": true,
+  "projectFilePath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj",
+  "expectedPackageFiles": [],
+  "logs": []
+}
\ No newline at end of file