Skip to content

Commit

Permalink
Merge branch 'master' into els-dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Nov 19, 2019
2 parents fa3cdc6 + dd9a824 commit 94627f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ix.NET/Source/Directory.build.props
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All"/>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.26" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.28" PrivateAssets="all" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion Rx.NET/Source/Directory.build.props
Expand Up @@ -25,7 +25,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All"/>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.26" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.28" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)' == 'true'">
Expand Down
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="ApprovalTests" Version="4.3.0" />
<PackageReference Include="ApprovalTests" Version="4.4.0" />
<PackageReference Include="DiffPlex" Version="1.4.4" />
<PackageReference Include="PublicApiGenerator" Version="9.3.0" />
</ItemGroup>
Expand Down

0 comments on commit 94627f5

Please sign in to comment.