initial
This commit is contained in:
		
							
								
								
									
										0
									
								
								.gitea/workflows/develop.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								.gitea/workflows/develop.yml
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										34
									
								
								PackageTest.sln
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								PackageTest.sln
									
									
									
									
									
										Normal file
									
								
							| @@ -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 | ||||||
							
								
								
									
										9
									
								
								SimplePackage/Class1.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								SimplePackage/Class1.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | using System; | ||||||
|  |  | ||||||
|  | namespace SimplePackage | ||||||
|  | { | ||||||
|  |     public class Class1 | ||||||
|  |     { | ||||||
|  |  | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										8
									
								
								SimplePackage/SimplePackage.csproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								SimplePackage/SimplePackage.csproj
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | <Project Sdk="Microsoft.NET.Sdk"> | ||||||
|  |  | ||||||
|  |   <PropertyGroup> | ||||||
|  |     <TargetFramework>netstandard2.1</TargetFramework> | ||||||
|  |     <Nullable>enable</Nullable> | ||||||
|  |   </PropertyGroup> | ||||||
|  |  | ||||||
|  | </Project> | ||||||
| @@ -0,0 +1,4 @@ | |||||||
|  | // <autogenerated /> | ||||||
|  | using System; | ||||||
|  | using System.Reflection; | ||||||
|  | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")] | ||||||
| @@ -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("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. | ||||||
|  |  | ||||||
| @@ -0,0 +1 @@ | |||||||
|  | 90d52f61004d6770342ebc33c9b6a0b973947a35df2b7ee0b4481d085abc3e49 | ||||||
| @@ -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 =  | ||||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										76
									
								
								SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										76
									
								
								SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json
									
									
									
									
									
										Normal file
									
								
							| @@ -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" | ||||||
|  |         } | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										16
									
								
								SimplePackage/obj/SimplePackage.csproj.nuget.g.props
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								SimplePackage/obj/SimplePackage.csproj.nuget.g.props
									
									
									
									
									
										Normal file
									
								
							| @@ -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)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||||||
|  |     <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\r.fieger\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> | ||||||
|  |     <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||||||
|  |     <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion> | ||||||
|  |   </PropertyGroup> | ||||||
|  |   <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||||||
|  |     <SourceRoot Include="C:\Users\r.fieger\.nuget\packages\" /> | ||||||
|  |     <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> | ||||||
|  |   </ItemGroup> | ||||||
|  | </Project> | ||||||
							
								
								
									
										2
									
								
								SimplePackage/obj/SimplePackage.csproj.nuget.g.targets
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								SimplePackage/obj/SimplePackage.csproj.nuget.g.targets
									
									
									
									
									
										Normal file
									
								
							| @@ -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" /> | ||||||
							
								
								
									
										82
									
								
								SimplePackage/obj/project.assets.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								SimplePackage/obj/project.assets.json
									
									
									
									
									
										Normal file
									
								
							| @@ -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" | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										8
									
								
								SimplePackage/obj/project.nuget.cache
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								SimplePackage/obj/project.nuget.cache
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | { | ||||||
|  |   "version": 2, | ||||||
|  |   "dgSpecHash": "54+f9PJRD6U=", | ||||||
|  |   "success": true, | ||||||
|  |   "projectFilePath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj", | ||||||
|  |   "expectedPackageFiles": [], | ||||||
|  |   "logs": [] | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user