We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7960b0f commit 0782576Copy full SHA for 0782576
2 files changed
TeamViewer.Api.slnx
@@ -7,6 +7,7 @@
7
<File Path="LICENSE" />
8
<File Path="MasterPlan.md" />
9
<File Path="nuget-key.txt" />
10
+ <File Path="Publish.ps1" />
11
<File Path="README.md" />
12
<File Path="TeamViewer.Api.dic" />
13
<File Path="version.json" />
TeamViewer.Api/TeamViewer.Api.csproj
@@ -26,7 +26,7 @@
26
<None Include="Logo.png" Pack="true" PackagePath="\" />
27
</ItemGroup>
28
<ItemGroup>
29
- <PackageReference Include="Microsoft.Extensions.Http" />
+ <PackageReference Include="Microsoft.Extensions.Http" />
30
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
31
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" />
32
<PackageReference Include="Refit" />
0 commit comments