Skip to content

Commit

Permalink
Merge branch 'dev' into GH-157-handling-callinfo-of-t
Browse files Browse the repository at this point in the history
  • Loading branch information
tpodolak authored Jan 30, 2021
2 parents 3e28944 + 254cee4 commit b136905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PackageTags>$(PackageTags);nsubstitute,nsubstitute.analyzers,analyzers,roslyn,csharp;c#</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageReleaseNotes>https://github.com/nsubstitute/NSubstitute.Analyzers/blob/master/ReleaseNotes.md</PackageReleaseNotes>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="NetStandard.Library" Version="$(NetStandardImplicitPackageVersion)" PrivateAssets="all" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PackageTags>$(PackageTags);nsubstitute,nsubstitute.analyzers,analyzers,roslyn,visualbasic;vb;vb.net</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageReleaseNotes>https://github.com/nsubstitute/NSubstitute.Analyzers/blob/master/ReleaseNotes.md</PackageReleaseNotes>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="NetStandard.Library" Version="$(NetStandardImplicitPackageVersion)" PrivateAssets="all" />
Expand Down

0 comments on commit b136905

Please sign in to comment.