Skip to content

Instantly share code, notes, and snippets.

@pldmgg
Created August 30, 2017 10:54
Show Gist options
  • Save pldmgg/2c2f65359d0150c71ed81538b1d48ea5 to your computer and use it in GitHub Desktop.
Save pldmgg/2c2f65359d0150c71ed81538b1d48ea5 to your computer and use it in GitHub Desktop.
OpenScrapingTest.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0</RuntimeFrameworkVersion>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent></PreBuildEvent>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenScraping" Version="1.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<DotNetCliToolReference Include="Dotnet.Script" Version="0.12.1-beta" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment