mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
Missing Windows Service Globalization Invariant
Dns Server wasn't working properly in service mode. Based on the logs, i saw that it was missing. I tested it by changing the DnsService.runtimeconfig.json and it worked fine.
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
<PackageId>DnsServerWindowsService</PackageId>
|
<PackageId>DnsServerWindowsService</PackageId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="TechnitiumLibrary.Net.Firewall">
|
<Reference Include="TechnitiumLibrary.Net.Firewall">
|
||||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.Firewall.dll</HintPath>
|
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.Firewall.dll</HintPath>
|
||||||
|
|||||||
Reference in New Issue
Block a user