Fix NetMQ not stopping.

This commit is contained in:
2024-11-25 19:13:37 +01:00
parent f3c6338a6a
commit 96b5ce4ff5
69 changed files with 120 additions and 100 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Proxy")]
[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+f3c6338a6ae57d4e839090fca125bc38f764d016")]
[assembly: System.Reflection.AssemblyProductAttribute("Proxy")]
[assembly: System.Reflection.AssemblyTitleAttribute("Proxy")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
05da10c6689ddb0150f956887c9c10297d5f44ae4f5beb7eb09467de83e057d8
49d6e226fd8b13f4ab95203aeabd4f3f6aca67566c8caa39ad073c3be3984969
@@ -1,4 +1,8 @@
is_global = true
build_property.EnableAotAnalyzer = true
build_property.EnableSingleFileAnalyzer = true
build_property.EnableTrimAnalyzer = true
build_property.IncludeAllContentForSelfExtract =
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
@@ -11,7 +15,7 @@ build_property.RootNamespace = Proxy
build_property.RootNamespace = Proxy
build_property.ProjectDir = /home/skingging/Documents/Projects/CSharp/RSE/Proxy/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EnableGeneratedComInterfaceComImportInterop = false
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
Binary file not shown.