Преглед изворни кода

修正DotNet.Core生成的dll名字

tanghai пре 3 година
родитељ
комит
5a2bf1d47d
2 измењених фајлова са 3 додато и 1 уклоњено
  1. 2 0
      DotNet/Core/DotNet.Core.csproj
  2. 1 1
      DotNet/ThirdParty/DotNet.ThirdParty.csproj

+ 2 - 0
DotNet/Core/DotNet.Core.csproj

@@ -4,6 +4,8 @@
         <TargetFramework>net6.0</TargetFramework>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>disable</Nullable>
+        <AssemblyName>Core</AssemblyName>
+        <RootNamespace>ET</RootNamespace>
     </PropertyGroup>
 
     <PropertyGroup>

+ 1 - 1
DotNet/ThirdParty/DotNet.ThirdParty.csproj

@@ -4,7 +4,7 @@
         <TargetFramework>net6.0</TargetFramework>
         <Nullable>disable</Nullable>
         <LangVersion>10</LangVersion>
-        <RootNamespace>ETTask</RootNamespace>
+        <RootNamespace>ET</RootNamespace>
         <AssemblyName>ThirdParty</AssemblyName>
     </PropertyGroup>