Skip to content

Commit

Permalink
Update dependencies (#118)
Browse files Browse the repository at this point in the history
* Update dependencies

Most notably: System.Io.Pipelines from 4.5.3 to 4.7.4. Also a patch bump on System.Memory, and an update to the Corvus.Testing.SpecFlow.NUnit metapackage, upgrading the tests to SpecFlow 3.6.

Also remove old Common.NetStandard_2_0.proj since it's not really needed
  • Loading branch information
idg10 authored Feb 15, 2021
1 parent c03b1b9 commit c06e0de
Show file tree
Hide file tree
Showing 19 changed files with 227 additions and 250 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ branches:
regex: ^master
tag: preview
increment: patch
next-version: "0.3"
next-version: "0.4"

4 changes: 2 additions & 2 deletions Solutions/Ais.Net.Specs/Ais.Net.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<NoWarn>RCS1029;RCS1089;SA1600;CS1591;SA1633;SA1649</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.3" />
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.1.0" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ais.Net\Ais.Net.csproj" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c06e0de

Please sign in to comment.