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.
2 parents 4bf120f + 9800b72 commit 398c150Copy full SHA for 398c150
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