添加全局using功能

This commit is contained in:
橙子
2023-01-19 18:19:22 +08:00
parent 400b14cd75
commit e43b0d1522
9 changed files with 22 additions and 5 deletions

View File

@@ -1 +0,0 @@
global using Yi.Framework.Core.Attributes;

View File

@@ -6,6 +6,10 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\GlobalUsings.cs" Link="Properties\GlobalUsings.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\framework\Yi.Framework.Core.Autofac\Yi.Framework.Core.Autofac.csproj" />
<ProjectReference Include="..\Yi.Framework.Application\Yi.Framework.Application.csproj" />