Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Updated NsDepCop to 1.10.1-beta1 for dogfooding.
Browse files Browse the repository at this point in the history
  • Loading branch information
realvizu committed Jan 24, 2020
1 parent afda5b4 commit e47419c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/SoftVis.Diagramming/SoftVis.Diagramming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="morelinq" Version="2.3.0" />
<PackageReference Include="NsDepCop" Version="1.9.0">
<PackageReference Include="NsDepCop" Version="1.10.1-beta1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion source/SoftVis.TestHostApp/SoftVis.TestHostApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NsDepCop" Version="1.9.0">
<PackageReference Include="NsDepCop" Version="1.10.1-beta1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion source/SoftVis.Util/SoftVis.Util.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NsDepCop" Version="1.9.0">
<PackageReference Include="NsDepCop" Version="1.10.1-beta1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="14.3.25407" />
<PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="1.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.14.0" Version="14.3.25407" />
<PackageReference Include="NsDepCop" Version="1.9.0">
<PackageReference Include="NsDepCop" Version="1.10.1-beta1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit e47419c

Please sign in to comment.