XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
返回提交历史
Modified
XFEExtension.NetCore.ServerInteractive/XFEExtension.NetCore.ServerInteractive.csproj
+4
-0
XFEstudio/XFEExtension.NetCore.ServerInteractive
Include source generator DLL in NuGet package analyzers folder
Agent-Logs-Url: https://github.com/XFEstudio/XFEExtension.NetCore.ServerInteractive/sessions/09255c36-47a0-4577-a726-e18d2832c75d Co-authored-by: XFEstudio <132526994+XFEstudio@users.noreply.github.com>
d0e867a
代码差异
1 个文件
+4
-0
@@ -65,4 +65,8 @@
65
65
<ProjectReference Include="..\XFEExtension.NetCore.ServerInteractive.SourceGenerator\XFEExtension.NetCore.ServerInteractive.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
66
66
</ItemGroup>
67
67
68
<ItemGroup>
69
<None Include="..\XFEExtension.NetCore.ServerInteractive.SourceGenerator\bin\$(Configuration)\netstandard2.0\XFEExtension.NetCore.ServerInteractive.SourceGenerator.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
70
</ItemGroup>
71
68
72
</Project>