Skip to content

Commit

Permalink
Merge pull request #53 from roycornelissen/feature/update_nugets
Browse files Browse the repository at this point in the history
Update Nugets
  • Loading branch information
nover committed Nov 17, 2020
2 parents 59403c9 + 11d58db commit c10f041
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ If you find something missing or broken, please [report an issue][github-issue]

Packages for the following dotnet versions are available:

- dotnet 4.6
- netstandard 1.6
- dotnet 4.6.1
- netstandard 2.0

Which means that you can use the library with `fat-framework >= 4.6` or `netcoreapp >= 1.0`
Which means that you can use the library with `fat-framework >= 4.6.1` or `netcoreapp >= 2.0`

Verified working on Linux, macOS and Windows.

Expand Down
6 changes: 3 additions & 3 deletions src/hubspot-client.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.6;net46</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Version>0.14.0</Version>
<AssemblyName>Skarp.HubSpotClient</AssemblyName>
<RootNamespace>Skarp.HubSpotClient</RootNamespace>
Expand All @@ -17,10 +17,10 @@
<Company>SKARP ApS</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="flurl" Version="2.8.2" />
<PackageReference Include="flurl" Version="3.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="RapidCore" Version="0.21.0" />
<PackageReference Include="RapidCore" Version="0.23.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions test/functional/functional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<RootNamespace>Skarp.HubSpotClient.FunctionalTests</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="RapidCore.Xunit" Version="0.22.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="RapidCore.Xunit" Version="0.23.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions test/integration/integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="RapidCore.Xunit" Version="0.22.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="RapidCore.Xunit" Version="0.23.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions test/unit/unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<RootNamespace>Skarp.HubSpotClient.UnitTest</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FakeItEasy" Version="6.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="RapidCore.Xunit" Version="0.22.0" />
<PackageReference Include="FakeItEasy" Version="6.2.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="RapidCore.Xunit" Version="0.23.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit c10f041

Please sign in to comment.