Skip to content

Commit c06e0de

Browse files
authored
Update dependencies (#118)
* 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
1 parent c03b1b9 commit c06e0de

19 files changed

+227
-250
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ branches:
44
regex: ^master
55
tag: preview
66
increment: patch
7-
next-version: "0.3"
7+
next-version: "0.4"
88

Solutions/Ais.Net.Specs/Ais.Net.Specs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<NoWarn>RCS1029;RCS1089;SA1600;CS1591;SA1633;SA1649</NoWarn>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="System.Memory" Version="4.5.3" />
14-
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.1.0" />
13+
<PackageReference Include="System.Memory" Version="4.5.4" />
14+
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.2.1" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<ProjectReference Include="..\Ais.Net\Ais.Net.csproj" />

Solutions/Ais.Net.Specs/Ais/Net/Specs/AisMessageTypes/LongRangeAisBroadcastParserSpecs.feature.cs

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)