Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<PackageTags>Azure LoadTestService</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
<NoWarn>$(NoWarn);AZC0034</NoWarn>
<IncludeAutorestDependency>true</IncludeAutorestDependency>
<AotCompatOptOut>true</AotCompatOptOut>
<NoWarn>$(NoWarn);AZC0034;AZC0007;AZC0012;AZC0015;IL2026;IL3050</NoWarn>
<LangVersion>latest</LangVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot revert all changes to this file other than the IncludeAutorest removal

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted all csproj changes except IncludeAutorestDependency removal in commit 4f9c521. The file now matches the original configuration with only the Autorest dependency flag removed.

<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<!-- Shared source from Azure.Core -->
Expand All @@ -21,6 +21,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" />
<PackageReference Include="System.ClientModel" />
</ItemGroup>

<ItemGroup>
<None Include="..\tsp-location.yaml" Link="tsp-location.yaml" />
</ItemGroup>

</Project>

This file was deleted.

This file was deleted.

Loading
Loading