From 48dbf5ec6d9ce935679e701bb12ae77ba97c5ebf Mon Sep 17 00:00:00 2001 From: HavenDV Date: Thu, 24 Oct 2024 08:11:30 +0400 Subject: [PATCH] fix: Fixed issue with generators. --- src/libs/Anthropic/Anthropic.csproj | 20 -------------------- src/libs/Directory.Build.props | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/src/libs/Anthropic/Anthropic.csproj b/src/libs/Anthropic/Anthropic.csproj index 7ae5d6f..45b39b9 100644 --- a/src/libs/Anthropic/Anthropic.csproj +++ b/src/libs/Anthropic/Anthropic.csproj @@ -38,25 +38,5 @@ - - - - - - - - - - <_Parameter1>true - - - - - true - true - true - false - false - diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index b12af92..5391365 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -8,6 +8,12 @@ true $(MSBuildThisFileDirectory)../key.snk + + + + <_Parameter1>true + + true @@ -48,4 +54,12 @@ All + + true + true + true + false + false + +