This commit is contained in:
2026-06-12 23:50:28 +03:30
parent 9b2b46509c
commit 152b1b030a
+9
View File
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<Version>1.0.0</Version>
@@ -34,4 +35,12 @@
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.6.10" />
</ItemGroup>
<!-- For XML Documentation Support -->
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
</Project>