We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c9c15 commit 9800b72Copy full SHA for 9800b72
Git.hub/Git.hub.csproj
@@ -1,4 +1,5 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+
3
<PropertyGroup>
4
<OutputType>Library</OutputType>
5
<TargetFramework>netstandard2.0</TargetFramework>
@@ -9,7 +10,7 @@
9
10
</PropertyGroup>
11
12
<ItemGroup>
- <PackageReference Include="RestSharp" Version="$(RestSharpVersion)" />
13
+ <PackageReference Include="RestSharp" />
14
</ItemGroup>
15
16
</Project>
0 commit comments