diff --git a/.version/version.json b/.version/version.json index 1587a66..24d3a2f 100644 --- a/.version/version.json +++ b/.version/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.0" -} + "version": "1.0.1" +} \ No newline at end of file diff --git a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll index 048ba41..0b3c8e9 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll and b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll index ce5184b..085f415 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll and b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Options.dll b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Options.dll index 09a4ad5..69c35a5 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Options.dll and b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Options.dll differ diff --git a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll index 9953143..c24f2a0 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll and b/VNet.System.Tests/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll differ diff --git a/VNet.System.Tests/bin/Debug/net8.0/System.Security.Permissions.dll b/VNet.System.Tests/bin/Debug/net8.0/System.Security.Permissions.dll index 9d8e76c..8f01a8b 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/System.Security.Permissions.dll and b/VNet.System.Tests/bin/Debug/net8.0/System.Security.Permissions.dll differ diff --git a/VNet.System.Tests/bin/Debug/net8.0/System.Windows.Extensions.dll b/VNet.System.Tests/bin/Debug/net8.0/System.Windows.Extensions.dll index 23a5f31..8a70d63 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/System.Windows.Extensions.dll and b/VNet.System.Tests/bin/Debug/net8.0/System.Windows.Extensions.dll differ diff --git a/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.deps.json b/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.deps.json index 4b77959..aeff480 100644 --- a/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.deps.json +++ b/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.deps.json @@ -118,39 +118,42 @@ } } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } } }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.723.27404" + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } } }, - "Microsoft.Extensions.Options/7.0.1": { + "Microsoft.Extensions.Options/8.0.0": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.323.6910" + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } } }, - "Microsoft.Extensions.Primitives/7.0.0": { + "Microsoft.Extensions.Primitives/8.0.0": { "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } } }, @@ -406,22 +409,6 @@ } } }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, "MSTest.TestAdapter/3.1.1": {}, "MSTest.TestFramework/3.1.1": { "runtime": { @@ -491,62 +478,40 @@ } } }, - "System.Drawing.Common/7.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "7.0.0" - }, - "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, "System.Reflection.Metadata/1.6.0": {}, - "System.Security.Permissions/7.0.0": { + "System.Security.Permissions/8.0.0": { "dependencies": { - "System.Windows.Extensions": "7.0.0" + "System.Windows.Extensions": "8.0.0" }, "runtime": { - "lib/net7.0/System.Security.Permissions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "lib/net8.0/System.Security.Permissions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } } }, - "System.Windows.Extensions/7.0.0": { - "dependencies": { - "System.Drawing.Common": "7.0.0" - }, + "System.Windows.Extensions/8.0.0": { "runtime": { - "lib/net7.0/System.Windows.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "lib/net8.0/System.Windows.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } }, "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Windows.Extensions.dll": { + "runtimes/win/lib/net8.0/System.Windows.Extensions.dll": { "rid": "win", "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } } }, "VNet.System/1.0.0": { "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", "NLua": "1.6.3", - "System.Security.Permissions": "7.0.0" + "System.Security.Permissions": "8.0.0" }, "runtime": { "VNet.System.dll": {} @@ -589,33 +554,33 @@ "path": "microsoft.codecoverage/17.9.0-preview-23531-01", "hashPath": "microsoft.codecoverage.17.9.0-preview-23531-01.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" + "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-pkeBFx0vqMW/A3aUVHh7MPu3WkBhaVlezhSZeb1c9XD0vUReYH1TLFSy5MxJgZfmz5LZzYoErMorlYZiwpOoNA==", - "path": "microsoft.extensions.logging.abstractions/7.0.1", - "hashPath": "microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512" + "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", + "path": "microsoft.extensions.logging.abstractions/8.0.0", + "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512" }, - "Microsoft.Extensions.Options/7.0.1": { + "Microsoft.Extensions.Options/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "path": "microsoft.extensions.options/7.0.1", - "hashPath": "microsoft.extensions.options.7.0.1.nupkg.sha512" + "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", + "path": "microsoft.extensions.options/8.0.0", + "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512" }, - "Microsoft.Extensions.Primitives/7.0.0": { + "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "path": "microsoft.extensions.primitives/7.0.0", - "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" + "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "path": "microsoft.extensions.primitives/8.0.0", + "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" }, "Microsoft.NET.Test.Sdk/17.9.0-preview-23531-01": { "type": "package", @@ -638,13 +603,6 @@ "path": "microsoft.testplatform.testhost/17.9.0-preview-23531-01", "hashPath": "microsoft.testplatform.testhost.17.9.0-preview-23531-01.nupkg.sha512" }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", - "path": "microsoft.win32.systemevents/7.0.0", - "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512" - }, "MSTest.TestAdapter/3.1.1": { "type": "package", "serviceable": true, @@ -673,13 +631,6 @@ "path": "nlua/1.6.3", "hashPath": "nlua.1.6.3.nupkg.sha512" }, - "System.Drawing.Common/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", - "path": "system.drawing.common/7.0.0", - "hashPath": "system.drawing.common.7.0.0.nupkg.sha512" - }, "System.Reflection.Metadata/1.6.0": { "type": "package", "serviceable": true, @@ -687,19 +638,19 @@ "path": "system.reflection.metadata/1.6.0", "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" }, - "System.Security.Permissions/7.0.0": { + "System.Security.Permissions/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-Vmp0iRmCEno9BWiskOW5pxJ3d9n+jUqKxvX4GhLwFhnQaySZmBN2FuC0N5gjFHgyFMUjC5sfIJ8KZfoJwkcMmA==", - "path": "system.security.permissions/7.0.0", - "hashPath": "system.security.permissions.7.0.0.nupkg.sha512" + "sha512": "sha512-v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==", + "path": "system.security.permissions/8.0.0", + "hashPath": "system.security.permissions.8.0.0.nupkg.sha512" }, - "System.Windows.Extensions/7.0.0": { + "System.Windows.Extensions/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-bR4qdCmssMMbo9Fatci49An5B1UaVJZHKNq70PRgzoLYIlitb8Tj7ns/Xt5Pz1CkERiTjcVBDU2y1AVrPBYkaw==", - "path": "system.windows.extensions/7.0.0", - "hashPath": "system.windows.extensions.7.0.0.nupkg.sha512" + "sha512": "sha512-Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==", + "path": "system.windows.extensions/8.0.0", + "hashPath": "system.windows.extensions.8.0.0.nupkg.sha512" }, "VNet.System/1.0.0": { "type": "project", diff --git a/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.dll b/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.dll index cf79e3f..e4b945a 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.dll and b/VNet.System.Tests/bin/Debug/net8.0/VNet.System.Tests.dll differ diff --git a/VNet.System.Tests/bin/Debug/net8.0/VNet.System.dll b/VNet.System.Tests/bin/Debug/net8.0/VNet.System.dll index 020b38c..f1217be 100644 Binary files a/VNet.System.Tests/bin/Debug/net8.0/VNet.System.dll and b/VNet.System.Tests/bin/Debug/net8.0/VNet.System.dll differ diff --git a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.AssemblyInfo.cs b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.AssemblyInfo.cs index a56b3ff..10d6c34 100644 --- a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.AssemblyInfo.cs +++ b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.AssemblyInfo.cs @@ -14,7 +14,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("VNet.System.Tests")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fd15bd17bf32bf3c71104e17bd3eed769905fbff")] [assembly: System.Reflection.AssemblyProductAttribute("VNet.System.Tests")] [assembly: System.Reflection.AssemblyTitleAttribute("VNet.System.Tests")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.csproj.FileListAbsolute.txt b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.csproj.FileListAbsolute.txt index 03802c0..b8804ac 100644 --- a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.csproj.FileListAbsolute.txt +++ b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.csproj.FileListAbsolute.txt @@ -141,3 +141,142 @@ D:\My Code\VNet.System.git\VNet.System.Tests\bin\Debug\net8.0\tr\Microsoft.Visua D:\My Code\VNet.System.git\VNet.System.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll D:\My Code\VNet.System.git\VNet.System.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll D:\My Code\VNet.System.git\VNet.System.Tests\bin\Debug\net8.0\CoverletSourceRootsMapping_VNet.System.Tests +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\CoverletSourceRootsMapping_VNet.System.Tests +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\testhost.exe +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\testhost.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.AdapterUtilities.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\VNet.System.Tests.deps.json +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\VNet.System.Tests.runtimeconfig.json +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\VNet.System.Tests.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\VNet.System.Tests.pdb +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\KeraLua.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.Extensions.Options.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CoreUtilities.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.PlatformAbstractions.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CommunicationUtilities.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.CrossPlatEngine.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.TestPlatform.Utilities.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.Common.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Newtonsoft.Json.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\NLua.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\System.Security.Permissions.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\System.Windows.Extensions.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\android-arm\native\liblua54.so +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\android-arm64\native\liblua54.so +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\android-x64\native\liblua54.so +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\android-x86\native\liblua54.so +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\ios\native\liblua54.framework\Info.plist +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\ios\native\liblua54.framework\liblua54 +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\linux-x64\native\liblua54.so +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\maccatalyst\native\liblua54.framework\Info.plist +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\maccatalyst\native\liblua54.framework\liblua54 +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\osx\native\liblua54.dylib +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\tvos\native\liblua54.framework\Info.plist +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\tvos\native\liblua54.framework\liblua54 +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\win-arm\native\lua54.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\win-arm64\native\lua54.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\win-x64\native\lua54.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\win-x86\native\lua54.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Windows.Extensions.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\VNet.System.dll +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\VNet.System.pdb +D:\My Code\VNet.System\VNet.System.Tests\bin\Debug\net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.csproj.AssemblyReference.cache +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.GeneratedMSBuildEditorConfig.editorconfig +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.AssemblyInfoInputs.cache +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.AssemblyInfo.cs +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.csproj.CoreCompileInputs.cache +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.sourcelink.json +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.csproj.CopyComplete +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.dll +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\refint\VNet.System.Tests.dll +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.pdb +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\VNet.System.Tests.genruntimeconfig.cache +D:\My Code\VNet.System\VNet.System.Tests\obj\Debug\net8.0\ref\VNet.System.Tests.dll diff --git a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.dll b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.dll index cf79e3f..e4b945a 100644 Binary files a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.dll and b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.dll differ diff --git a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.sourcelink.json b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.sourcelink.json index 61d5041..d1525a6 100644 --- a/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.sourcelink.json +++ b/VNet.System.Tests/obj/Debug/net8.0/VNet.System.Tests.sourcelink.json @@ -1 +1 @@ -{"documents":{"D:\\My Code\\VNet.System.git\\*":"https://raw.githubusercontent.com/PrimeEagle/VNet.System/5daca3037cac900da1f366b2c780ffbf4aec83d1/*"}} \ No newline at end of file +{"documents":{"D:\\My Code\\VNet.System\\*":"https://raw.githubusercontent.com/PrimeEagle/VNet.System/fd15bd17bf32bf3c71104e17bd3eed769905fbff/*"}} \ No newline at end of file diff --git a/VNet.System.Tests/obj/Debug/net8.0/ref/VNet.System.Tests.dll b/VNet.System.Tests/obj/Debug/net8.0/ref/VNet.System.Tests.dll index d0eb992..dacb056 100644 Binary files a/VNet.System.Tests/obj/Debug/net8.0/ref/VNet.System.Tests.dll and b/VNet.System.Tests/obj/Debug/net8.0/ref/VNet.System.Tests.dll differ diff --git a/VNet.System.Tests/obj/Debug/net8.0/refint/VNet.System.Tests.dll b/VNet.System.Tests/obj/Debug/net8.0/refint/VNet.System.Tests.dll index d0eb992..dacb056 100644 Binary files a/VNet.System.Tests/obj/Debug/net8.0/refint/VNet.System.Tests.dll and b/VNet.System.Tests/obj/Debug/net8.0/refint/VNet.System.Tests.dll differ diff --git a/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.dgspec.json b/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.dgspec.json index cd5d5eb..fd3e267 100644 --- a/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.dgspec.json +++ b/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.dgspec.json @@ -131,11 +131,11 @@ "dependencies": { "Microsoft.Extensions.Logging.Abstractions": { "target": "Package", - "version": "[7.0.1, )" + "version": "[8.0.0, )" }, "Microsoft.Extensions.Options": { "target": "Package", - "version": "[7.0.1, )" + "version": "[8.0.0, )" }, "NLua": { "target": "Package", @@ -143,7 +143,7 @@ }, "System.Security.Permissions": { "target": "Package", - "version": "[7.0.0, )" + "version": "[8.0.0, )" } }, "imports": [ diff --git a/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.g.targets b/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.g.targets index 2756ad5..1a82983 100644 --- a/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.g.targets +++ b/VNet.System.Tests/obj/VNet.System.Tests.csproj.nuget.g.targets @@ -1,7 +1,8 @@  - + + diff --git a/VNet.System.Tests/obj/project.assets.json b/VNet.System.Tests/obj/project.assets.json index 7a65ad1..baa6df1 100644 --- a/VNet.System.Tests/obj/project.assets.json +++ b/VNet.System.Tests/obj/project.assets.json @@ -100,15 +100,15 @@ "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -116,15 +116,18 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -132,35 +135,35 @@ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} } }, - "Microsoft.Extensions.Options/7.0.1": { + "Microsoft.Extensions.Options/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} } }, - "Microsoft.Extensions.Primitives/7.0.0": { + "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -437,28 +440,6 @@ "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} } }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "type": "package", - "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, "MSTest.TestAdapter/3.1.1": { "type": "package", "build": { @@ -548,31 +529,6 @@ "lib/net7.0/NLua.dll": {} } }, - "System.Drawing.Common/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.SystemEvents": "7.0.0" - }, - "compile": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, "System.Reflection.Metadata/1.6.0": { "type": "package", "compile": { @@ -586,18 +542,18 @@ } } }, - "System.Security.Permissions/7.0.0": { + "System.Security.Permissions/8.0.0": { "type": "package", "dependencies": { - "System.Windows.Extensions": "7.0.0" + "System.Windows.Extensions": "8.0.0" }, "compile": { - "lib/net7.0/System.Security.Permissions.dll": { + "lib/net8.0/System.Security.Permissions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Security.Permissions.dll": { + "lib/net8.0/System.Security.Permissions.dll": { "related": ".xml" } }, @@ -605,23 +561,20 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Windows.Extensions/7.0.0": { + "System.Windows.Extensions/8.0.0": { "type": "package", - "dependencies": { - "System.Drawing.Common": "7.0.0" - }, "compile": { - "lib/net7.0/System.Windows.Extensions.dll": { + "lib/net8.0/System.Windows.Extensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Windows.Extensions.dll": { + "lib/net8.0/System.Windows.Extensions.dll": { "related": ".xml" } }, "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Windows.Extensions.dll": { + "runtimes/win/lib/net8.0/System.Windows.Extensions.dll": { "assetType": "runtime", "rid": "win" } @@ -631,10 +584,10 @@ "type": "project", "framework": ".NETCoreApp,Version=v8.0", "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", "NLua": "1.6.3", - "System.Security.Permissions": "7.0.0" + "System.Security.Permissions": "8.0.0" }, "compile": { "bin/placeholder/VNet.System.dll": {} @@ -825,15 +778,16 @@ "microsoft.codecoverage.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "sha512": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", "buildTransitive/net462/_._", @@ -845,24 +799,27 @@ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { - "sha512": "pkeBFx0vqMW/A3aUVHh7MPu3WkBhaVlezhSZeb1c9XD0vUReYH1TLFSy5MxJgZfmz5LZzYoErMorlYZiwpOoNA==", + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/7.0.1", + "path": "microsoft.extensions.logging.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", @@ -917,51 +874,72 @@ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512", + "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Options/7.0.1": { - "sha512": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", + "Microsoft.Extensions.Options/8.0.0": { + "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "type": "package", - "path": "microsoft.extensions.options/7.0.1", + "path": "microsoft.extensions.options/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", "lib/net462/Microsoft.Extensions.Options.dll", "lib/net462/Microsoft.Extensions.Options.xml", "lib/net6.0/Microsoft.Extensions.Options.dll", "lib/net6.0/Microsoft.Extensions.Options.xml", "lib/net7.0/Microsoft.Extensions.Options.dll", "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", "lib/netstandard2.0/Microsoft.Extensions.Options.dll", "lib/netstandard2.0/Microsoft.Extensions.Options.xml", "lib/netstandard2.1/Microsoft.Extensions.Options.dll", "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.7.0.1.nupkg.sha512", + "microsoft.extensions.options.8.0.0.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Primitives/7.0.0": { - "sha512": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "type": "package", - "path": "microsoft.extensions.primitives/7.0.0", + "path": "microsoft.extensions.primitives/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", "buildTransitive/net462/_._", @@ -973,9 +951,11 @@ "lib/net6.0/Microsoft.Extensions.Primitives.xml", "lib/net7.0/Microsoft.Extensions.Primitives.dll", "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.7.0.0.nupkg.sha512", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] @@ -1173,37 +1153,6 @@ "microsoft.testplatform.testhost.nuspec" ] }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "sha512": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", - "type": "package", - "path": "microsoft.win32.systemevents/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.7.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" - ] - }, "MSTest.TestAdapter/3.1.1": { "sha512": "kMvdO5dhrUR3o1qk0fzS0St0prlKyMQAfz1ChVAUdGGobTU5ehR60szOFto0+Q7rFG5iXMvTlVIthXM9EcNYnw==", "type": "package", @@ -1480,43 +1429,6 @@ "nlua.nuspec" ] }, - "System.Drawing.Common/7.0.0": { - "sha512": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", - "type": "package", - "path": "system.drawing.common/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Drawing.Common.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Drawing.Common.dll", - "lib/net462/System.Drawing.Common.xml", - "lib/net6.0/System.Drawing.Common.dll", - "lib/net6.0/System.Drawing.Common.xml", - "lib/net7.0/System.Drawing.Common.dll", - "lib/net7.0/System.Drawing.Common.xml", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Drawing.Common.dll", - "runtimes/win/lib/net6.0/System.Drawing.Common.xml", - "runtimes/win/lib/net7.0/System.Drawing.Common.dll", - "runtimes/win/lib/net7.0/System.Drawing.Common.xml", - "system.drawing.common.7.0.0.nupkg.sha512", - "system.drawing.common.nuspec", - "useSharedDesignerContext.txt" - ] - }, "System.Reflection.Metadata/1.6.0": { "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", "type": "package", @@ -1538,10 +1450,10 @@ "version.txt" ] }, - "System.Security.Permissions/7.0.0": { - "sha512": "Vmp0iRmCEno9BWiskOW5pxJ3d9n+jUqKxvX4GhLwFhnQaySZmBN2FuC0N5gjFHgyFMUjC5sfIJ8KZfoJwkcMmA==", + "System.Security.Permissions/8.0.0": { + "sha512": "v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==", "type": "package", - "path": "system.security.permissions/7.0.0", + "path": "system.security.permissions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -1558,17 +1470,19 @@ "lib/net6.0/System.Security.Permissions.xml", "lib/net7.0/System.Security.Permissions.dll", "lib/net7.0/System.Security.Permissions.xml", + "lib/net8.0/System.Security.Permissions.dll", + "lib/net8.0/System.Security.Permissions.xml", "lib/netstandard2.0/System.Security.Permissions.dll", "lib/netstandard2.0/System.Security.Permissions.xml", - "system.security.permissions.7.0.0.nupkg.sha512", + "system.security.permissions.8.0.0.nupkg.sha512", "system.security.permissions.nuspec", "useSharedDesignerContext.txt" ] }, - "System.Windows.Extensions/7.0.0": { - "sha512": "bR4qdCmssMMbo9Fatci49An5B1UaVJZHKNq70PRgzoLYIlitb8Tj7ns/Xt5Pz1CkERiTjcVBDU2y1AVrPBYkaw==", + "System.Windows.Extensions/8.0.0": { + "sha512": "Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==", "type": "package", - "path": "system.windows.extensions/7.0.0", + "path": "system.windows.extensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -1579,11 +1493,15 @@ "lib/net6.0/System.Windows.Extensions.xml", "lib/net7.0/System.Windows.Extensions.dll", "lib/net7.0/System.Windows.Extensions.xml", + "lib/net8.0/System.Windows.Extensions.dll", + "lib/net8.0/System.Windows.Extensions.xml", "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", "runtimes/win/lib/net7.0/System.Windows.Extensions.dll", "runtimes/win/lib/net7.0/System.Windows.Extensions.xml", - "system.windows.extensions.7.0.0.nupkg.sha512", + "runtimes/win/lib/net8.0/System.Windows.Extensions.dll", + "runtimes/win/lib/net8.0/System.Windows.Extensions.xml", + "system.windows.extensions.8.0.0.nupkg.sha512", "system.windows.extensions.nuspec", "useSharedDesignerContext.txt" ] diff --git a/VNet.System.nuspec b/VNet.System.nuspec new file mode 100644 index 0000000..8af98cb --- /dev/null +++ b/VNet.System.nuspec @@ -0,0 +1 @@ + diff --git a/VNet.System/VNet.System.csproj b/VNet.System/VNet.System.csproj index ee56e22..ff5b3da 100644 --- a/VNet.System/VNet.System.csproj +++ b/VNet.System/VNet.System.csproj @@ -6,6 +6,25 @@ True + + VNet.System + + PrimeEagle + + VNet.System + System level class library which includes an event aggregator, delayed callback manager, plugin architecture for Lua and C#, culture and localization manager, temp file manager, and custom data types for dealing with percentages. + dotnet;dotnet-core;dotnet-library;event;plugin;culture;localization;temp-file;percentage + Add NuGet metadata. + icon.png + Apache-2.0 + https://github.com/PrimeEagle/VNet.System + https://github.com/PrimeEagle/VNet.System + git + false + net8.0 + VNet.System + + diff --git a/VNet.System/bin/Debug/net8.0/VNet.System.dll b/VNet.System/bin/Debug/net8.0/VNet.System.dll index 09e5b6c..f1217be 100644 Binary files a/VNet.System/bin/Debug/net8.0/VNet.System.dll and b/VNet.System/bin/Debug/net8.0/VNet.System.dll differ diff --git a/VNet.System/obj/Debug/net8.0/VNet.System.AssemblyInfo.cs b/VNet.System/obj/Debug/net8.0/VNet.System.AssemblyInfo.cs index 6572615..349b406 100644 --- a/VNet.System/obj/Debug/net8.0/VNet.System.AssemblyInfo.cs +++ b/VNet.System/obj/Debug/net8.0/VNet.System.AssemblyInfo.cs @@ -11,13 +11,17 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyCompanyAttribute("VNet.System")] +[assembly: System.Reflection.AssemblyCompanyAttribute("PrimeEagle")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyDescriptionAttribute("System level class library which includes an event aggregator, delayed callback m" + + "anager, plugin architecture for Lua and C#, culture and localization manager, te" + + "mp file manager, and custom data types for dealing with percentages.")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e86dd0288d981017c114a673dd111d4351c84a17")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fd15bd17bf32bf3c71104e17bd3eed769905fbff")] [assembly: System.Reflection.AssemblyProductAttribute("VNet.System")] [assembly: System.Reflection.AssemblyTitleAttribute("VNet.System")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/PrimeEagle/VNet.System")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/VNet.System/obj/Debug/net8.0/VNet.System.GeneratedMSBuildEditorConfig.editorconfig b/VNet.System/obj/Debug/net8.0/VNet.System.GeneratedMSBuildEditorConfig.editorconfig index 07d6810..da3ac89 100644 --- a/VNet.System/obj/Debug/net8.0/VNet.System.GeneratedMSBuildEditorConfig.editorconfig +++ b/VNet.System/obj/Debug/net8.0/VNet.System.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = VNet.System -build_property.ProjectDir = D:\My Code\VNet-Solution\VNet.System\VNet.System\ +build_property.ProjectDir = D:\My Code\VNet.System\VNet.System\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/VNet.System/obj/Debug/net8.0/VNet.System.dll b/VNet.System/obj/Debug/net8.0/VNet.System.dll index 09e5b6c..f1217be 100644 Binary files a/VNet.System/obj/Debug/net8.0/VNet.System.dll and b/VNet.System/obj/Debug/net8.0/VNet.System.dll differ diff --git a/VNet.System/obj/Debug/net8.0/VNet.System.sourcelink.json b/VNet.System/obj/Debug/net8.0/VNet.System.sourcelink.json index 9d39db0..d1525a6 100644 --- a/VNet.System/obj/Debug/net8.0/VNet.System.sourcelink.json +++ b/VNet.System/obj/Debug/net8.0/VNet.System.sourcelink.json @@ -1 +1 @@ -{"documents":{"D:\\My Code\\VNet-Solution\\VNet.System\\*":"https://raw.githubusercontent.com/PrimeEagle/VNet.System/e86dd0288d981017c114a673dd111d4351c84a17/*"}} \ No newline at end of file +{"documents":{"D:\\My Code\\VNet.System\\*":"https://raw.githubusercontent.com/PrimeEagle/VNet.System/fd15bd17bf32bf3c71104e17bd3eed769905fbff/*"}} \ No newline at end of file diff --git a/VNet.System/obj/Debug/net8.0/ref/VNet.System.dll b/VNet.System/obj/Debug/net8.0/ref/VNet.System.dll index e139d40..542f501 100644 Binary files a/VNet.System/obj/Debug/net8.0/ref/VNet.System.dll and b/VNet.System/obj/Debug/net8.0/ref/VNet.System.dll differ diff --git a/VNet.System/obj/Debug/net8.0/refint/VNet.System.dll b/VNet.System/obj/Debug/net8.0/refint/VNet.System.dll index e139d40..542f501 100644 Binary files a/VNet.System/obj/Debug/net8.0/refint/VNet.System.dll and b/VNet.System/obj/Debug/net8.0/refint/VNet.System.dll differ diff --git a/VNet.System/obj/VNet.System.csproj.nuget.dgspec.json b/VNet.System/obj/VNet.System.csproj.nuget.dgspec.json index 01fe97b..31c68b3 100644 --- a/VNet.System/obj/VNet.System.csproj.nuget.dgspec.json +++ b/VNet.System/obj/VNet.System.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\VNet.System.csproj": {} + "D:\\My Code\\VNet.System\\VNet.System\\VNet.System.csproj": {} }, "projects": { - "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\VNet.System.csproj": { + "D:\\My Code\\VNet.System\\VNet.System\\VNet.System.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\VNet.System.csproj", + "projectUniqueName": "D:\\My Code\\VNet.System\\VNet.System\\VNet.System.csproj", "projectName": "VNet.System", - "projectPath": "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\VNet.System.csproj", + "projectPath": "D:\\My Code\\VNet.System\\VNet.System\\VNet.System.csproj", "packagesPath": "C:\\Users\\johnv\\.nuget\\packages\\", - "outputPath": "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\obj\\", + "outputPath": "D:\\My Code\\VNet.System\\VNet.System\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" diff --git a/VNet.System/obj/project.assets.json b/VNet.System/obj/project.assets.json index ce48c70..fff2102 100644 --- a/VNet.System/obj/project.assets.json +++ b/VNet.System/obj/project.assets.json @@ -549,11 +549,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\VNet.System.csproj", + "projectUniqueName": "D:\\My Code\\VNet.System\\VNet.System\\VNet.System.csproj", "projectName": "VNet.System", - "projectPath": "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\VNet.System.csproj", + "projectPath": "D:\\My Code\\VNet.System\\VNet.System\\VNet.System.csproj", "packagesPath": "C:\\Users\\johnv\\.nuget\\packages\\", - "outputPath": "D:\\My Code\\VNet-Solution\\VNet.System\\VNet.System\\obj\\", + "outputPath": "D:\\My Code\\VNet.System\\VNet.System\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"