diff --git a/cookbook/dotnet/recipe/error-handling.cs b/cookbook/dotnet/recipe/error-handling.cs index 957e6649..a75f6411 100644 --- a/cookbook/dotnet/recipe/error-handling.cs +++ b/cookbook/dotnet/recipe/error-handling.cs @@ -1,5 +1,4 @@ #:project ../../../dotnet/src/GitHub.Copilot.SDK.csproj -#:property PublishAot=false using GitHub.Copilot.SDK; diff --git a/cookbook/dotnet/recipe/managing-local-files.cs b/cookbook/dotnet/recipe/managing-local-files.cs index 17e31687..05df5cca 100644 --- a/cookbook/dotnet/recipe/managing-local-files.cs +++ b/cookbook/dotnet/recipe/managing-local-files.cs @@ -1,5 +1,4 @@ #:project ../../../dotnet/src/GitHub.Copilot.SDK.csproj -#:property PublishAot=false using GitHub.Copilot.SDK; diff --git a/cookbook/dotnet/recipe/multiple-sessions.cs b/cookbook/dotnet/recipe/multiple-sessions.cs index 31f88be3..e9f70079 100644 --- a/cookbook/dotnet/recipe/multiple-sessions.cs +++ b/cookbook/dotnet/recipe/multiple-sessions.cs @@ -1,5 +1,4 @@ #:project ../../../dotnet/src/GitHub.Copilot.SDK.csproj -#:property PublishAot=false using GitHub.Copilot.SDK; diff --git a/cookbook/dotnet/recipe/persisting-sessions.cs b/cookbook/dotnet/recipe/persisting-sessions.cs index 7b5af350..98fa71ef 100644 --- a/cookbook/dotnet/recipe/persisting-sessions.cs +++ b/cookbook/dotnet/recipe/persisting-sessions.cs @@ -1,5 +1,4 @@ #:project ../../../dotnet/src/GitHub.Copilot.SDK.csproj -#:property PublishAot=false using GitHub.Copilot.SDK; diff --git a/cookbook/dotnet/recipe/pr-visualization.cs b/cookbook/dotnet/recipe/pr-visualization.cs index 256c9240..6c2f9459 100644 --- a/cookbook/dotnet/recipe/pr-visualization.cs +++ b/cookbook/dotnet/recipe/pr-visualization.cs @@ -1,5 +1,4 @@ #:project ../../../dotnet/src/GitHub.Copilot.SDK.csproj -#:property PublishAot=false using System.Diagnostics; using GitHub.Copilot.SDK;