Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion csharp/src/Lino.Objects.Codec/Lino.Objects.Codec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Link.Foundation.Links.Notation" Version="0.16.1" />
<PackageReference Include="Link.Foundation.Links.Notation" Version="0.19.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.10.0" />
<PackageReference Include="xunit.v3" Version="4.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="4.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -19,7 +19,7 @@
longer supports the VSTest target that coverlet.collector plugs into.
This is the coverage collector for the new platform; it is what
the coverage run in CI uses. -->
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.11.0" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.11.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading